The watcherclient.tests.unit.v1.test_audit_template Module

class watcherclient.tests.unit.v1.test_audit_template.AuditTemplateManagerTest(*args, **kwargs)[source]

Bases: watcherclient.tests.unit.utils.BaseTestCase

setUp()[source]
test_audit_templates_list()[source]
test_audit_templates_list_by_name_detail()[source]
test_audit_templates_list_detail()[source]
test_audit_templates_list_filter_by_goal_and_strategy_name()[source]
test_audit_templates_list_filter_by_goal_name()[source]
test_audit_templates_list_filter_by_goal_uuid()[source]
test_audit_templates_list_filter_by_name()[source]
test_audit_templates_list_filter_by_strategy_name()[source]
test_audit_templates_list_filter_by_strategy_uuid()[source]
test_audit_templates_list_limit()[source]
test_audit_templates_list_pagination_no_limit()[source]
test_audit_templates_list_sort_dir()[source]
test_audit_templates_list_sort_key()[source]
test_audit_templates_show()[source]
test_audit_templates_show_by_name()[source]
test_create()[source]
test_delete()[source]
test_update()[source]