The watcherclient.tests.unit.v1.test_action_shell Module

class watcherclient.tests.unit.v1.test_action_shell.ActionShellTest(*args, **kwargs)[source]

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

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'parents', 'state', 'action_plan_uuid', 'action_type', 'input_parameters']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Parents', 'State', 'Action Plan', 'Action', 'Parameters']
SHORT_LIST_FIELDS = ['uuid', 'parents', 'state', 'action_plan_uuid', 'action_type']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Parents', '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]