avocado_i2n.plugins.manu module
Manu plugin as a separate avocado command.
SUMMARY
Copyright: Intra2net AG
-
class avocado_i2n.plugins.manu.Manu[source]
Bases: CLICmd
Class for the manu plugin.
-
name = 'manu'
-
description = 'Tools using setup chains of manual steps with Cartesian graph manipulation.'
-
configure(parser: ArgumentParser) → None[source]
Add the parser for the manual action.
- Parameters:
parser – Main test runner parser.
-
run(config: Params) → int[source]
Run the manu plugin.
Take care of command line overwriting, parameter preparation for all host controls,
setup and cleanup chains, and paths/utilities for all host controls.