Bases: watcherclient.tests.v1.base.CommandTestCase
-
FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'next_uuid', 'state', 'action_plan_uuid', 'action_type', 'input_parameters']
-
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Next Action', 'State', 'Action Plan', 'Action', 'Parameters']
-
SHORT_LIST_FIELDS = ['uuid', 'next_uuid', 'state', 'action_plan_uuid', 'action_type']
-
SHORT_LIST_FIELD_LABELS = ['UUID', 'Next Action', 'State', 'Action Plan', 'Action']
-
setUp()[source]
-
test_do_action_list()[source]
-
test_do_action_list_detail()[source]
-
test_do_action_show_by_not_uuid()[source]
-
test_do_action_show_by_uuid()[source]