Skip to content

[RFC] Handle pre/post plugins per cfg #213

Description

@narasimhan-v

How about handling pre/post plugin scripts (right not they are only for pip installation) mapped with cfg files ?

We can maintain a list of scripts in a directory, and use them only if needed when a cfg needs it.
We need to additionally maintain a mapping of cfg to scripts, and avocado-setup.py needs to handle it.

Example:

[io_nvme]
pre = <pre_script_path/name within wrapper>
post = <post_script_path/name within wrapper>

Additionally, in future we may have profiler commands, files also added.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions