The watcherclient.tests.unit.v1.test_audit_template_shell Module

class watcherclient.tests.unit.v1.test_audit_template_shell.AuditTemplateShellTest(*args, **kwargs)[source]

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

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'description', 'name', 'goal_name', 'strategy_name', 'scope']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Description', 'Name', 'Goal', 'Strategy', 'Audit Scope']
SHORT_LIST_FIELDS = ['uuid', 'name', 'goal_name', 'strategy_name']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Goal', 'Strategy']
setUp()[source]
test_do_audit_template_create()[source]
test_do_audit_template_create_with_aggregate()[source]
test_do_audit_template_create_with_description()[source]
test_do_audit_template_delete()[source]
test_do_audit_template_delete_multiple()[source]
test_do_audit_template_list()[source]
test_do_audit_template_list_detail()[source]
test_do_audit_template_list_filter_by_goal_name()[source]
test_do_audit_template_list_filter_by_goal_uuid()[source]
test_do_audit_template_list_filter_by_strategy_name()[source]
test_do_audit_template_list_filter_by_strategy_uuid()[source]
test_do_audit_template_show_by_name()[source]
test_do_audit_template_show_by_uuid()[source]
test_do_audit_template_update()[source]