Your message dated Fri, 20 Oct 2017 15:49:53 +0000
with message-id <e1e5zyx-000apg...@fasolo.debian.org>
and subject line Bug#841623: fixed in python-pyrax 1.9.8-1
has caused the Debian Bug report #841623,
regarding python-pyrax: FTBFS: Forbidden: 'novaclient.v2.client.Client' is not 
designed to be initialized directly. It is inner class of novaclient. You 
should use 'novaclient.client.Client' instead. Related lp bug-report: 1493576 
(HTTP 403)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
841623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyrax
Version: 1.9.6-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161021 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python2 --buildsystem=pybuild
>    dh_testdir -O--buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/cloudloadbalancers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/queueing.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/resource.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/utils.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/cloudnetworks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/base_identity.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/cloudblockstorage.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/clouddns.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/image.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/http.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/object_storage.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/clouddatabases.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/cloudmonitoring.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/cloudcdn.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/manager.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/client.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/fakes.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/autoscale.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> copying pyrax/service_catalog.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax
> creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax/identity
> copying pyrax/identity/keystone_identity.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax/identity
> copying pyrax/identity/rax_identity.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax/identity
> copying pyrax/identity/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/pyrax/identity
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: cd /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; 
> python2.7 -m unittest discover -v 
> /usr/lib/python2.7/dist-packages/novaclient/client.py:830: UserWarning: 
> 'get_client_class' is deprecated. Please use `novaclient.client.Client` 
> instead.
>   warnings.warn(_LW("'get_client_class' is deprecated. "
> test_assure_container (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_backwards_aliases (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_backwards_aliases (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_bulk_delete_async (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_bulk_delete_sync (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_bulk_delete_sync_413 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_cancel_folder_upload 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_cdn_request (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_cdn_request_cont_not_cdn_enabled 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_cdn_request_not_enabled 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_cdn_request_not_found 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_change_object_content_type 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_configure_cdn (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_copy_object (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_create_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_delete (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_delete_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_delete_container_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_delete_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_delete_object_in_seconds 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_delete_objects_not_in_list 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_download_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_fetch_dlo (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_fetch_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_fetch_partial (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_get (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_account_details 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_account_info (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_get_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_cdn_log_retention 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_cont (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_container_cdn_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_container_ios_uri 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_container_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_container_streaming_uri 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_object (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_get_temp_url (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_get_temp_url_key (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_get_temp_url_key_cached 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_container_names 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_container_object_names 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_container_objects 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_container_objects_full 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_container_subdirs 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_containers_info 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_list_public_containers 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_make_container_private 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_make_container_public 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_move_object (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_object_listing_iterator 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_purge_cdn_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_remove_container_from_cache 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_remove_container_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_remove_object_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_cdn_log_retention 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_container_cdn_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_container_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_container_web_error_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_container_web_index_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_set_temp_url_key (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_set_temp_url_key_not_supplied 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_store_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_sync_folder_to_container 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_sync_folder_to_container_failures 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_under_sync_folder_to_container 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_under_sync_folder_to_container_nested 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_under_sync_folder_to_container_newer 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_under_sync_folder_to_container_same 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_under_sync_folder_to_container_upload_fail 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_update_progress (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_clt_upload_file (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_upload_folder (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_clt_upload_folder_bad_path 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_clt_upload_folder_in_background 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_change_object_content_type 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_copy_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_create (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_create_body (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_create_fail (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_create_no_prefix (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_create_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_delete (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_delete_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_delete_metadata (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_delete_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_delete_object_in_seconds 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_download_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_fetch_cdn_data (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_fetch_cdn_data_not_cdn_enabled 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_fetch_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_fetch_partial (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_get (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_account_headers 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_account_metadata_no_prefix 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_cdn_log_retention 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_cdn_metadata (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_get_container_ios_uri 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_container_streaming_uri 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_headers (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_get_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_get_metadata_no_prefix 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_not_found (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_get_object (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_temp_url (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_get_temp_url_bad_method 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_temp_url_no_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_get_temp_url_unicode_error 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list_containers_info 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list_object_names 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list_objects (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_list_objects_full 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list_public_containers 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_list_subdirs (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_make_private (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_make_public (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_move_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_move_object_fail (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_object_listing_iterator 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_purge_cdn_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_remove_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_account_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_account_metadata_clear 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_account_metadata_no_prefix 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_cdn_access (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_set_cdn_log_retention 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_cdn_metadata (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cmgr_set_cdn_metadata_invalid 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cmgr_set_metadata_clear 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_web_error_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cmgr_set_web_index_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_cdn_props (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_change_object_content_type 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_copy_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_create (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_delete (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_delete_all_objects 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_delete_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cont_delete_object_in_seconds 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_download (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_download_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cont_fetch (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_fetch_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_fetch_partial (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cont_find (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_findall (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_get (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_get_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_get_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_get_temp_url (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_list (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_list_all (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_list_full (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_list_object_names 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_list_object_names_full 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_list_subdirs (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_make_private (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_make_public (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_move_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_purge_cdn_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_cont_remove_from_cache 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_remove_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_set_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_set_object_metadata 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_set_web_error_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_set_web_index_page 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_cont_store_object (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_cont_upload_file (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_container_create (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_fault (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_fetch_cdn_data (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_fetch_cdn_data_no_headers 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_fetch_cdn_data_not_enabled 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_container_name 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_folder_name_from_path 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_no_container 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_run (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_folder_uploader_upload_files_in_folder 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_upload_files_in_folder_abort 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_folder_uploader_upload_files_in_folder_bad_dirname 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_get_file_size (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_handle_container_not_found 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_handle_object_not_found 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_id (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_massage_metakeys (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_repr (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_set_cdn_defaults (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_change_content_type 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_container (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_copy (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_delete_in_seconds 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_download (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_etag (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_fetch (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_get (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_get_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_get_temp_url (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_id (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_iter_init_methods 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_container (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_container_missing 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_create_data (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_create_empty (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_create_file (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_create_file_like_obj 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_create_file_obj 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_create_no_name 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_delete (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_delete_all_objects 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_delete_all_objects_no_names 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_delete_not_found 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_download_no_directory 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_download_no_structure 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_download_structure 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_fetch_chunk (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_fetch_chunker 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_fetch_chunker_eof 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_fetch_no_chunk 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_fetch_partial 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_get (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_get_metadata (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_get_metadata_no_prefix 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_get_no_length 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_list_obj (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_mgr_list_raw (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_mgr_name (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_purge (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_remove_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_set_metadata (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_set_metadata_clear 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_set_metadata_empty_vals 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_set_metadata_no_prefix 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_store_object (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_upload (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_upload_file (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_sobj_mgr_upload_file_unchunked 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_upload_file_unchunked_no_length 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_mgr_upload_multiple 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_move (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_purge (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_remove_metadata_key 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_repr (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_sobj_set_metadata (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_sobj_total_bytes (tests.unit.test_object_storage.ObjectStorageTest) ... 
> ok
> test_valid_upload_key_bad (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_valid_upload_key_good (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_validate_file_or_path (tests.unit.test_object_storage.ObjectStorageTest) 
> ... ok
> test_validate_file_or_path_not_found 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_validate_file_or_path_object 
> (tests.unit.test_object_storage.ObjectStorageTest) ... ok
> test_action (tests.unit.test_manager.ManagerTest) ... ok
> test_add_hook (tests.unit.test_manager.ManagerTest) ... ok
> test_api_get (tests.unit.test_manager.ManagerTest) ... ok
> test_create (tests.unit.test_manager.ManagerTest) ... ok
> test_delete (tests.unit.test_manager.ManagerTest) ... ok
> test_find_mult_match (tests.unit.test_manager.ManagerTest) ... ok
> test_find_no_match (tests.unit.test_manager.ManagerTest) ... ok
> test_find_single_match (tests.unit.test_manager.ManagerTest) ... ok
> test_findall (tests.unit.test_manager.ManagerTest) ... ok
> test_findall_bad_att (tests.unit.test_manager.ManagerTest) ... ok
> test_get (tests.unit.test_manager.ManagerTest) ... ok
> test_head (tests.unit.test_manager.ManagerTest) ... ok
> test_list (tests.unit.test_manager.ManagerTest) ... ok
> test_list_paged (tests.unit.test_manager.ManagerTest) ... ok
> test_run_hooks (tests.unit.test_manager.ManagerTest) ... ok
> test_under_create_return_none (tests.unit.test_manager.ManagerTest) ... ok
> test_under_create_return_raw (tests.unit.test_manager.ManagerTest) ... ok
> test_under_create_return_resource (tests.unit.test_manager.ManagerTest) ... ok
> test_under_delete (tests.unit.test_manager.ManagerTest) ... ok
> test_under_head (tests.unit.test_manager.ManagerTest) ... ok
> test_under_list_get (tests.unit.test_manager.ManagerTest) ... ok
> test_under_list_post (tests.unit.test_manager.ManagerTest) ... ok
> test_under_list_return_raw (tests.unit.test_manager.ManagerTest) ... ok
> test_under_update (tests.unit.test_manager.ManagerTest) ... ok
> test_api_request_auth_failed (tests.unit.test_client.ClientTest) ... ok
> test_api_request_expired (tests.unit.test_client.ClientTest) ... ok
> test_api_request_not_authed (tests.unit.test_client.ClientTest) ... ok
> test_api_request_service_unavailable (tests.unit.test_client.ClientTest) ... 
> ok
> test_api_request_url_quoting (tests.unit.test_client.ClientTest) ... ok
> test_api_request_url_safe_quoting (tests.unit.test_client.ClientTest) ... ok
> test_authenticate (tests.unit.test_client.ClientTest) ... ok
> test_base_client (tests.unit.test_client.ClientTest) ... ok
> test_configure_manager (tests.unit.test_client.ClientTest) ... ok
> test_create (tests.unit.test_client.ClientTest) ... ok
> test_delete (tests.unit.test_client.ClientTest) ... ok
> test_find (tests.unit.test_client.ClientTest) ... ok
> test_findall (tests.unit.test_client.ClientTest) ... ok
> test_get (tests.unit.test_client.ClientTest) ... ok
> test_get_limits (tests.unit.test_client.ClientTest) ... ok
> test_get_timings (tests.unit.test_client.ClientTest) ... ok
> test_list (tests.unit.test_client.ClientTest) ... ok
> test_list_limit (tests.unit.test_client.ClientTest) ... ok
> test_method_delete (tests.unit.test_client.ClientTest) ... ok
> test_method_get (tests.unit.test_client.ClientTest) ... ok
> test_method_head (tests.unit.test_client.ClientTest) ... ok
> test_method_patch (tests.unit.test_client.ClientTest) ... ok
> test_method_post (tests.unit.test_client.ClientTest) ... ok
> test_method_put (tests.unit.test_client.ClientTest) ... ok
> test_project_id (tests.unit.test_client.ClientTest) ... ok
> test_request_400 (tests.unit.test_client.ClientTest) ... ok
> test_request_content_type_header (tests.unit.test_client.ClientTest) ... ok
> test_request_empty_body (tests.unit.test_client.ClientTest) ... ok
> test_request_no_json_resp (tests.unit.test_client.ClientTest) ... ok
> test_request_ok (tests.unit.test_client.ClientTest) ... ok
> test_reset_timings (tests.unit.test_client.ClientTest) ... ok
> test_safe_quote_ascii (tests.unit.test_client.ClientTest) ... ok
> test_safe_quote_unicode (tests.unit.test_client.ClientTest) ... ok
> test_time_request (tests.unit.test_client.ClientTest) ... ok
> test_unauthenticate (tests.unit.test_client.ClientTest) ... ok
> test_from_response_no_body (tests.unit.test_exceptions.ExceptionsTest) ... ok
> test_from_response_with_body (tests.unit.test_exceptions.ExceptionsTest) ... 
> ok
> test_pickle (tests.unit.test_exceptions.ExceptionsTest) ... ok
> test_add_method (tests.unit.test_utils.UtilsTest) ... ok
> test_add_method_no_name (tests.unit.test_utils.UtilsTest) ... ok
> test_case_insensitive_update (tests.unit.test_utils.UtilsTest) ... ok
> test_coerce_to_list (tests.unit.test_utils.UtilsTest) ... ok
> test_coerce_to_list_list (tests.unit.test_utils.UtilsTest) ... ok
> test_dict_to_qs (tests.unit.test_utils.UtilsTest) ... ok
> test_dot_dict (tests.unit.test_utils.UtilsTest) ... ok
> test_env (tests.unit.test_utils.UtilsTest) ... ok
> test_folder_size_bad_folder (tests.unit.test_utils.UtilsTest) ... ok
> test_folder_size_ignore_list (tests.unit.test_utils.UtilsTest) ... ok
> test_folder_size_ignore_string (tests.unit.test_utils.UtilsTest) ... ok
> test_folder_size_no_ignore (tests.unit.test_utils.UtilsTest) ... ok
> test_get_checksum_from_binary (tests.unit.test_utils.UtilsTest) ... ok
> test_get_checksum_from_file (tests.unit.test_utils.UtilsTest) ... ok
> test_get_checksum_from_string (tests.unit.test_utils.UtilsTest) ... ok
> test_get_checksum_from_unicode (tests.unit.test_utils.UtilsTest) ... ok
> test_get_checksum_from_unicode_alt_encoding (tests.unit.test_utils.UtilsTest) 
> ... ok
> test_get_id (tests.unit.test_utils.UtilsTest) ... ok
> test_get_name (tests.unit.test_utils.UtilsTest) ... ok
> test_import_class (tests.unit.test_utils.UtilsTest) ... ok
> test_isunauthenticated (tests.unit.test_utils.UtilsTest) ... ok
> test_match_pattern (tests.unit.test_utils.UtilsTest) ... ok
> test_params_to_dict (tests.unit.test_utils.UtilsTest) ... ok
> test_random_unicode (tests.unit.test_utils.UtilsTest) ... ok
> test_rfc2822_format (tests.unit.test_utils.UtilsTest) ... ok
> test_rfc2822_format_fail (tests.unit.test_utils.UtilsTest) ... ok
> test_rfc2822_format_str (tests.unit.test_utils.UtilsTest) ... ok
> test_runproc (tests.unit.test_utils.UtilsTest) ... ok
> test_safe_issubclass_bad (tests.unit.test_utils.UtilsTest) ... ok
> test_safe_issubclass_good (tests.unit.test_utils.UtilsTest) ... ok
> test_self_deleting_temp_directory (tests.unit.test_utils.UtilsTest) ... ok
> test_self_deleting_temp_file (tests.unit.test_utils.UtilsTest) ... ok
> test_slugify (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_date (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_date_obj (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_datetime (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_datetime_add_tz (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_datetime_hide_tz (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_datetime_show_tz (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_empty (tests.unit.test_utils.UtilsTest) ... ok
> test_time_string_invalid (tests.unit.test_utils.UtilsTest) ... ok
> test_unauthenticated (tests.unit.test_utils.UtilsTest) ... ok
> test_update_exc (tests.unit.test_utils.UtilsTest) ... ok
> test_wait_for_build (tests.unit.test_utils.UtilsTest) ... ok
> test_wait_until (tests.unit.test_utils.UtilsTest) ... ok
> test_wait_until_callback (tests.unit.test_utils.UtilsTest) ... ok
> test_wait_until_fail (tests.unit.test_utils.UtilsTest) ... ok
> test_create_service (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_delete_assets (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_delete_service (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_get_flavor (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_get_service (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_list_flavors (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_list_services (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_patch_service (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_ping (tests.unit.test_cloud_cdn.CloudCDNTest) ... ok
> test_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_alarm_get_reload (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_alarm_name (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_alarm_update (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_changelog_mgr_list 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_create_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_delete (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_check_get_metric_data_points 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_get_reload (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_check_list_metrics 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_create_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_create_check_no_details 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_create_check_no_target 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_create_check_test_debug 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_create_check_test_no_debug 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_delete_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_get_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_mgr_update_check_failed_validation_other 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_name (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_check_update (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_checktype_field_names 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_create (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_create_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_create_body (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_create_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_create_entity (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_create_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_create_notification_plan 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_delete (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_delete_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_delete_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_delete_entity (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_delete_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_delete_notification_plan 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_find (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_find_all_checks 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_findall (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_account (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_get_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_clt_get_audits (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_get_changelogs 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_clt_get_check_type 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_entity (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_get_limits (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_get_metric_data_points 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_monitoring_zone 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_notification_plan 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_notification_type 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_get_overview (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_list (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_list_alarms (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_list_check_types 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_list_checks (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_list_entities (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_list_metrics (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_list_monitoring_zones 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_list_notification_plans 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_list_notification_types 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_list_notifications 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_test_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_clt_update_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_update_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_update_entity (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_clt_update_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_create_agent_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_create_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_delete_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_delete_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_find_all_checks 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_get_alarm (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_entity_get_check (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_entity_get_metric_data_points 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_list_alarms 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_list_checks 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_list_metrics 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_create_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_create_check_failed_validation 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_create_check_invalid_details 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_create_check_missing_details 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_create_check_no_mz_poll 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_find_all_checks 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_update_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_update_check 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_update_check_failed_validation 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_mgr_update_entity 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_name (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_entity_update (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_entity_update_alarm 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_get_metric_data_points 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_get_metric_data_points_invalid_request 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_get_metric_data_points_invalid_request_other 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_get_metric_data_points_invalid_resolution 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_get_metric_data_points_no_granularity 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_metrics_mgr_list_metrics 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_create 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_get_type 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_list_types 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_test_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_test_notification_existing 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_update_notification 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_manager_update_notification_id 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notif_plan_manager_create 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notification_name (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_notification_plan_name 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notification_type_name 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_notification_update 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_overview_mgr_list (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_pagination_mgr_list 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_pagination_mgr_list_next 
> (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_params_to_dict (tests.unit.test_cloud_monitoring.CloudMonitoringTest) 
> ... ok
> test_token_create (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_token_delete (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_token_get (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_token_list (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_token_update (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... 
> ok
> test_zone_name (tests.unit.test_cloud_monitoring.CloudMonitoringTest) ... ok
> test_add_role_to_user (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_endpoint (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_token (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_with_token_id (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_with_token_id_auth_fail (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_auth_with_token_id_auth_fail_general 
> (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_with_token_name (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_with_token_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_auth_with_token_without_tenant_id 
> (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate_backwards_compatibility_connect_param 
> (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate_fail_creds (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate_fail_gt_299 (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate_fail_gt_299ino_message 
> (tests.unit.test_identity.IdentityTest) ... ok
> test_authenticate_fail_no_message (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_authenticate_fail_other (tests.unit.test_identity.IdentityTest) ... ok
> test_call (tests.unit.test_identity.IdentityTest) ... ok
> test_call_with_slash (tests.unit.test_identity.IdentityTest) ... ok
> test_call_without_slash (tests.unit.test_identity.IdentityTest) ... ok
> test_check_token (tests.unit.test_identity.IdentityTest) ... ok
> test_check_token_fail_auth (tests.unit.test_identity.IdentityTest) ... ok
> test_check_token_fail_valid (tests.unit.test_identity.IdentityTest) ... ok
> test_create_tenant (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user_bad_email (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user_duplicate (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user_not_authorized (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user_not_found (tests.unit.test_identity.IdentityTest) ... ok
> test_create_user_other (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_role_from_user (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_tenant (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_tenantfail (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_user (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_user_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_delete_user_not_found (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_client_private_prop (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_client_prop (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_create_client_all_other (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_create_client_compute (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get_client (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get_client_already_failed (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_ep_get_client_exists (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get_client_no_url (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get_client_none (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_get_new_client (tests.unit.test_identity.IdentityTest) ... ok
> test_ep_getattr (tests.unit.test_identity.IdentityTest) ... ok
> test_find_user_by_email_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_find_user_by_id_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_find_user_by_name_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_find_user_fail_base (tests.unit.test_identity.IdentityTest) ... ok
> test_find_user_fail_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client_no_cache (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client_no_client (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client_private (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_get_client_unauthenticated (tests.unit.test_identity.IdentityTest) ... ok
> test_get_credentials_keystone (tests.unit.test_identity.IdentityTest) ... ok
> test_get_credentials_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_get_credentials_rax_password (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_get_extensions (tests.unit.test_identity.IdentityTest) ... ok
> test_get_keystone_endpoint (tests.unit.test_identity.IdentityTest) ... ok
> test_get_keystone_endpoint_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_get_role (tests.unit.test_identity.IdentityTest) ... ok
> test_get_tenant (tests.unit.test_identity.IdentityTest) ... ok
> test_get_tenant_none (tests.unit.test_identity.IdentityTest) ... ok
> test_get_token (tests.unit.test_identity.IdentityTest) ... ok
> test_get_token_endpoints (tests.unit.test_identity.IdentityTest) ... ok
> test_get_token_endpoints_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_get_user_by_email (tests.unit.test_identity.IdentityTest) ... ok
> test_get_user_by_id (tests.unit.test_identity.IdentityTest) ... ok
> test_get_user_by_username (tests.unit.test_identity.IdentityTest) ... ok
> test_get_user_missing_params (tests.unit.test_identity.IdentityTest) ... ok
> test_get_user_not_found (tests.unit.test_identity.IdentityTest) ... ok
> test_getattr_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_getattr_not_authed (tests.unit.test_identity.IdentityTest) ... ok
> test_getattr_region (tests.unit.test_identity.IdentityTest) ... ok
> test_getattr_service (tests.unit.test_identity.IdentityTest) ... ok
> test_has_valid_token (tests.unit.test_identity.IdentityTest) ... ok
> test_http_methods (tests.unit.test_identity.IdentityTest) ... ok
> test_init (tests.unit.test_identity.IdentityTest) ... ok
> test_keyring_auth_apikey (tests.unit.test_identity.IdentityTest) ... ok
> test_keyring_auth_no_keyring (tests.unit.test_identity.IdentityTest) ... ok
> test_keyring_auth_no_password (tests.unit.test_identity.IdentityTest) ... ok
> test_keyring_auth_no_username (tests.unit.test_identity.IdentityTest) ... ok
> test_keyring_auth_password (tests.unit.test_identity.IdentityTest) ... ok
> test_list_credentials (tests.unit.test_identity.IdentityTest) ... ok
> test_list_credentials_no_user (tests.unit.test_identity.IdentityTest) ... ok
> test_list_roles (tests.unit.test_identity.IdentityTest) ... ok
> test_list_roles_for_user (tests.unit.test_identity.IdentityTest) ... ok
> test_list_roles_for_user_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_list_tenants (tests.unit.test_identity.IdentityTest) ... ok
> test_list_tenants_auth_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_list_tenants_other_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_list_token (tests.unit.test_identity.IdentityTest) ... ok
> test_list_token_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_list_users (tests.unit.test_identity.IdentityTest) ... ok
> test_list_users_alt_body (tests.unit.test_identity.IdentityTest) ... ok
> test_list_users_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_parse_api_time_uk (tests.unit.test_identity.IdentityTest) ... ok
> test_parse_api_time_us (tests.unit.test_identity.IdentityTest) ... ok
> test_rax_endpoints (tests.unit.test_identity.IdentityTest) ... ok
> test_regions (tests.unit.test_identity.IdentityTest) ... ok
> test_reset_api_key (tests.unit.test_identity.IdentityTest) ... ok
> test_reset_api_key_rax (tests.unit.test_identity.IdentityTest) ... ok
> test_reset_api_key_rax_no_user (tests.unit.test_identity.IdentityTest) ... ok
> test_revoke_token (tests.unit.test_identity.IdentityTest) ... ok
> test_revoke_token_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_set_auth_endpoint (tests.unit.test_identity.IdentityTest) ... ok
> test_set_credential_file (tests.unit.test_identity.IdentityTest) ... ok
> test_set_credential_file_keystone (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_set_credentials (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_ep_for_region (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_ep_for_region_all (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_ep_for_region_not_found (tests.unit.test_identity.IdentityTest) ... 
> ok
> test_svc_get_client (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_get_client_none (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_regions (tests.unit.test_identity.IdentityTest) ... ok
> test_svc_repr (tests.unit.test_identity.IdentityTest) ... ok
> test_update_tenant (tests.unit.test_identity.IdentityTest) ... ok
> test_update_user (tests.unit.test_identity.IdentityTest) ... ok
> test_update_user_fail (tests.unit.test_identity.IdentityTest) ... ok
> test_add_ptr_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_add_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_assure_domain (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_assure_domain_id (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_assure_domain_name (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_async_call_body (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_async_call_error (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_async_call_no_body (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_async_call_no_response (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_async_call_timeout (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_changes_since (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_client_empty_get_body_error (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_create_body (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_delete (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_delete_ptr_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_delete_record (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_delete_subdomains (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_export_domain (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_find_record (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_find_record_not_found (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_find_record_not_unique (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_get_absolute_limits (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_get_pagination_qs (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_get_ptr_details_lb (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_get_rate_limits (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_get_record (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_import_domain (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_iter (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_iter_items_first_fetch (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_iter_items_next_fetch (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_iter_items_next_stop (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_iter_next (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_next_page (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_next_page_fail (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_previous_page (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_previous_page_fail (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_ptr_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_ptr_records_not_found (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_list_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_records_next_page (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_records_next_page_fail (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_list_records_previous_page (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_list_records_previous_page_fail (tests.unit.test_cloud_dns.CloudDNSTest) 
> ... ok
> test_list_subdomains (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_subdomains_next_page (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_list_subdomains_next_page_fail (tests.unit.test_cloud_dns.CloudDNSTest) 
> ... ok
> test_list_subdomains_previous_page (tests.unit.test_cloud_dns.CloudDNSTest) 
> ... ok
> test_list_subdomains_previous_page_fail 
> (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_create (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_create_error (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_empty_get_body_error (tests.unit.test_cloud_dns.CloudDNSTest) 
> ... ok
> test_manager_findall (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_findall_default (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_get (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_list (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_manager_list_all (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_process_async_error (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_process_async_error_nested (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_record_iter (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_reset_paging_all (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_reset_paging_body (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_resolve_device_type (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_resolve_device_type_invalid (tests.unit.test_cloud_dns.CloudDNSTest) ... 
> ok
> test_results_iterator (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_search_records (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_search_records_params (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_set_delay (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_set_timeout (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_subdomain_iter (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_update_domain (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_update_domain_empty (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_update_ptr_record (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_update_record (tests.unit.test_cloud_dns.CloudDNSTest) ... ok
> test_create (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_create_body (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_create_fail_cidr (tests.unit.test_cloud_networks.CloudNetworksTest) ... 
> ok
> test_create_fail_cidr_malformed 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_create_fail_count (tests.unit.test_cloud_networks.CloudNetworksTest) ... 
> ok
> test_create_fail_other (tests.unit.test_cloud_networks.CloudNetworksTest) ... 
> ok
> test_create_manager (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_delete_network (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_delete_network_by_client 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_delete_network_by_client_fail 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_delete_network_fail (tests.unit.test_cloud_networks.CloudNetworksTest) 
> ... ok
> test_find_network_by_label (tests.unit.test_cloud_networks.CloudNetworksTest) 
> ... ok
> test_find_network_by_label_missing 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_find_network_by_label_multiple 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_get_server_networks (tests.unit.test_cloud_networks.CloudNetworksTest) 
> ... ok
> test_get_server_networks_by_client 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_get_server_networks_by_network 
> (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_get_types (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_network_name (tests.unit.test_cloud_networks.CloudNetworksTest) ... ok
> test_assure_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_assure_volume (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_attach_to_instance 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_attach_to_instance_fail 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_attach_to_instance 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_create_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_create_snapshot_409_other 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_create_snapshot_not_409 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_create_snapshot_not_available 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_delete_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_delete_volume 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_delete_volume_force 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_delete_volume_not_available 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_client_detach (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_client_snap_mgr_create_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_clt_rename (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_clt_rename_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_clt_update_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_clt_update_volume 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_body_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_body_volume 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_body_volume_bad_size 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_body_volume_defaults 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_snapshot_bad_request 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_snapshot_bad_request_other 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_volume (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_create_volume_bad_clone_size 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_create_volume_fail_other 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_detach_from_instance 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_detach_from_instance_fail 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_detach_from_instance_no_attachment 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_get_snapshot (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_list_snapshots 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_list_types (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_mgr_update_snapshot 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_mgr_update_snapshot_empty 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_mgr_update_volume 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_mgr_update_volume_empty 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_resolve_id (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_resolve_name (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_snapshot_delete 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_delete_retry 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_delete_unavailable 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_description_property 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_name_property 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_rename 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_snapshot_update 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_vol_list_snapshots 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_vol_mgr_list_snapshots 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_vol_rename (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) 
> ... ok
> test_vol_update_volume 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_volume_delete_all_snapshots 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_volume_description_property 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_volume_name_property 
> (tests.unit.test_cloud_blockstorage.CloudBlockStorageTest) ... ok
> test_api_request (tests.unit.test_queues.QueuesTest) ... ok
> test_api_request_missing_clt_id (tests.unit.test_queues.QueuesTest) ... ok
> test_api_request_other_error (tests.unit.test_queues.QueuesTest) ... ok
> test_assure_queue (tests.unit.test_queues.QueuesTest) ... ok
> test_base_list (tests.unit.test_queues.QueuesTest) ... ok
> test_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_add_custom_headers (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_add_custom_headers_no_clt_id (tests.unit.test_queues.QueuesTest) ... 
> ok
> test_clt_claim_messages (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_create (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_create_dupe (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_delete_message (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_delete_messages_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_get_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_get_home_document (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_get_message (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_get_metadata (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_get_stats (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_list_messages (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_list_messages_by_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_list_messages_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_post_message (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_queue_exists (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_queue_not_exists (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_release_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_set_metadata (tests.unit.test_queues.QueuesTest) ... ok
> test_clt_update_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_msg_add_details (tests.unit.test_queues.QueuesTest) ... ok
> test_msg_add_details_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_msg_add_details_no_href (tests.unit.test_queues.QueuesTest) ... ok
> test_msg_delete (tests.unit.test_queues.QueuesTest) ... ok
> test_parse_marker (tests.unit.test_queues.QueuesTest) ... ok
> test_parse_marker_fail (tests.unit.test_queues.QueuesTest) ... ok
> test_parse_marker_no_next (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_messages (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_mgr_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_mgr_claim_empty (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_mgr_claim_no_count (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_mgr_update (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_claim_mgr_update_missing (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_delete_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_delete_message (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_get_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_get_message (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_id_property (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_list (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_list_by_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_list_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_create (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_create_body (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_create_body_no_meta (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_create_invalid (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_get (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_get_metadata (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_get_not_found (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_get_stats (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_set_metadata_clear (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_mgr_set_metadata_no_clear (tests.unit.test_queues.QueuesTest) ... 
> ok
> test_queue_msg_mgr_create_body (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_delete_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_delete_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_delete_no_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_list (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_list_by_ids (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_msg_mgr_no_limit_or_body (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_post_message (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_release_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_queue_update_claim (tests.unit.test_queues.QueuesTest) ... ok
> test_add_details_cluster 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_add_details_nodes 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_add_details_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_add_details_virtualips 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_add_nodes_client 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_add_virtualip_client 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_assure_loadbalancer 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_assure_parent_fail 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_assure_parent_succeed 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_bad_node_condition 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_bad_node_parameters 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_add_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_add_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_add_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_add_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_algorithms 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_allowed_domains 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_clear_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_clear_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_create_body 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_access_list_items 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_metadata_for_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_delete_virtualip 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_connection_logging 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_content_caching 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_metadata_for_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_get_usage 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_protocols 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_connection_logging 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_content_caching 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_metadata_for_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_set_session_persistence_bad 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_update_lb 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_update_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_update_metadata_for_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_update_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_client_update_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_get_lb (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_get_usage (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_lb_update_lb (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_mgr_add_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_health_monitor_bad_protocol 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_health_monitor_missing_cert 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_nodes 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_add_virtualip 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_clear_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_access_list_items 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_access_list_items_invalid 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_node_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_unattached_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_unattached_virtualip 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_delete_virtualip 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_access_list 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_connection_logging 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_connection_throttle 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_content_caching 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_health_monitor 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_metadata_raw 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_node_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_ssl_termination_missing 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_stats 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_usage_all 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_usage_for_lb 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_get_usage_period 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_connection_logging 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_content_caching 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_error_page 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_node_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_set_session_persistence 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_lb 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_node_metadata 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_ssl_termination 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_ssl_termination_no_config 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_mgr_update_unattached_node 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_missing_lb_parameters 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_node_delete (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_node_diff (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_node_equality 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_node_repr (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_node_to_dict (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_node_update (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_vip_bad_ip_version 
> (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... ok
> test_vip_bad_type (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_vip_delete (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_vip_repr (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) ... 
> ok
> test_vip_to_dict (tests.unit.test_cloud_loadbalancers.CloudLoadBalancerTest) 
> ... ok
> test_assure_image (tests.unit.test_image.ImageTest) ... ok
> test_clt_add_image_member (tests.unit.test_image.ImageTest) ... ok
> test_clt_add_image_tag (tests.unit.test_image.ImageTest) ... ok
> test_clt_change_image_name (tests.unit.test_image.ImageTest) ... ok
> test_clt_delete_image_member (tests.unit.test_image.ImageTest) ... ok
> test_clt_delete_image_tag (tests.unit.test_image.ImageTest) ... ok
> test_clt_export_task (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_member (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_member_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_members_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_task_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_image_tasks_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_images_schema (tests.unit.test_image.ImageTest) ... ok
> test_clt_get_task (tests.unit.test_image.ImageTest) ... ok
> test_clt_import_task (tests.unit.test_image.ImageTest) ... ok
> test_clt_list (tests.unit.test_image.ImageTest) ... ok
> test_clt_list_all (tests.unit.test_image.ImageTest) ... ok
> test_clt_list_image_members (tests.unit.test_image.ImageTest) ... ok
> test_clt_list_tasks (tests.unit.test_image.ImageTest) ... ok
> test_clt_update (tests.unit.test_image.ImageTest) ... ok
> test_clt_update_img_member (tests.unit.test_image.ImageTest) ... ok
> test_img_add_tag (tests.unit.test_image.ImageTest) ... ok
> test_img_change_name (tests.unit.test_image.ImageTest) ... ok
> test_img_create_member (tests.unit.test_image.ImageTest) ... ok
> test_img_delete_member (tests.unit.test_image.ImageTest) ... ok
> test_img_delete_tag (tests.unit.test_image.ImageTest) ... ok
> test_img_get_member (tests.unit.test_image.ImageTest) ... ok
> test_img_list_members (tests.unit.test_image.ImageTest) ... ok
> test_img_member_mgr_create (tests.unit.test_image.ImageTest) ... ok
> test_img_member_mgr_create_403 (tests.unit.test_image.ImageTest) ... ok
> test_img_member_mgr_create_body (tests.unit.test_image.ImageTest) ... ok
> test_img_member_mgr_create_other (tests.unit.test_image.ImageTest) ... ok
> test_img_tag_mgr_add (tests.unit.test_image.ImageTest) ... ok
> test_img_tag_mgr_create (tests.unit.test_image.ImageTest) ... ok
> test_img_tasks_mgr_create (tests.unit.test_image.ImageTest) ... ok
> test_img_tasks_mgr_create_export (tests.unit.test_image.ImageTest) ... ok
> test_img_tasks_mgr_create_import (tests.unit.test_image.ImageTest) ... ok
> test_img_update (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_create_body (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_create_body_empty (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_list (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_list_all (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_update (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_update_member (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_update_member_bad (tests.unit.test_image.ImageTest) ... ok
> test_imgmgr_update_member_not_found (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_image (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_images (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_member (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_members (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_task (tests.unit.test_image.ImageTest) ... ok
> test_jsonscheme_mgr_tasks (tests.unit.test_image.ImageTest) ... ok
> test_member_id (tests.unit.test_image.ImageTest) ... ok
> test_add_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_add_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_add_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_add_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_delete_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_delete_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_execute_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_get_configuration (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_get_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_get_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_get_state (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_get_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_list_policies (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_list_webhooks (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_pause (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_replace (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_replace_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... 
> ok
> test_clt_replace_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_replace_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_resume (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update_launch_metadata (tests.unit.test_autoscale.AutoscaleTest) ... 
> ok
> test_clt_update_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_clt_update_webhook_metadata (tests.unit.test_autoscale.AutoscaleTest) 
> ... ok
> test_cooldown (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_delete_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_delete_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_execute_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_get_configuration (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_get_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_get_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_get_state (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_list_policies (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_list_webhooks (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_make_policies (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_max_entities (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_add_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_add_policy_desired_capacity 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_add_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_create_body (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_create_body_disk_config (tests.unit.test_autoscale.AutoscaleTest) 
> ... ok
> test_mgr_create_policy_body (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_delete_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_delete_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_execute_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_get_configuration (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_get_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_get_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_get_state (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_get_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_list_policies (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_list_webhooks (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_pause (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_replace (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_replace_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... 
> ok
> test_mgr_replace_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_replace_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resolve_lbs_clb (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resolve_lbs_dict (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resolve_lbs_id (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resolve_lbs_id_fail (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resolve_lbs_tuple (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_resume (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_config_key_name 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_config_no_metadata 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_config_no_personality 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_config_unset_personality 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_launch_metadata (tests.unit.test_autoscale.AutoscaleTest) ... 
> ok
> test_mgr_update_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_change_to_desired 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_desired_to_change 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_desired_to_desired 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_maintain_desired_capacity 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_maintain_is_absolute 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_policy_maintain_is_percent 
> (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_mgr_update_webhook_metadata (tests.unit.test_autoscale.AutoscaleTest) 
> ... ok
> test_min_entities (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_name (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_pause (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_add_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_count (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_delete (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_delete_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_execute (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_get (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_get_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_init (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_list_webhooks (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_update (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_update_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_policy_update_webhook_metadata (tests.unit.test_autoscale.AutoscaleTest) 
> ... ok
> test_resume (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_launch_config (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_launch_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_policy (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_webhook (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_update_webhook_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_webhook_delete (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_webhook_get (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_webhook_update (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_webhook_update_metadata (tests.unit.test_autoscale.AutoscaleTest) ... ok
> test_assure_instance (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_backup_mgr_create_body 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_backup_mgr_list (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_backup_mgr_list_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_change_user_password 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_change_user_password 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_create_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_clt_delete_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_clt_get_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_clt_get_database (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_clt_grant_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_list_backups (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_clt_list_backups_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_list_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_restart (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_restore_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_clt_revoke_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_clt_update_user (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_create_body_datastore 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_create_body_db (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_create_body_flavor (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_create_body_user (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_create_body_user_host 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_create_database (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_create_database_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_create_user (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_create_user_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_dbmgr_create_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_dbmgr_get (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_delete_database (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_delete_database_direct 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_delete_database_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_delete_user (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_delete_user_direct (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_delete_user_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_enable_root_user (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_enable_root_user_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_database (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_database_bad (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_get_db_names (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_db_names_fail (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_get_db_names_not_strict 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor_property (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_get_flavor_ref_for_id 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor_ref_for_name 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor_ref_for_obj 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor_ref_for_ram 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_flavor_ref_not_found 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_limits (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_user (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_get_user_by_client (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_get_user_fail (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_grant_user_access (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_grant_user_access_not_found 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_inst_create_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_inst_list_backups (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_inst_resize (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_instantiate_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_list_databases (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_list_databases_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_list_flavors (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_list_user_access (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_list_user_access_not_found 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_list_users (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_list_users_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_mgr_list_backups (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_mgr_list_backups_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_mgr_restore_backup (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_missing_db_parameters 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_resize (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_resize_volume (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_resize_volume_direct 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_resize_volume_too_small 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_restart (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_revoke_user_access (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_root_user_status (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_root_user_status_for_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_set_flavor_property_dict 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_set_flavor_property_instance 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_update_user (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_change_password 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_grant_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_list_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_manager_update (tests.unit.test_cloud_databases.CloudDatabasesTest) 
> ... ok
> test_user_manager_update_missing 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_manager_update_unchanged 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_revoke_user_access 
> (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_user_update (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_volume_get (tests.unit.test_cloud_databases.CloudDatabasesTest) ... ok
> test_volume_get_fail (tests.unit.test_cloud_databases.CloudDatabasesTest) ... 
> ok
> test_get_token (tests.unit.test_service_catalog.ServiceCatalogTest) ... ok
> test_url_for_ambiguous (tests.unit.test_service_catalog.ServiceCatalogTest) 
> ... ok
> test_url_for_no_catalog (tests.unit.test_service_catalog.ServiceCatalogTest) 
> ... ok
> test_url_for_no_match (tests.unit.test_service_catalog.ServiceCatalogTest) 
> ... ok
> test_url_for_object_store 
> (tests.unit.test_service_catalog.ServiceCatalogTest) ... ok
> test_auth_with_token (tests.unit.test_module.PyraxInitTest) ... ok
> test_clear_credentials (tests.unit.test_module.PyraxInitTest) ... ok
> test_connect_to_cloud_databases (tests.unit.test_module.PyraxInitTest) ... ok
> test_connect_to_cloud_loadbalancers (tests.unit.test_module.PyraxInitTest) 
> ... ok
> test_connect_to_cloudfiles (tests.unit.test_module.PyraxInitTest) ... ok
> test_connect_to_cloudfiles_ServiceNet (tests.unit.test_module.PyraxInitTest) 
> ... ok
> test_connect_to_cloudservers (tests.unit.test_module.PyraxInitTest) ... ERROR
> test_connect_to_services (tests.unit.test_module.PyraxInitTest) ... ok
> test_create_context (tests.unit.test_module.PyraxInitTest) ... ok
> test_get_encoding (tests.unit.test_module.PyraxInitTest) ... ok
> test_get_environment (tests.unit.test_module.PyraxInitTest) ... ok
> test_import_fail (tests.unit.test_module.PyraxInitTest) ... ok
> test_import_identity (tests.unit.test_module.PyraxInitTest) ... ok
> test_import_identity_external (tests.unit.test_module.PyraxInitTest) ... ok
> test_keyring_auth (tests.unit.test_module.PyraxInitTest) ... ok
> test_keyring_auth_no_module (tests.unit.test_module.PyraxInitTest) ... ok
> test_keyring_auth_no_username (tests.unit.test_module.PyraxInitTest) ... ok
> test_make_agent_name (tests.unit.test_module.PyraxInitTest) ... ok
> test_read_config (tests.unit.test_module.PyraxInitTest) ... ok
> test_read_config_bad (tests.unit.test_module.PyraxInitTest) ... ok
> test_read_config_creds (tests.unit.test_module.PyraxInitTest) ... ok
> test_require_auth (tests.unit.test_module.PyraxInitTest) ... ok
> test_safe_region (tests.unit.test_module.PyraxInitTest) ... ok
> test_safe_region_no_context (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_bad_credential_file (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_bad_credentials (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_credential_file (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_credentials (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_default_region (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_environment (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_environment_fail (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_http_debug (tests.unit.test_module.PyraxInitTest) ... ERROR
> test_set_identity_type_setting (tests.unit.test_module.PyraxInitTest) ... ok
> test_set_region_setting (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_get (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_get_from_env (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_set_bad_env (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_set_bad_key (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_set_region (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_set_region_no_identity (tests.unit.test_module.PyraxInitTest) 
> ... ok
> test_settings_set_verify_ssl (tests.unit.test_module.PyraxInitTest) ... ok
> test_settings_set_verify_ssl_no_identity 
> (tests.unit.test_module.PyraxInitTest) ... ok
> test_add_details (tests.unit.test_resource.ResourceTest) ... ok
> test_delete (tests.unit.test_resource.ResourceTest) ... ok
> test_delete_no_mgr (tests.unit.test_resource.ResourceTest) ... ok
> test_get (tests.unit.test_resource.ResourceTest) ... ok
> test_getattr (tests.unit.test_resource.ResourceTest) ... ok
> test_human_id (tests.unit.test_resource.ResourceTest) ... ok
> test_human_id_false (tests.unit.test_resource.ResourceTest) ... ok
> test_id_eq (tests.unit.test_resource.ResourceTest) ... ok
> test_info_eq (tests.unit.test_resource.ResourceTest) ... ok
> test_loaded (tests.unit.test_resource.ResourceTest) ... ok
> test_not_eq (tests.unit.test_resource.ResourceTest) ... ok
> test_reload (tests.unit.test_resource.ResourceTest) ... ok
> test_repr (tests.unit.test_resource.ResourceTest) ... ok
> 
> ======================================================================
> ERROR: test_connect_to_cloudservers (tests.unit.test_module.PyraxInitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
>     return func(*args, **keywargs)
>   File "tests/unit/test_module.py", line 432, in test_connect_to_cloudservers
>     pyrax.cloudservers = pyrax.connect_to_cloudservers()
>   File "pyrax/__init__.py", line 688, in connect_to_cloudservers
>     http_log_debug=_http_debug, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/novaclient/v2/client.py", line 113, 
> in __init__
>     403, _LE("'novaclient.v2.client.Client' is not designed to be "
> Forbidden: 'novaclient.v2.client.Client' is not designed to be initialized 
> directly. It is inner class of novaclient. You should use 
> 'novaclient.client.Client' instead. Related lp bug-report: 1493576 (HTTP 403)
> 
> ======================================================================
> ERROR: test_set_http_debug (tests.unit.test_module.PyraxInitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "tests/unit/test_module.py", line 475, in test_set_http_debug
>     pyrax.cloudservers = pyrax.connect_to_cloudservers()
>   File "pyrax/__init__.py", line 688, in connect_to_cloudservers
>     http_log_debug=_http_debug, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/novaclient/v2/client.py", line 113, 
> in __init__
>     403, _LE("'novaclient.v2.client.Client' is not designed to be "
> Forbidden: 'novaclient.v2.client.Client' is not designed to be initialized 
> directly. It is inner class of novaclient. You should use 
> 'novaclient.client.Client' instead. Related lp bug-report: 1493576 (HTTP 403)
> 
> ----------------------------------------------------------------------
> Ran 1269 tests in 5.900s
> 
> FAILED (errors=2)
> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; python2.7 -m unittest discover 
> -v 
> dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   http://aws-logs.debian.net/2016/10/21/python-pyrax_1.9.6-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: python-pyrax
Source-Version: 1.9.8-1

We believe that the bug you reported is fixed in the latest version of
python-pyrax, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 841...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sascha Girrulat <sas...@girrulat.de> (supplier of updated python-pyrax package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 20 Oct 2017 15:46:39 +0200
Source: python-pyrax
Binary: python-pyrax
Architecture: source
Version: 1.9.8-1
Distribution: unstable
Urgency: medium
Maintainer: Sascha Girrulat <sas...@girrulat.de>
Changed-By: Sascha Girrulat <sas...@girrulat.de>
Description:
 python-pyrax - Python SDK for OpenStack/Rackspace APIs
Closes: 835189 841623
Changes:
 python-pyrax (1.9.8-1) unstable; urgency=medium
 .
   * New upstream version 1.9.8
   * Bump standards version to 4.1.1
   * Add missing build dependencies
   * Update patch queue to fix nova client import issues
     (Closes: #841623, #835189)
   * Add debian/gbp.conf
   * Ensure dbus socket available for python-keyring
   * lintian cleanup
Checksums-Sha1:
 969268b2764e97beb854ec7753c554eef778d9ae 2029 python-pyrax_1.9.8-1.dsc
 468b859863773aa5b0418ecbdfd20e23d8287330 337097 python-pyrax_1.9.8.orig.tar.gz
 a53d4dd1b9637c7472bc68312d457ed3efaa225f 4412 
python-pyrax_1.9.8-1.debian.tar.xz
 71434dc747d72579006ff7cf87e15fb95d40614a 8191 
python-pyrax_1.9.8-1_amd64.buildinfo
Checksums-Sha256:
 cc41953a397fdbfbb87238f03efdd91deae64b2ea3a75ad50fa0b9887baa08ae 2029 
python-pyrax_1.9.8-1.dsc
 34c3b5478a654fc6e410bfee9a36e9becd69eab3ee9b50509d6f3211b28f6876 337097 
python-pyrax_1.9.8.orig.tar.gz
 d0be6f4a8aad8f454e1cb527ab1175f35f0bdf77d2b555bb4a4cd936bb901d4b 4412 
python-pyrax_1.9.8-1.debian.tar.xz
 652abf1717d6edbc0b52b136e87bf3741061a517d43376eddf6aca35cb4ec253 8191 
python-pyrax_1.9.8-1_amd64.buildinfo
Files:
 3a034b7251c2c72655207240dd54b268 2029 python optional python-pyrax_1.9.8-1.dsc
 dbcaa0482cb4beb213265e4a5c226539 337097 python optional 
python-pyrax_1.9.8.orig.tar.gz
 a7f0e7993ff4bd450c31b3fc51f33947 4412 python optional 
python-pyrax_1.9.8-1.debian.tar.xz
 65114e6fd63c333bc439cf9216830e49 8191 python optional 
python-pyrax_1.9.8-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAlnqF2kACgkQB7i3sOqY
EgsqXxAAy9gwiaQPhXbQjTt3lp5tCiQOqeOH4GPvnsqwSYNH9i1rY84qmY3sH8Fn
KBMVfzVFMNq85axvyN8Tj3zluPQk/fjUKlXbriAWpW1QpqXiKi8lHikmDV1iK7ow
IzSERroDHmgfHVRcNMXfdI/tT7Y5KFhjuOyiTnZGgB3NZ+1+Tzz9la5tAvO63cna
4ncjXNPnOe5kNs44NeqM1hvWhD9Y7160TBVJsjvyFqSFSacimd5z58hfNT+gfv0U
yd3FffX7QZTt3mYL1w2K7cfm4IdvUbf1uJErfp43fbAkPfZnEkTICKYvyn8ZzXDh
9LZ3n1bmembETVhEH/BnSdncUjldeLemMbftGxMLnh2O0b8eHESlVJRfGzI9i2Li
WrKegnrGxwSRN9zcrP3qSxoh8NkBKG5g6k/dZNh9HvRGskGxkjQsMzF2y79KJuHC
ALm/o0ziN7BQdxLYDavqv1QaoloQ435froXcMs7U3pEicgX/lXn/DjHFrL8HcD1H
d27TU4XLn1sCbgpC9+NuyiQSasVE6jLlLVNMU69fYxgVIwcoiIVjYhfD6WU/1x4s
fVF0+SsrFMFfWm8MWlzOblQc/8buL0Kb+WpWYgloAERPR6Oq4yRLBgAgemTWsWsk
xN+Qjgw5CoDJrwoBkj26zy541dKQH4BOC2S92vZG2WP/fGvJytg=
=rTS6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to