The watcherclient.tests.v1.test_action_shell Module

class watcherclient.tests.v1.test_action_shell.ActionShellTest(*args, **kwds)[source]

Bases: watcherclient.tests.v1.base.CommandTestCase

FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at', 'next_uuid', 'state', 'action_plan_uuid', 'action_type', 'input_parameters']
FIELD_LABELS = ['UUID', 'Created At', 'Updated At', 'Deleted At', 'Next Action', 'State', 'Action Plan', 'Action', 'Parameters']
SHORT_LIST_FIELDS = ['uuid', 'next_uuid', 'state', 'action_plan_uuid', 'action_type']
SHORT_LIST_FIELD_LABELS = ['UUID', 'Next Action', 'State', 'Action Plan', 'Action']
setUp()[source]
test_do_action_list()[source]
test_do_action_list_detail()[source]
test_do_action_show_by_not_uuid()[source]
test_do_action_show_by_uuid()[source]

Previous topic

The watcherclient.tests.v1.test_action_plan_shell Module

Next topic

The watcherclient.tests.v1.test_audit Module

Project Source

This Page