The heat.tests.test_rpc_client Module

Unit Tests for heat.rpc.client

class heat.tests.test_rpc_client.EngineRpcAPITestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
tag = ['unit', 'rpcapi']
tearDown()[source]
test_create_stack()[source]
test_create_watch_data()[source]
test_delete_stack_call()[source]
test_delete_stack_cast()[source]
test_describe_stack_resource()[source]
test_describe_stack_resources()[source]
test_find_physical_resource()[source]
test_get_template()[source]
test_list_events()[source]
test_list_stack_resources()[source]
test_metadata_update()[source]
test_set_watch_state()[source]
test_show_stack()[source]
test_show_watch()[source]
test_show_watch_metric()[source]
test_update_stack()[source]
test_validate_template()[source]

This Page