The magnumclient.tests.v1.test_quotas_shell Module¶
- 
class magnumclient.tests.v1.test_quotas_shell.ShellTest(*args, **kwargs)¶
- Bases: - magnumclient.tests.v1.shell_test_base.TestCommandLineArgument- 
test_quotas_create_failure_no_arg(*args, **keywargs)¶
 - 
test_quotas_create_failure_only_hard_limit(*args, **keywargs)¶
 - 
test_quotas_create_failure_only_project_id(*args, **keywargs)¶
 - 
test_quotas_create_failure_only_resource(*args, **keywargs)¶
 - 
test_quotas_create_success(*args, **keywargs)¶
 - 
test_quotas_delete_failure_no_project_id(*args, **keywargs)¶
 - 
test_quotas_delete_failure_no_resource(*args, **keywargs)¶
 - 
test_quotas_delete_success(*args, **keywargs)¶
 - 
test_quotas_list_failure(*args, **keywargs)¶
 - 
test_quotas_list_success(*args, **keywargs)¶
 - 
test_quotas_show_failure_no_arg(*args, **keywargs)¶
 - 
test_quotas_show_success(*args, **keywargs)¶
 - 
test_quotas_update_success(*args, **keywargs)¶
 
-