The watcherclient.tests.v1.test_audit_template_shell Module

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

Bases: watcherclient.tests.v1.base.CommandTestCase

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'description', 'host_aggregate', 'name', 'extra', 'goal_name', 'strategy_name']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Description', 'Host Aggregate ID or Name', 'Name', 'Extra', 'Goal', 'Strategy']
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_create_with_extra()[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]

Previous topic

The watcherclient.tests.v1.test_audit_template Module

Next topic

The watcherclient.tests.v1.test_goal Module

Project Source

This Page