The watcherclient.tests.unit.v1.test_audit_shell Module

class watcherclient.tests.unit.v1.test_audit_shell.AuditShellTest(*args, **kwargs)[source]

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

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'state', 'audit_type', 'parameters', 'interval', 'goal_name', 'strategy_name', 'scope', 'auto_trigger']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'State', 'Audit Type', 'Parameters', 'Interval', 'Goal', 'Strategy', 'Audit Scope', 'Auto Trigger']
SHORT_LIST_FIELDS = ['uuid', 'audit_type', 'state', 'goal_name', 'strategy_name', 'auto_trigger']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Audit Type', 'State', 'Goal', 'Strategy', 'Auto Trigger']
setUp()[source]
test_do_audit_create_with_audit_template_name()[source]
test_do_audit_create_with_audit_template_uuid()[source]
test_do_audit_create_with_goal()[source]
test_do_audit_create_with_goal_and_strategy()[source]
test_do_audit_create_with_parameter()[source]
test_do_audit_create_with_type()[source]
test_do_audit_create_with_type_continuous()[source]
test_do_audit_delete()[source]
test_do_audit_delete_multiple()[source]
test_do_audit_delete_with_not_uuid()[source]
test_do_audit_list()[source]
test_do_audit_list_detail()[source]
test_do_audit_show_by_not_uuid()[source]
test_do_audit_show_by_uuid()[source]
test_do_audit_update()[source]
test_do_audit_update_with_not_uuid()[source]