The watcherclient.tests.unit.v1.test_strategy_shell Module

class watcherclient.tests.unit.v1.test_strategy_shell.StrategyShellTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.v1.base.CommandTestCase

FIELDS = ['uuid', 'name', 'display_name', 'goal_name', 'parameters_spec']
FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Goal', 'Parameters spec']
SHORT_LIST_FIELDS = ['uuid', 'name', 'display_name', 'goal_name']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Goal']
setUp()[source]
test_do_strategy_list()[source]
test_do_strategy_list_detail()[source]
test_do_strategy_list_filter_by_goal_name()[source]
test_do_strategy_list_filter_by_goal_uuid()[source]
test_do_strategy_show_by_uuid()[source]