The watcherclient.tests.v1.test_audit_shell
Module¶
-
class
watcherclient.tests.v1.test_audit_shell.
AuditShellTest
(*args, **kwargs)[source]¶ Bases:
watcherclient.tests.v1.base.CommandTestCase
-
FIELDS
= ['uuid', 'created_at', 'updated_at', 'deleted_at', 'state', 'audit_type', 'parameters', 'interval', 'goal_name', 'strategy_name', 'scope']¶
-
FIELD_LABELS
= ['UUID', 'Created At', 'Updated At', 'Deleted At', 'State', 'Audit Type', 'Parameters', 'Interval', 'Goal', 'Strategy', 'Audit Scope']¶
-
SHORT_LIST_FIELDS
= ['uuid', 'audit_type', 'state', 'goal_name', 'strategy_name']¶
-
SHORT_LIST_FIELD_LABELS
= ['UUID', 'Audit Type', 'State', 'Goal', 'Strategy']¶
-