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