The watcherclient.tests.functional.v1.test_action_plan Module

class watcherclient.tests.functional.v1.test_action_plan.ActionPlanActiveTests(*args, **kwargs)[source]

Bases: watcherclient.tests.functional.v1.base.TestCase

audit_template_name = ‘b16e65085-72fa-4496-8b89-86357478c4f4’
audit_uuid = None
detailed_list_fields = [‘UUID’, ‘Audit’, ‘State’, ‘Updated At’, ‘Global efficacy’, ‘Created At’, ‘Deleted At’, ‘Strategy’, ‘Efficacy indicators’]
list_fields = [‘UUID’, ‘Audit’, ‘State’, ‘Updated At’, ‘Global efficacy’]
test_action_plan_create()[source]
class watcherclient.tests.functional.v1.test_action_plan.ActionPlanTests(*args, **kwargs)[source]

Bases: watcherclient.tests.functional.v1.base.TestCase

Functional tests for action plan.

audit_template_name = ‘a423c6bc6-7348-4bc9-8dec-4933dbd8d4ad’
audit_uuid = None
detailed_list_fields = [‘UUID’, ‘Audit’, ‘State’, ‘Updated At’, ‘Global efficacy’, ‘Created At’, ‘Deleted At’, ‘Strategy’, ‘Efficacy indicators’]
dummy_name = ‘dummy’
list_fields = [‘UUID’, ‘Audit’, ‘State’, ‘Updated At’, ‘Global efficacy’]
classmethod setUpClass()[source]
classmethod tearDownClass()[source]
test_action_plan_detailed_list()[source]
test_action_plan_list()[source]
test_action_plan_show()[source]
test_action_plan_start()[source]