avocado_i2n.plugins.auto module
Auto plugin as avocado run command switch.
-
class avocado_i2n.plugins.auto.Auto[source]
Bases: CLI
Class for the auto plugin.
-
name = 'auto'
-
description = 'Autotesting using restriction-generated graph of setup state dependencies.'
-
configure(parser: ArgumentParser) → None[source]
Add the subparser for the run action.
- Parameters:
parser – Main test runner parser.
-
run(config: dict[str, str]) → None[source]
Run the auto plugin.
Take care of command line overwriting, parameter preparation,
setup and cleanup chains, and paths/utilities for all host controls.