Part of libcloud.test.loadbalancer.test_rackspace View Source View In Hierarchy
Inherited from MockHttpTestCase:
Method | __init__ | Undocumented |
Method | runTest | Undocumented |
Inherited from MockHttp (via MockHttpTestCase):
Method | request | Undocumented |
Method | getresponse | Undocumented |
Method | connect | Can't think of anything to mock here. |
Method | close | Undocumented |
Method | _example | Return a simple message and header, regardless of input. |
Method | _example_fail | Undocumented |
Inherited from BaseMockHttpObject (via MockHttpTestCase, MockHttp):
Method | _get_method_name | Undocumented |
update_balancer(b, protocol='HTTPS'), then get_balancer('3130')
update_balancer(b, port=443), then get_balancer('3131')
update_balancer(b, name='new_lb_name'), then get_balancer('3132')
update_balancer(b, algorithm='ROUND_ROBIN'), then get_balancer('3133')
update.balancer(b, algorithm='HAVE_MERCY_ON_OUR_SERVERS')
update_balancer(b, protocol='IMAPv3'), then get_balancer('3135')
update_balancer(b, protocol='IMAPv3'), then get_balancer('3136')
update_balancer(b, protocol='IMAPv3'), then get_balancer('3137')