The freezerclient.tests.unit.v1.test_client_jobs Module

The freezerclient.tests.unit.v1.test_client_jobs Module

class freezerclient.tests.unit.v1.test_client_jobs.TestJobManager(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_abort_job_posts_proper_data(**keywargs)[source]
test_abort_job_raise_ApiClientException_when_api_return_error_code(**keywargs)[source]
test_create(**keywargs)[source]
test_create_adds_client_id_if_not_provided(**keywargs)[source]
test_create_fail_when_api_return_error_code(**keywargs)[source]
test_create_leaves_provided_client_id(**keywargs)[source]
test_create_ok(**keywargs)[source]
test_delete_fail(**keywargs)[source]
test_delete_ok(**keywargs)[source]
test_get_fails_on_error_different_from_404(**keywargs)[source]
test_get_none(**keywargs)[source]
test_get_ok(**keywargs)[source]
test_list_error(**keywargs)[source]
test_list_ok(**keywargs)[source]
test_start_job_posts_proper_data(**keywargs)[source]
test_start_job_raise_ApiClientException_when_api_return_error_code(**keywargs)[source]
test_stop_job_posts_proper_data(**keywargs)[source]
test_stop_job_raise_ApiClientException_when_api_return_error_code(**keywargs)[source]
test_update_ok(**keywargs)[source]
test_update_raise_MetadataUpdateFailure_when_api_return_error_code(**keywargs)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.