The watcherclient.tests.unit.v1.test_action_plan_shell Module

class watcherclient.tests.unit.v1.test_action_plan_shell.ActionPlanShellTest(*args, **kwargs)[source]

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

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'audit_uuid', 'strategy_name', 'state', 'efficacy_indicators', 'global_efficacy']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Audit', 'Strategy', 'State', 'Efficacy indicators', 'Global efficacy']
SHORT_LIST_FIELDS = ['uuid', 'audit_uuid', 'state', 'updated_at', 'global_efficacy']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Audit', 'State', 'Updated At', 'Global efficacy']
setUp()[source]
test_do_action_plan_delete()[source]
test_do_action_plan_delete_multiple()[source]
test_do_action_plan_delete_not_uuid()[source]
test_do_action_plan_list()[source]
test_do_action_plan_list_detail()[source]
test_do_action_plan_list_filter_by_audit()[source]
test_do_action_plan_show_by_not_uuid()[source]
test_do_action_plan_show_by_uuid()[source]
test_do_action_plan_start()[source]
test_do_action_plan_start_not_uuid()[source]
test_do_action_plan_update()[source]
test_do_action_plan_update_not_uuid()[source]