avocado.plugins.legacy package¶
Submodules¶
avocado.plugins.legacy.replay module¶
-
class
avocado.plugins.legacy.replay.Replay¶ Bases:
avocado.core.plugin_interfaces.CLIReplay a job
-
configure(parser)¶ Configures the command line parser with options specific to this plugin.
-
description= "Replay options for 'run' subcommand"¶
-
load_config(resultsdir)¶
-
name= 'replay'¶
-
run(config)¶ Execute any action the plugin intends.
Example of action may include activating a special features upon finding that the requested command line options were set by the user.
Note: this plugin class is not intended for adding new commands, for that please use CLICmd.
-