The heat.tests.test_loadbalancer Module

class heat.tests.test_loadbalancer.LoadBalancerTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

assertRegexpMatches(text, expected_regexp, msg=None)[source]

Fail the test unless the text matches the regular expression.

create_loadbalancer(t, stack, resource_name)[source]
load_template()[source]
parse_stack(t)[source]
setUp()[source]
speed = 'fast'
tag = ['unit', 'resource']
tearDown()[source]
test_loadbalancer()[source]
heat.tests.test_loadbalancer.create_context(mocks, user='lb_test_user', tenant='test_tenant', ctx=None)[source]

This Page