Skip to content

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

@narasimhan-v

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.

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