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 = 'b0f5801f0-9503-422c-89e2-ebf364b67805'
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 = 'a7a67a0aa-45f4-47eb-8ea8-0249469c138c'
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]