The watcherclient.tests.v1.test_action_shell Module¶
- 
class watcherclient.tests.v1.test_action_shell.ActionShellTest(*args, **kwargs)[source]¶
- 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']¶
 
-