The magnumclient.tests.v1.test_baymodels Module¶
- 
class magnumclient.tests.v1.test_baymodels.BayModelManagerTest(*args, **kwargs)¶
- Bases: - testtools.testcase.TestCase- 
setUp()¶
 - 
test_baymodel_create()¶
 - 
test_baymodel_create_fail()¶
 - 
test_baymodel_delete_by_id()¶
 - 
test_baymodel_delete_by_name()¶
 - 
test_baymodel_list()¶
 - 
test_baymodel_list_with_detail()¶
 - 
test_baymodel_list_with_limit()¶
 - 
test_baymodel_list_with_marker()¶
 - 
test_baymodel_list_with_marker_limit()¶
 - 
test_baymodel_list_with_sort_dir()¶
 - 
test_baymodel_list_with_sort_key()¶
 - 
test_baymodel_list_with_sort_key_dir()¶
 - 
test_baymodel_show_by_id()¶
 - 
test_baymodel_show_by_name()¶
 - 
test_baymodel_update()¶
 
-