The watcherclient.plugin Module

The watcherclient.plugin Module

class watcherclient.plugin.WatcherClientTempestPlugin[source]

Bases: tempest.test_discover.plugins.TempestPlugin

get_opt_lists()[source]

Get a list of options for sample config generation

Return option_list:
 A list of tuples with the group name and options in that group.
Return type:list
load_tests()[source]

Return the information necessary to load the tests in the plugin.

Returns:a tuple with the first value being the test_dir and the second being the top_level
Return type:tuple
register_opts(conf)[source]

Add additional configuration options to tempest.

This method will be run for the plugin during the register_opts() function in tempest.config

Parameters:conf (ConfigOpts) – The conf object that can be used to register additional options on.
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.