2021-06-08 09:28:59.674 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:28:59.675 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:28:59.675 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:29:01.827 8 ERROR rally.cli.cliutils 2021-06-08 09:29:03.350 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:03.350 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:03.351 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:07.518 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:07.519 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:07.519 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:11.779 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:11.780 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:11.780 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:13.119 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:13.119 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:13.119 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils force=force) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:29:15.164 17 ERROR rally.cli.cliutils 2021-06-08 09:29:16.547 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:16.547 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:16.547 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:18.672 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:29:18.762 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/repo. 2021-06-08 09:29:19.277 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2021-06-08 09:29:19.289 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:29:19.301 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:29:19.316 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:29:19.372 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:29:20.036 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=788df9e3-a9f2-44fd-8160-1783ef35f502) has been successfully created! 2021-06-08 09:29:21.657 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:21.657 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:21.657 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:25.907 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:25.907 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:25.907 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:27.938 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=788df9e3-a9f2-44fd-8160-1783ef35f502) for deployment 'opnfv-rally' (UUID=55d879d7-9553-45ad-8454-9d09216fb9e1). 2021-06-08 09:29:29.248 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=788df9e3-a9f2-44fd-8160-1783ef35f502) has been successfully configured for deployment 'opnfv-rally' (UUID=55d879d7-9553-45ad-8454-9d09216fb9e1)! 2021-06-08 09:29:42.383 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:29:42.384 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:29:42.384 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:29:44.605 34 INFO rally.api [-] Starting verification (UUID=7953422f-fcee-417b-9654-c8c80f2f75d2) for deployment 'opnfv-rally' (UUID=55d879d7-9553-45ad-8454-9d09216fb9e1) by verifier 'opnfv-tempest' (UUID=788df9e3-a9f2-44fd-8160-1783ef35f502). 2021-06-08 09:29:45.190 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:29:45.190 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/for-deployment-55d879d7-9553-45ad-8454-9d09216fb9e1/tempest.log' to option 'log_file'. 2021-06-08 09:29:45.191 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/for-deployment-55d879d7-9553-45ad-8454-9d09216fb9e1/tempest.log 2021-06-08 09:29:45.191 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:29:45.191 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/for-deployment-55d879d7-9553-45ad-8454-9d09216fb9e1/lock_files' to option 'lock_path'. 2021-06-08 09:29:45.192 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-788df9e3-a9f2-44fd-8160-1783ef35f502/for-deployment-55d879d7-9553-45ad-8454-9d09216fb9e1/lock_files 2021-06-08 09:29:45.192 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 09:29:45.192 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-06-08 09:29:45.193 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 47e5b2f6-3bed-48c2-a7ff-a7b9cc8fbe9e 2021-06-08 09:29:45.193 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3f25f71e-84d4-4928-a861-93c894de41cb 2021-06-08 09:29:45.194 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8c407243-aad6-4ebc-8b31-fcab6577310d 2021-06-08 09:29:45.194 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 501af7f5-3b03-4519-91d8-99c6731d0001 2021-06-08 09:29:45.438 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:29:45.438 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full_cntt-net_ee345e9c-a214-49ad-9d68-25bbcec5d527 2021-06-08 09:29:45.439 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:29:45.515 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 09:29:45.548 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 09:29:45.549 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_7953422f_Z2morZAN' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 09:29:45.582 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7953422f_Z2morZAN' (ID = 49f189f1-4467-4674-88e8-33a1def1c590) has been successfully created! 2021-06-08 09:29:45.582 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '49f189f1-4467-4674-88e8-33a1def1c590' to option 'instance_type'. 2021-06-08 09:29:45.582 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 49f189f1-4467-4674-88e8-33a1def1c590 2021-06-08 09:29:45.583 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context tempest@default setup() finished in 0.78 sec 2021-06-08 09:29:45.585 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context testr@default setup() finished in 0.95 msec 2021-06-08 09:29:45.585 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/12fe0b9c-75bf-40d5-aa4e-32f463c1d9bf'. 2021-06-08 09:29:51.085 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.185s] 2021-06-08 09:29:51.139 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.054s] 2021-06-08 09:29:51.158 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.364s] 2021-06-08 09:29:51.207 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.048s] 2021-06-08 09:29:51.262 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.055s] 2021-06-08 09:29:51.355 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.091s] 2021-06-08 09:29:51.412 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.058s] 2021-06-08 09:29:51.584 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [0.652s] 2021-06-08 09:29:51.782 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.197s] 2021-06-08 09:29:56.173 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [0.960s] 2021-06-08 09:29:56.310 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.137s] 2021-06-08 09:29:56.549 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.238s] 2021-06-08 09:29:56.918 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.368s] 2021-06-08 09:29:57.132 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.214s] 2021-06-08 09:30:01.231 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.323s] 2021-06-08 09:30:01.303 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.071s] 2021-06-08 09:30:01.582 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.279s] 2021-06-08 09:30:03.013 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [12.155s] 2021-06-08 09:30:03.665 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [0.656s] 2021-06-08 09:30:04.026 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.359s] 2021-06-08 09:30:04.419 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [10.070s] 2021-06-08 09:30:04.499 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.139s] 2021-06-08 09:30:04.511 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2021-06-08 09:30:04.572 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.061s] 2021-06-08 09:30:04.629 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.057s] 2021-06-08 09:30:04.654 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.024s] 2021-06-08 09:30:04.668 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.014s] 2021-06-08 09:30:04.679 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2021-06-08 09:30:05.014 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.988s] 2021-06-08 09:30:05.135 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.120s] 2021-06-08 09:30:05.275 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.139s] 2021-06-08 09:30:05.447 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.171s] 2021-06-08 09:30:05.650 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.203s] 2021-06-08 09:30:05.746 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.096s] 2021-06-08 09:30:07.365 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.294s] 2021-06-08 09:30:07.522 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.154s] 2021-06-08 09:30:07.615 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.094s] 2021-06-08 09:30:07.728 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.112s] 2021-06-08 09:30:07.834 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.106s] 2021-06-08 09:30:07.846 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.165s] 2021-06-08 09:30:07.885 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.038s] 2021-06-08 09:30:07.928 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.042s] 2021-06-08 09:30:08.011 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.083s] 2021-06-08 09:30:08.117 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [14.073s] 2021-06-08 09:30:08.170 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.158s] 2021-06-08 09:30:08.219 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.383s] 2021-06-08 09:30:08.357 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.138s] 2021-06-08 09:30:08.909 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.547s] 2021-06-08 09:30:09.101 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.194s] 2021-06-08 09:30:09.263 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.163s] 2021-06-08 09:30:11.359 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.252s] 2021-06-08 09:30:11.414 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.054s] 2021-06-08 09:30:11.502 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.089s] 2021-06-08 09:30:11.545 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.043s] 2021-06-08 09:30:11.770 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.223s] 2021-06-08 09:30:12.151 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.324s] 2021-06-08 09:30:14.790 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.619s] 2021-06-08 09:30:15.039 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.149s] 2021-06-08 09:30:15.058 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.268s] 2021-06-08 09:30:15.069 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.030s] 2021-06-08 09:30:15.102 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.333s] 2021-06-08 09:30:15.156 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.097s] 2021-06-08 09:30:15.168 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.012s] 2021-06-08 09:30:15.181 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.012s] 2021-06-08 09:30:15.182 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.080s] 2021-06-08 09:30:15.196 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.015s] 2021-06-08 09:30:15.292 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.096s] 2021-06-08 09:30:15.379 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.087s] 2021-06-08 09:30:15.406 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.026s] 2021-06-08 09:30:15.491 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.085s] 2021-06-08 09:30:15.525 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.025s] 2021-06-08 09:30:15.531 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.015s] 2021-06-08 09:30:15.898 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.365s] 2021-06-08 09:30:16.012 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.114s] 2021-06-08 09:30:18.487 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.192s] 2021-06-08 09:30:18.500 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.013s] 2021-06-08 09:30:18.513 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2021-06-08 09:30:18.738 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.226s] 2021-06-08 09:30:18.751 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2021-06-08 09:30:18.807 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.055s] 2021-06-08 09:30:18.821 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.015s] 2021-06-08 09:30:19.102 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.241s] 2021-06-08 09:30:21.687 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [13.568s] 2021-06-08 09:30:24.643 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.136s] 2021-06-08 09:30:24.659 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.016s] 2021-06-08 09:30:24.684 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.024s] 2021-06-08 09:30:24.695 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2021-06-08 09:30:24.716 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.021s] 2021-06-08 09:30:24.733 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.016s] 2021-06-08 09:30:24.759 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.025s] 2021-06-08 09:30:24.776 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.017s] 2021-06-08 09:30:24.802 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.025s] 2021-06-08 09:30:24.819 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.016s] 2021-06-08 09:30:24.836 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.016s] 2021-06-08 09:30:24.852 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.015s] 2021-06-08 09:30:24.868 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.015s] 2021-06-08 09:30:24.895 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.026s] 2021-06-08 09:30:27.676 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.393s] 2021-06-08 09:30:27.695 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.019s] 2021-06-08 09:30:27.761 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.064s] 2021-06-08 09:30:27.784 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.023s] 2021-06-08 09:30:28.575 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [9.579s] 2021-06-08 09:30:31.829 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.192s] 2021-06-08 09:30:33.992 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.174s] 2021-06-08 09:30:34.010 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.018s] 2021-06-08 09:30:34.207 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.196s] 2021-06-08 09:30:49.314 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [25.025s] 2021-06-08 09:30:52.368 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [4.664s] 2021-06-08 09:30:53.858 34 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.491s] 2021-06-08 09:31:01.779 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [27.121s] 2021-06-08 09:31:01.805 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.030s] 2021-06-08 09:31:13.132 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [23.817s] 2021-06-08 09:31:13.697 34 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [3.904s] 2021-06-08 09:31:16.065 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [43.557s] 2021-06-08 09:31:17.029 34 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [3.331s] 2021-06-08 09:31:24.479 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.930s] 2021-06-08 09:31:24.636 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.156s] 2021-06-08 09:31:28.608 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [26.790s] 2021-06-08 09:31:30.929 34 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.065s] 2021-06-08 09:31:31.034 34 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.105s] 2021-06-08 09:31:32.292 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.208s] 2021-06-08 09:31:32.512 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.219s] 2021-06-08 09:31:38.835 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.228s] 2021-06-08 09:31:38.963 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.127s] 2021-06-08 09:31:39.071 34 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.107s] 2021-06-08 09:31:41.735 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.248s] 2021-06-08 09:31:44.183 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.611s] 2021-06-08 09:31:44.802 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [0.618s] 2021-06-08 09:31:45.830 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [1.027s] 2021-06-08 09:31:47.511 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [1.677s] 2021-06-08 09:31:49.551 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.043s] 2021-06-08 09:31:54.651 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [12.911s] 2021-06-08 09:31:54.663 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.016s] 2021-06-08 09:31:54.680 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.016s] 2021-06-08 09:31:54.697 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.016s] 2021-06-08 09:31:55.264 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.564s] 2021-06-08 09:31:55.706 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.442s] 2021-06-08 09:32:01.492 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [32.878s] 2021-06-08 09:32:04.927 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... success [27.509s] 2021-06-08 09:32:10.077 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [14.963s] 2021-06-08 09:32:12.773 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.699s] 2021-06-08 09:32:15.707 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.933s] 2021-06-08 09:32:17.869 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.123s] 2021-06-08 09:32:17.917 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.047s] 2021-06-08 09:32:18.532 34 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.614s] 2021-06-08 09:32:25.521 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.193s] 2021-06-08 09:32:25.598 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2021-06-08 09:32:25.660 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.062s] 2021-06-08 09:32:25.729 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.068s] 2021-06-08 09:32:25.775 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.046s] 2021-06-08 09:32:25.860 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.084s] 2021-06-08 09:32:25.925 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.064s] 2021-06-08 09:32:25.992 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.068s] 2021-06-08 09:32:26.024 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.032s] 2021-06-08 09:32:26.102 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.078s] 2021-06-08 09:32:26.178 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2021-06-08 09:32:30.493 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... success [25.563s] 2021-06-08 09:32:34.246 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [18.532s] 2021-06-08 09:32:34.868 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.628s] 2021-06-08 09:32:36.612 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [35.114s] 2021-06-08 09:32:44.513 34 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [3.728s] 2021-06-08 09:32:44.781 34 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.267s] 2021-06-08 09:32:45.358 34 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.578s] 2021-06-08 09:32:54.146 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.035s] 2021-06-08 09:32:54.345 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.200s] 2021-06-08 09:32:55.075 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.076s] 2021-06-08 09:32:55.750 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [1.401s] 2021-06-08 09:32:56.782 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.034s] 2021-06-08 09:32:57.534 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [14.352s] 2021-06-08 09:32:58.450 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.744s] 2021-06-08 09:32:58.827 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.377s] 2021-06-08 09:32:59.161 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.334s] 2021-06-08 09:32:59.854 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.692s] 2021-06-08 09:33:00.582 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.727s] 2021-06-08 09:33:00.793 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.716s] 2021-06-08 09:33:01.324 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.742s] 2021-06-08 09:33:01.910 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [1.566s] 2021-06-08 09:33:03.333 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.209s] 2021-06-08 09:33:03.369 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.035s] 2021-06-08 09:33:03.413 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.044s] 2021-06-08 09:33:03.455 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.042s] 2021-06-08 09:33:03.496 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.040s] 2021-06-08 09:33:03.538 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.042s] 2021-06-08 09:33:07.922 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [2.324s] 2021-06-08 09:33:09.275 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [1.351s] 2021-06-08 09:33:09.530 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [11.995s] 2021-06-08 09:33:10.560 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [1.285s] 2021-06-08 09:33:10.576 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.016s] 2021-06-08 09:33:19.189 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.526s] 2021-06-08 09:33:22.072 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [7.343s] 2021-06-08 09:33:23.983 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [17.580s] 2021-06-08 09:33:31.254 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [26.180s] 2021-06-08 09:33:36.908 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.059s] 2021-06-08 09:33:36.931 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.023s] 2021-06-08 09:33:39.995 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [12.808s] 2021-06-08 09:33:43.885 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [21.969s] 2021-06-08 09:33:54.137 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.083s] 2021-06-08 09:33:54.192 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [22.934s] 2021-06-08 09:34:04.188 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [10.049s] 2021-06-08 09:34:09.827 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [11.708s] 2021-06-08 09:34:10.123 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.299s] 2021-06-08 09:34:10.814 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.690s] 2021-06-08 09:34:11.358 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.543s] 2021-06-08 09:34:11.386 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.028s] 2021-06-08 09:34:11.711 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.628s] 2021-06-08 09:34:12.007 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.295s] 2021-06-08 09:34:12.166 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.778s] 2021-06-08 09:34:12.300 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.292s] 2021-06-08 09:34:12.575 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.275s] 2021-06-08 09:34:12.794 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.628s] 2021-06-08 09:34:12.933 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.357s] 2021-06-08 09:34:18.395 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [14.953s] 2021-06-08 09:34:18.436 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [24.242s] 2021-06-08 09:34:26.364 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [13.563s] 2021-06-08 09:34:32.522 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [14.126s] 2021-06-08 09:34:37.155 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [18.717s] 2021-06-08 09:34:38.274 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.910s] 2021-06-08 09:34:39.540 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.269s] 2021-06-08 09:34:44.300 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [11.777s] 2021-06-08 09:34:55.397 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [11.096s] 2021-06-08 09:34:56.559 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [14.842s] 2021-06-08 09:34:56.593 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.039s] 2021-06-08 09:34:56.610 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.017s] 2021-06-08 09:34:56.627 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.017s] 2021-06-08 09:34:57.846 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.204s] 2021-06-08 09:34:57.892 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.046s] 2021-06-08 09:34:57.933 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.041s] 2021-06-08 09:35:02.709 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [2.216s] 2021-06-08 09:35:06.623 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [11.226s] 2021-06-08 09:35:24.945 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [16.093s] 2021-06-08 09:35:27.943 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [54.880s] 2021-06-08 09:35:34.326 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.386s] 2021-06-08 09:35:37.750 34 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.804s] 2021-06-08 09:35:37.892 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.280s] 2021-06-08 09:35:37.979 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.087s] 2021-06-08 09:35:38.077 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.097s] 2021-06-08 09:35:38.269 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.192s] 2021-06-08 09:35:41.013 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.196s] 2021-06-08 09:35:41.035 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.022s] 2021-06-08 09:35:41.061 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.025s] 2021-06-08 09:35:41.148 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.085s] 2021-06-08 09:35:41.233 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.086s] 2021-06-08 09:35:41.313 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.080s] 2021-06-08 09:35:41.516 34 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.202s] 2021-06-08 09:35:42.725 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.438s] 2021-06-08 09:35:42.875 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.149s] 2021-06-08 09:35:42.977 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.102s] 2021-06-08 09:35:43.752 34 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [0.772s] 2021-06-08 09:35:43.854 34 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [22.238s] 2021-06-08 09:35:46.273 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.177s] 2021-06-08 09:35:46.286 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.013s] 2021-06-08 09:35:47.616 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.329s] 2021-06-08 09:35:47.663 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.046s] 2021-06-08 09:35:47.719 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.055s] 2021-06-08 09:35:49.910 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [15.583s] 2021-06-08 09:35:50.564 34 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.713s] 2021-06-08 09:36:05.847 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [15.932s] 2021-06-08 09:36:07.853 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.198s] 2021-06-08 09:36:07.898 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.045s] 2021-06-08 09:36:07.944 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.046s] 2021-06-08 09:36:07.975 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.031s] 2021-06-08 09:36:08.012 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.036s] 2021-06-08 09:36:08.057 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.044s] 2021-06-08 09:36:14.641 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.797s] 2021-06-08 09:36:19.551 34 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [17.800s] 2021-06-08 09:36:19.562 34 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2021-06-08 09:36:19.592 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [4.950s] 2021-06-08 09:36:19.833 34 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.270s] 2021-06-08 09:36:19.963 34 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.130s] 2021-06-08 09:36:24.623 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.654s] 2021-06-08 09:36:25.319 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.695s] 2021-06-08 09:36:25.742 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.423s] 2021-06-08 09:36:34.193 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [36.887s] 2021-06-08 09:36:34.422 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.831s] 2021-06-08 09:36:37.230 34 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.245s] 2021-06-08 09:36:45.974 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [20.223s] 2021-06-08 09:36:55.579 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.151s] 2021-06-08 09:37:06.317 34 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [20.343s] 2021-06-08 09:37:12.742 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.440s] 2021-06-08 09:37:12.936 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.194s] 2021-06-08 09:37:13.040 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.104s] 2021-06-08 09:37:13.740 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [0.697s] 2021-06-08 09:37:13.985 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.246s] 2021-06-08 09:37:14.457 34 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.469s] 2021-06-08 09:37:15.110 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [19.531s] 2021-06-08 09:37:16.280 34 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.230s] 2021-06-08 09:37:19.020 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [44.819s] 2021-06-08 09:37:19.168 34 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [1.290s] 2021-06-08 09:37:24.536 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [9.424s] 2021-06-08 09:37:43.622 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.112s] 2021-06-08 09:37:43.698 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.076s] 2021-06-08 09:37:43.799 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.101s] 2021-06-08 09:37:43.988 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.188s] 2021-06-08 09:37:44.129 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.140s] 2021-06-08 09:37:44.244 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.115s] 2021-06-08 09:37:44.332 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.088s] 2021-06-08 09:37:44.460 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.126s] 2021-06-08 09:37:44.548 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.087s] 2021-06-08 09:37:44.747 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.198s] 2021-06-08 09:37:44.905 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.157s] 2021-06-08 09:37:45.072 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.167s] 2021-06-08 09:37:45.161 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.090s] 2021-06-08 09:37:46.877 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [22.336s] 2021-06-08 09:37:48.296 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.710s] 2021-06-08 09:37:48.463 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2021-06-08 09:37:48.785 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.322s] 2021-06-08 09:37:48.936 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.149s] 2021-06-08 09:37:48.937 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-08 09:37:59.627 34 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.247s] 2021-06-08 09:38:01.556 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.195s] 2021-06-08 09:38:01.607 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.051s] 2021-06-08 09:38:02.074 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.466s] 2021-06-08 09:38:02.093 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.018s] 2021-06-08 09:38:02.144 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.052s] 2021-06-08 09:38:02.162 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.017s] 2021-06-08 09:38:02.216 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.054s] 2021-06-08 09:38:02.248 34 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.032s] 2021-06-08 09:38:06.653 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [1.451s] 2021-06-08 09:38:06.955 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.302s] 2021-06-08 09:38:06.973 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.018s] 2021-06-08 09:38:07.476 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.502s] 2021-06-08 09:38:08.658 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.182s] 2021-06-08 09:38:08.915 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [0.256s] 2021-06-08 09:38:08.962 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.046s] 2021-06-08 09:38:09.029 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.067s] 2021-06-08 09:38:13.942 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.257s] 2021-06-08 09:38:15.419 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [56.386s] 2021-06-08 09:38:26.836 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [39.951s] 2021-06-08 09:38:45.772 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [6.183s] 2021-06-08 09:38:45.947 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.174s] 2021-06-08 09:38:46.383 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.436s] 2021-06-08 09:38:46.520 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.136s] 2021-06-08 09:38:46.521 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-08 09:38:48.394 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [37.769s] 2021-06-08 09:39:09.496 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [42.652s] 2021-06-08 09:39:11.063 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [36.706s] 2021-06-08 09:39:20.438 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [32.040s] 2021-06-08 09:39:21.300 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.329s] 2021-06-08 09:39:37.988 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.069s] 2021-06-08 09:39:38.135 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.146s] 2021-06-08 09:39:47.469 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.303s] 2021-06-08 09:39:47.638 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.168s] 2021-06-08 09:39:48.086 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [26.783s] 2021-06-08 09:39:48.788 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [1.149s] 2021-06-08 09:39:48.927 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.138s] 2021-06-08 09:39:48.928 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-06-08 09:39:50.415 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.330s] 2021-06-08 09:39:56.865 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.315s] 2021-06-08 09:39:56.887 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.023s] 2021-06-08 09:39:56.910 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.023s] 2021-06-08 09:39:57.199 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.287s] 2021-06-08 09:39:58.629 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.423s] 2021-06-08 09:39:58.646 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.022s] 2021-06-08 09:39:58.670 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.023s] 2021-06-08 09:39:58.692 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.016s] 2021-06-08 09:39:58.710 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.024s] 2021-06-08 09:39:58.730 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2021-06-08 09:39:58.748 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.017s] 2021-06-08 09:39:58.768 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.020s] 2021-06-08 09:40:02.033 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [52.523s] 2021-06-08 09:40:05.313 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [14.895s] 2021-06-08 09:40:16.556 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.188s] 2021-06-08 09:40:16.626 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.069s] 2021-06-08 09:40:28.153 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [22.832s] 2021-06-08 09:40:43.585 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [15.434s] 2021-06-08 09:40:45.439 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [43.395s] 2021-06-08 09:40:47.400 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [36.871s] 2021-06-08 09:40:56.884 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [13.300s] 2021-06-08 09:41:02.411 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [17.725s] 2021-06-08 09:41:07.290 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [21.847s] 2021-06-08 09:41:11.901 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.473s] 2021-06-08 09:41:12.340 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.439s] 2021-06-08 09:41:12.658 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.317s] 2021-06-08 09:41:13.930 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.272s] 2021-06-08 09:41:14.182 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.251s] 2021-06-08 09:41:14.349 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.168s] 2021-06-08 09:41:14.696 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.346s] 2021-06-08 09:41:14.871 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.174s] 2021-06-08 09:41:15.017 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.146s] 2021-06-08 09:41:15.125 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.108s] 2021-06-08 09:41:15.293 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.167s] 2021-06-08 09:41:19.726 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [3.151s] 2021-06-08 09:41:21.547 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [6.250s] 2021-06-08 09:41:21.565 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2021-06-08 09:41:22.445 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.878s] 2021-06-08 09:41:22.937 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.492s] 2021-06-08 09:41:23.239 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.302s] 2021-06-08 09:41:24.436 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [27.545s] 2021-06-08 09:41:42.109 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [34.813s] 2021-06-08 09:41:46.462 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [26.728s] 2021-06-08 09:41:49.849 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.739s] 2021-06-08 09:41:55.132 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [22.671s] 2021-06-08 09:41:56.897 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [7.048s] 2021-06-08 09:42:05.877 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.085s] 2021-06-08 09:42:05.890 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2021-06-08 09:42:06.207 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.316s] 2021-06-08 09:42:06.218 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2021-06-08 09:42:06.232 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2021-06-08 09:42:06.265 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2021-06-08 09:42:06.354 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.088s] 2021-06-08 09:42:06.444 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.089s] 2021-06-08 09:42:06.763 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.318s] 2021-06-08 09:42:06.781 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.018s] 2021-06-08 09:42:06.962 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.182s] 2021-06-08 09:42:08.978 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [13.532s] 2021-06-08 09:42:09.980 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.005s] 2021-06-08 09:42:15.295 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [20.158s] 2021-06-08 09:42:23.181 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [13.197s] 2021-06-08 09:42:23.924 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.514s] 2021-06-08 09:42:24.205 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.280s] 2021-06-08 09:42:34.505 34 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.718s] 2021-06-08 09:42:37.256 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.073s] 2021-06-08 09:42:37.976 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [1.584s] 2021-06-08 09:42:41.384 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.466s] 2021-06-08 09:42:41.860 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.477s] 2021-06-08 09:42:43.979 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.059s] 2021-06-08 09:42:43.990 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.011s] 2021-06-08 09:42:45.219 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.177s] 2021-06-08 09:42:45.241 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [29.940s] 2021-06-08 09:42:45.266 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.049s] 2021-06-08 09:42:48.735 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.065s] 2021-06-08 09:42:48.782 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.048s] 2021-06-08 09:42:48.853 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.068s] 2021-06-08 09:42:48.922 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.070s] 2021-06-08 09:42:48.970 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.047s] 2021-06-08 09:42:52.496 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.277s] 2021-06-08 09:42:52.795 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.298s] 2021-06-08 09:42:53.101 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.305s] 2021-06-08 09:42:53.313 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.212s] 2021-06-08 09:42:56.202 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.229s] 2021-06-08 09:42:56.478 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.274s] 2021-06-08 09:42:57.101 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.621s] 2021-06-08 09:42:59.927 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [0.412s] 2021-06-08 09:43:00.077 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.151s] 2021-06-08 09:43:00.411 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [0.333s] 2021-06-08 09:43:00.763 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [0.351s] 2021-06-08 09:43:02.248 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.035s] 2021-06-08 09:43:02.518 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.268s] 2021-06-08 09:43:02.684 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.419s] 2021-06-08 09:43:02.702 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.184s] 2021-06-08 09:43:02.943 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.258s] 2021-06-08 09:43:03.224 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.281s] 2021-06-08 09:43:03.667 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.443s] 2021-06-08 09:43:04.180 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.512s] 2021-06-08 09:43:04.606 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.426s] 2021-06-08 09:43:04.965 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.528s] 2021-06-08 09:43:05.065 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.459s] 2021-06-08 09:43:07.200 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.715s] 2021-06-08 09:43:09.568 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.020s] 2021-06-08 09:43:09.592 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.024s] 2021-06-08 09:43:09.603 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.011s] 2021-06-08 09:43:09.701 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.096s] 2021-06-08 09:43:09.732 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.032s] 2021-06-08 09:43:09.799 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.534s] 2021-06-08 09:43:10.638 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [25.395s] 2021-06-08 09:43:22.888 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.089s] 2021-06-08 09:43:24.038 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.397s] 2021-06-08 09:43:26.342 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.650s] 2021-06-08 09:43:29.419 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.587s] 2021-06-08 09:43:29.557 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.139s] 2021-06-08 09:43:29.704 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.147s] 2021-06-08 09:43:30.386 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [4.043s] 2021-06-08 09:43:32.761 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.028s] 2021-06-08 09:43:36.977 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.214s] 2021-06-08 09:43:39.649 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.759s] 2021-06-08 09:43:41.949 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.100s] 2021-06-08 09:43:43.369 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.660s] 2021-06-08 09:43:43.407 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.040s] 2021-06-08 09:43:43.444 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.037s] 2021-06-08 09:43:44.607 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [2.658s] 2021-06-08 09:43:44.735 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.178s] 2021-06-08 09:43:44.770 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.035s] 2021-06-08 09:43:47.804 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.563s] 2021-06-08 09:43:49.752 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [12.770s] 2021-06-08 09:43:52.429 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [7.821s] 2021-06-08 09:43:56.762 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [4.332s] 2021-06-08 09:44:02.815 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.053s] 2021-06-08 09:44:05.741 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [2.925s] 2021-06-08 09:44:08.556 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [2.349s] 2021-06-08 09:44:09.175 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [3.432s] 2021-06-08 09:44:12.807 34 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [3.633s] 2021-06-08 09:44:15.234 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [25.475s] 2021-06-08 09:44:15.297 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.070s] 2021-06-08 09:44:15.368 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.071s] 2021-06-08 09:44:16.004 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [7.447s] 2021-06-08 09:44:19.510 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.551s] 2021-06-08 09:44:22.112 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.601s] 2021-06-08 09:44:24.989 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.877s] 2021-06-08 09:44:26.463 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [37.031s] 2021-06-08 09:44:28.366 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [3.375s] 2021-06-08 09:44:33.553 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.940s] 2021-06-08 09:44:38.946 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.301s] 2021-06-08 09:44:39.416 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.469s] 2021-06-08 09:44:40.370 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.954s] 2021-06-08 09:44:40.732 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [14.265s] 2021-06-08 09:44:40.915 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.544s] 2021-06-08 09:44:41.695 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [2.521s] 2021-06-08 09:44:44.457 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [2.760s] 2021-06-08 09:44:45.649 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.694s] 2021-06-08 09:44:46.302 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.845s] 2021-06-08 09:44:46.444 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.458s] 2021-06-08 09:44:46.536 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.091s] 2021-06-08 09:44:46.748 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.212s] 2021-06-08 09:44:48.551 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [2.900s] 2021-06-08 09:44:48.827 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [2.525s] 2021-06-08 09:44:49.576 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [0.860s] 2021-06-08 09:44:49.805 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [0.976s] 2021-06-08 09:44:50.783 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.231s] 2021-06-08 09:44:51.494 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.689s] 2021-06-08 09:44:51.606 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.825s] 2021-06-08 09:44:52.419 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.099s] 2021-06-08 09:44:52.516 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.096s] 2021-06-08 09:44:52.954 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.459s] 2021-06-08 09:44:52.967 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.450s] 2021-06-08 09:44:53.051 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.083s] 2021-06-08 09:44:53.357 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.748s] 2021-06-08 09:44:53.563 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.512s] 2021-06-08 09:44:54.822 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.467s] 2021-06-08 09:44:55.160 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [14.428s] 2021-06-08 09:44:55.537 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [2.583s] 2021-06-08 09:44:55.623 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.800s] 2021-06-08 09:44:56.746 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.121s] 2021-06-08 09:44:57.631 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.478s] 2021-06-08 09:44:57.895 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.262s] 2021-06-08 09:44:57.909 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.370s] 2021-06-08 09:44:58.061 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.315s] 2021-06-08 09:44:58.525 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.630s] 2021-06-08 09:44:58.919 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [0.857s] 2021-06-08 09:44:59.401 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.483s] 2021-06-08 09:44:59.901 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.499s] 2021-06-08 09:45:00.387 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.485s] 2021-06-08 09:45:00.889 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.502s] 2021-06-08 09:45:01.412 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.522s] 2021-06-08 09:45:02.212 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.303s] 2021-06-08 09:45:02.637 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.353s] 2021-06-08 09:45:02.660 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.247s] 2021-06-08 09:45:03.183 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.544s] 2021-06-08 09:45:03.548 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.889s] 2021-06-08 09:45:03.677 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.493s] 2021-06-08 09:45:03.790 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.577s] 2021-06-08 09:45:04.162 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.485s] 2021-06-08 09:45:04.656 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.106s] 2021-06-08 09:45:05.230 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.067s] 2021-06-08 09:45:05.567 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [1.777s] 2021-06-08 09:45:05.718 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.151s] 2021-06-08 09:45:05.845 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.126s] 2021-06-08 09:45:05.989 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [1.333s] 2021-06-08 09:45:05.997 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.151s] 2021-06-08 09:45:06.158 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.160s] 2021-06-08 09:45:06.216 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [0.985s] 2021-06-08 09:45:06.255 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.097s] 2021-06-08 09:45:06.408 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.152s] 2021-06-08 09:45:06.510 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.101s] 2021-06-08 09:45:06.563 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2021-06-08 09:45:06.701 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.136s] 2021-06-08 09:45:09.948 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.247s] 2021-06-08 09:45:10.229 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.290s] 2021-06-08 09:45:10.425 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.434s] 2021-06-08 09:45:10.610 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.381s] 2021-06-08 09:45:10.967 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.544s] 2021-06-08 09:45:11.462 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.494s] 2021-06-08 09:45:11.988 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.526s] 2021-06-08 09:45:12.398 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.410s] 2021-06-08 09:45:12.970 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.571s] 2021-06-08 09:45:13.542 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.572s] 2021-06-08 09:45:13.960 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.528s] 2021-06-08 09:45:13.998 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.455s] 2021-06-08 09:45:14.578 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.580s] 2021-06-08 09:45:15.188 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.610s] 2021-06-08 09:45:16.081 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.892s] 2021-06-08 09:45:16.938 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.206s] 2021-06-08 09:45:17.406 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [1.325s] 2021-06-08 09:45:17.912 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.148s] 2021-06-08 09:45:18.303 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.390s] 2021-06-08 09:45:18.357 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.055s] 2021-06-08 09:45:18.411 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.003s] 2021-06-08 09:45:18.549 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.191s] 2021-06-08 09:45:18.833 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.423s] 2021-06-08 09:45:20.726 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.057s] 2021-06-08 09:45:20.817 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.091s] 2021-06-08 09:45:21.109 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2021-06-08 09:45:21.162 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.052s] 2021-06-08 09:45:21.184 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2021-06-08 09:45:21.192 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.374s] 2021-06-08 09:45:21.195 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.010s] 2021-06-08 09:45:21.202 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2021-06-08 09:45:21.702 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.510s] 2021-06-08 09:45:22.901 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.079s] 2021-06-08 09:45:26.312 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.369s] 2021-06-08 09:45:28.317 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.003s] 2021-06-08 09:45:28.923 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.605s] 2021-06-08 09:45:29.931 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.007s] 2021-06-08 09:45:31.819 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... success [7.323s] 2021-06-08 09:45:31.967 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [5.249s] 2021-06-08 09:45:34.801 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.199s] 2021-06-08 09:45:35.069 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.262s] 2021-06-08 09:45:35.176 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.111s] 2021-06-08 09:45:36.266 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [4.298s] 2021-06-08 09:45:39.362 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [0.951s] 2021-06-08 09:45:39.531 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.266s] 2021-06-08 09:45:42.949 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.417s] 2021-06-08 09:45:43.297 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... success [11.481s] 2021-06-08 09:45:43.834 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.086s] 2021-06-08 09:45:43.997 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.161s] 2021-06-08 09:45:44.092 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.094s] 2021-06-08 09:45:44.157 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.065s] 2021-06-08 09:45:44.199 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.041s] 2021-06-08 09:45:44.480 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.281s] 2021-06-08 09:45:46.258 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [3.308s] 2021-06-08 09:45:50.566 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.265s] 2021-06-08 09:45:51.681 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.750s] 2021-06-08 09:45:53.334 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [1.652s] 2021-06-08 09:45:53.959 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.625s] 2021-06-08 09:45:54.290 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.331s] 2021-06-08 09:45:55.024 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.731s] 2021-06-08 09:45:55.147 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.061s] 2021-06-08 09:45:55.312 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.288s] 2021-06-08 09:45:55.613 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.300s] 2021-06-08 09:45:57.447 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.831s] 2021-06-08 09:45:58.014 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.569s] 2021-06-08 09:45:58.631 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.679s] 2021-06-08 09:45:58.780 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.764s] 2021-06-08 09:45:58.892 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.113s] 2021-06-08 09:45:59.160 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.266s] 2021-06-08 09:45:59.282 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.378s] 2021-06-08 09:45:59.396 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [40.548s] 2021-06-08 09:45:59.568 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.285s] 2021-06-08 09:45:59.912 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.752s] 2021-06-08 09:45:59.950 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.559s] 2021-06-08 09:46:01.273 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [1.322s] 2021-06-08 09:46:01.516 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.884s] 2021-06-08 09:46:03.721 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.405s] 2021-06-08 09:46:03.883 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.162s] 2021-06-08 09:46:04.041 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.158s] 2021-06-08 09:46:04.250 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.734s] 2021-06-08 09:46:05.924 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.335s] 2021-06-08 09:46:06.249 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.028s] 2021-06-08 09:46:07.134 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.883s] 2021-06-08 09:46:07.484 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.209s] 2021-06-08 09:46:07.945 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.464s] 2021-06-08 09:46:08.133 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [1.883s] 2021-06-08 09:46:08.211 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.485s] 2021-06-08 09:46:08.463 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.517s] 2021-06-08 09:46:08.938 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.473s] 2021-06-08 09:46:09.522 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.583s] 2021-06-08 09:46:10.159 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [2.023s] 2021-06-08 09:46:10.442 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.308s] 2021-06-08 09:46:10.884 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.361s] 2021-06-08 09:46:11.411 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.528s] 2021-06-08 09:46:11.681 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [1.521s] 2021-06-08 09:46:11.968 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.556s] 2021-06-08 09:46:13.681 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [1.999s] 2021-06-08 09:46:13.840 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.839s] 2021-06-08 09:46:14.094 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.651s] 2021-06-08 09:46:15.599 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [1.918s] 2021-06-08 09:46:17.918 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.824s] 2021-06-08 09:46:18.687 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [4.845s] 2021-06-08 09:46:19.042 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.352s] 2021-06-08 09:46:19.052 34 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2021-06-08 09:46:19.280 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [0.768s] 2021-06-08 09:46:19.390 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [0.703s] 2021-06-08 09:46:19.394 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.115s] 2021-06-08 09:46:20.108 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [0.717s] 2021-06-08 09:46:20.733 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [0.625s] 2021-06-08 09:46:21.162 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.241s] 2021-06-08 09:46:23.374 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.212s] 2021-06-08 09:46:24.626 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.015s] 2021-06-08 09:46:24.636 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2021-06-08 09:46:24.723 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.086s] 2021-06-08 09:46:24.777 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.053s] 2021-06-08 09:46:24.832 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.055s] 2021-06-08 09:46:24.878 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.045s] 2021-06-08 09:46:24.948 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.069s] 2021-06-08 09:46:24.990 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.041s] 2021-06-08 09:46:25.083 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.092s] 2021-06-08 09:46:25.132 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.048s] 2021-06-08 09:46:25.197 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.063s] 2021-06-08 09:46:25.258 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.061s] 2021-06-08 09:46:25.305 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.047s] 2021-06-08 09:46:25.360 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.054s] 2021-06-08 09:46:25.424 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.064s] 2021-06-08 09:46:26.045 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [2.671s] 2021-06-08 09:46:27.216 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [1.171s] 2021-06-08 09:46:27.440 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.223s] 2021-06-08 09:46:27.579 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.139s] 2021-06-08 09:46:27.685 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.106s] 2021-06-08 09:46:27.742 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.056s] 2021-06-08 09:46:27.771 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [4.177s] 2021-06-08 09:46:27.841 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2021-06-08 09:46:27.941 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.099s] 2021-06-08 09:46:27.994 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2021-06-08 09:46:28.043 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.049s] 2021-06-08 09:46:28.979 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.426s] 2021-06-08 09:46:29.259 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.278s] 2021-06-08 09:46:30.896 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.156s] 2021-06-08 09:46:30.908 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.011s] 2021-06-08 09:46:30.919 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.011s] 2021-06-08 09:46:30.929 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.011s] 2021-06-08 09:46:30.941 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.011s] 2021-06-08 09:46:30.954 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.012s] 2021-06-08 09:46:30.966 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.012s] 2021-06-08 09:46:30.978 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.011s] 2021-06-08 09:46:30.988 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.010s] 2021-06-08 09:46:31.000 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.012s] 2021-06-08 09:46:32.452 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.407s] 2021-06-08 09:46:32.645 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.273s] 2021-06-08 09:46:36.211 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [3.564s] 2021-06-08 09:46:36.848 34 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [2.130s] 2021-06-08 09:46:37.501 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.248s] 2021-06-08 09:46:37.552 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.050s] 2021-06-08 09:46:37.602 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.049s] 2021-06-08 09:46:37.646 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.043s] 2021-06-08 09:46:37.670 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.024s] 2021-06-08 09:46:37.737 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.066s] 2021-06-08 09:46:37.778 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.040s] 2021-06-08 09:46:37.814 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.035s] 2021-06-08 09:46:37.855 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.041s] 2021-06-08 09:46:37.894 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.038s] 2021-06-08 09:46:38.543 34 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [1.693s] 2021-06-08 09:46:39.660 34 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.117s] 2021-06-08 09:46:42.403 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [6.191s] 2021-06-08 09:46:42.903 34 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.243s] 2021-06-08 09:46:44.621 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [3.863s] 2021-06-08 09:46:47.029 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [4.627s] 2021-06-08 09:46:50.774 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.153s] 2021-06-08 09:46:51.463 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.431s] 2021-06-08 09:46:52.985 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.536s] 2021-06-08 09:46:53.052 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.067s] 2021-06-08 09:46:54.518 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.466s] 2021-06-08 09:46:55.191 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.300s] 2021-06-08 09:46:55.224 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.451s] 2021-06-08 09:46:56.004 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.541s] 2021-06-08 09:46:56.864 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [1.639s] 2021-06-08 09:46:58.458 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.592s] 2021-06-08 09:47:01.503 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.499s] 2021-06-08 09:47:05.602 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.100s] 2021-06-08 09:47:07.374 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [8.914s] 2021-06-08 09:47:07.462 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.089s] 2021-06-08 09:47:08.386 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.923s] 2021-06-08 09:47:09.128 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.082s] 2021-06-08 09:47:09.239 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.110s] 2021-06-08 09:47:09.427 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.188s] 2021-06-08 09:47:09.525 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.097s] 2021-06-08 09:47:09.701 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.175s] 2021-06-08 09:47:09.789 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.088s] 2021-06-08 09:47:11.394 34 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [2.413s] 2021-06-08 09:47:14.701 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.246s] 2021-06-08 09:47:14.930 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [6.543s] 2021-06-08 09:47:15.354 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.177s] 2021-06-08 09:47:15.368 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2021-06-08 09:47:15.383 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2021-06-08 09:47:15.461 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.077s] 2021-06-08 09:47:15.474 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2021-06-08 09:47:15.488 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2021-06-08 09:47:15.558 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.069s] 2021-06-08 09:47:15.635 34 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.077s] 2021-06-08 09:47:18.098 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.217s] 2021-06-08 09:47:18.379 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.281s] 2021-06-08 09:47:18.934 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.146s] 2021-06-08 09:47:20.008 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.614s] 2021-06-08 09:47:21.064 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.131s] 2021-06-08 09:47:22.255 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [0.816s] 2021-06-08 09:47:22.449 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [7.517s] 2021-06-08 09:47:23.157 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [0.900s] 2021-06-08 09:47:23.458 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.392s] 2021-06-08 09:47:24.044 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [0.886s] 2021-06-08 09:47:26.268 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [2.218s] 2021-06-08 09:47:27.224 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [3.765s] 2021-06-08 09:47:30.728 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.352s] 2021-06-08 09:47:31.187 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.459s] 2021-06-08 09:47:31.805 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [9.357s] 2021-06-08 09:47:31.872 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.067s] 2021-06-08 09:47:31.951 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.078s] 2021-06-08 09:47:31.972 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.785s] 2021-06-08 09:47:32.114 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.104s] 2021-06-08 09:47:33.105 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.131s] 2021-06-08 09:47:33.160 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.055s] 2021-06-08 09:47:33.221 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.061s] 2021-06-08 09:47:33.281 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.060s] 2021-06-08 09:47:36.273 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.215s] 2021-06-08 09:47:36.706 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.432s] 2021-06-08 09:47:38.134 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [0.682s] 2021-06-08 09:47:38.689 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.553s] 2021-06-08 09:47:39.032 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.343s] 2021-06-08 09:47:39.355 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.324s] 2021-06-08 09:47:39.760 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.404s] 2021-06-08 09:47:40.226 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [8.272s] 2021-06-08 09:47:40.638 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.876s] 2021-06-08 09:47:41.225 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.111s] 2021-06-08 09:47:41.658 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.020s] 2021-06-08 09:47:41.997 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.339s] 2021-06-08 09:47:42.426 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.428s] 2021-06-08 09:47:42.913 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.486s] 2021-06-08 09:47:43.328 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.414s] 2021-06-08 09:47:46.776 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.551s] 2021-06-08 09:47:46.908 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [6.680s] 2021-06-08 09:47:47.199 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.281s] 2021-06-08 09:47:47.724 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.526s] 2021-06-08 09:47:52.574 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [4.558s] 2021-06-08 09:47:52.884 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.314s] 2021-06-08 09:47:54.467 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [1.580s] 2021-06-08 09:47:57.153 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [10.376s] 2021-06-08 09:47:59.633 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [0.597s] 2021-06-08 09:48:01.437 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [1.800s] 2021-06-08 09:48:01.950 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [0.514s] 2021-06-08 09:48:02.917 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.121s] 2021-06-08 09:48:02.988 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.071s] 2021-06-08 09:48:03.147 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.738s] 2021-06-08 09:48:03.323 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.335s] 2021-06-08 09:48:03.354 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [1.404s] 2021-06-08 09:48:04.006 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [0.651s] 2021-06-08 09:48:04.669 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.344s] 2021-06-08 09:48:06.489 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2021-06-08 09:48:08.987 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.316s] 2021-06-08 09:48:09.369 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.701s] 2021-06-08 09:48:10.451 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [1.081s] 2021-06-08 09:48:10.516 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.065s] 2021-06-08 09:48:12.043 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.894s] 2021-06-08 09:48:12.126 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.350s] 2021-06-08 09:48:12.345 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.217s] 2021-06-08 09:48:15.458 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [0.943s] 2021-06-08 09:48:15.647 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.189s] 2021-06-08 09:48:16.109 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.460s] 2021-06-08 09:48:16.526 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.418s] 2021-06-08 09:48:19.908 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.864s] 2021-06-08 09:48:20.188 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.688s] 2021-06-08 09:48:20.195 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.009s] 2021-06-08 09:48:20.207 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.012s] 2021-06-08 09:48:20.562 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.351s] 2021-06-08 09:48:20.932 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.372s] 2021-06-08 09:48:21.172 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.541s] 2021-06-08 09:48:21.331 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.395s] 2021-06-08 09:48:22.716 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy ... success [0.005s] 2021-06-08 09:48:23.600 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2021-06-08 09:48:23.626 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.026s] 2021-06-08 09:48:23.753 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.126s] 2021-06-08 09:48:23.930 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.177s] 2021-06-08 09:48:23.941 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2021-06-08 09:48:23.966 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.025s] 2021-06-08 09:48:23.994 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.027s] 2021-06-08 09:48:24.015 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.021s] 2021-06-08 09:48:24.524 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest.test_post_object_using_form ... success [0.033s] 2021-06-08 09:48:26.279 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.398s] 2021-06-08 09:48:26.306 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2021-06-08 09:48:27.026 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.119s] 2021-06-08 09:48:28.252 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2021-06-08 09:48:30.365 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_expired ... success [2.027s] 2021-06-08 09:48:30.383 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_invalid_signature ... success [0.018s] 2021-06-08 09:48:32.571 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [35.414s] 2021-06-08 09:48:33.720 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.152s] 2021-06-08 09:48:34.026 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.662s] 2021-06-08 09:48:35.224 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2021-06-08 09:48:35.246 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_key_2 ... success [0.022s] 2021-06-08 09:48:35.256 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_with_inline_query_parameter ... success [0.010s] 2021-06-08 09:48:35.266 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_head_object_using_temp_url ... success [0.010s] 2021-06-08 09:48:35.295 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.028s] 2021-06-08 09:48:36.523 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.247s] 2021-06-08 09:48:37.454 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.929s] 2021-06-08 09:48:37.890 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.436s] 2021-06-08 09:48:38.298 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.406s] 2021-06-08 09:48:39.496 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.197s] 2021-06-08 09:48:39.791 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.225s] 2021-06-08 09:48:40.336 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.837s] 2021-06-08 09:48:41.066 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.730s] 2021-06-08 09:48:41.139 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.074s] 2021-06-08 09:48:41.427 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [1.634s] 2021-06-08 09:48:42.113 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [0.972s] 2021-06-08 09:48:42.263 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [0.836s] 2021-06-08 09:48:42.540 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.425s] 2021-06-08 09:48:42.563 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2021-06-08 09:48:42.583 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2021-06-08 09:48:42.625 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.041s] 2021-06-08 09:48:43.263 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.343s] 2021-06-08 09:48:43.690 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [1.428s] 2021-06-08 09:48:44.115 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-06-08 09:48:44.338 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.223s] 2021-06-08 09:48:45.722 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.386s] 2021-06-08 09:48:47.492 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.465s] 2021-06-08 09:48:47.566 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.157s] 2021-06-08 09:48:47.794 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.229s] 2021-06-08 09:48:48.911 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.599s] 2021-06-08 09:48:50.989 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.077s] 2021-06-08 09:48:52.391 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.613s] 2021-06-08 09:48:53.487 34 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [3.186s] 2021-06-08 09:48:55.199 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [2.806s] 2021-06-08 09:48:55.326 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.323s] 2021-06-08 09:48:57.460 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.132s] 2021-06-08 09:48:59.075 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [3.876s] 2021-06-08 09:48:59.111 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.721s] 2021-06-08 09:48:59.551 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.091s] 2021-06-08 09:49:01.869 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [2.791s] 2021-06-08 09:49:02.499 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.387s] 2021-06-08 09:49:03.268 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2021-06-08 09:49:04.817 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [2.946s] 2021-06-08 09:49:05.278 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.462s] 2021-06-08 09:49:05.341 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.073s] 2021-06-08 09:49:06.109 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [10.145s] 2021-06-08 09:49:07.396 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key ... success [2.054s] 2021-06-08 09:49:09.457 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value ... success [2.060s] 2021-06-08 09:49:10.981 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.210s] 2021-06-08 09:49:11.359 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.859s] 2021-06-08 09:49:11.541 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key ... success [2.083s] 2021-06-08 09:49:11.861 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [0.878s] 2021-06-08 09:49:13.619 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value ... success [2.078s] 2021-06-08 09:49:13.682 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.061s] 2021-06-08 09:49:15.797 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.113s] 2021-06-08 09:49:15.864 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.022s] 2021-06-08 09:49:15.889 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.025s] 2021-06-08 09:49:15.911 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.022s] 2021-06-08 09:49:15.936 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.024s] 2021-06-08 09:49:15.958 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.022s] 2021-06-08 09:49:16.232 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.505s] 2021-06-08 09:49:17.042 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [10.931s] 2021-06-08 09:49:17.905 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.106s] 2021-06-08 09:49:19.426 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.193s] 2021-06-08 09:49:20.013 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.106s] 2021-06-08 09:49:21.075 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.037s] 2021-06-08 09:49:22.127 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.115s] 2021-06-08 09:49:22.312 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.294s] 2021-06-08 09:49:22.411 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.098s] 2021-06-08 09:49:22.726 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.300s] 2021-06-08 09:49:23.924 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.848s] 2021-06-08 09:49:24.365 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml ... success [2.235s] 2021-06-08 09:49:26.536 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.169s] 2021-06-08 09:49:28.650 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.114s] 2021-06-08 09:49:30.734 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.084s] 2021-06-08 09:49:32.880 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.142s] 2021-06-08 09:49:35.016 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.136s] 2021-06-08 09:49:35.779 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.019s] 2021-06-08 09:49:35.828 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.049s] 2021-06-08 09:49:36.170 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.341s] 2021-06-08 09:49:37.135 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.117s] 2021-06-08 09:49:37.456 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [1.286s] 2021-06-08 09:49:39.262 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.127s] 2021-06-08 09:49:40.747 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [16.817s] 2021-06-08 09:49:41.371 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.105s] 2021-06-08 09:49:42.799 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [5.342s] 2021-06-08 09:49:42.846 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.047s] 2021-06-08 09:49:42.907 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.061s] 2021-06-08 09:49:43.052 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [15.171s] 2021-06-08 09:49:43.506 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.136s] 2021-06-08 09:49:45.641 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.132s] 2021-06-08 09:49:45.903 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [2.854s] 2021-06-08 09:49:47.789 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.147s] 2021-06-08 09:49:48.741 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [2.838s] 2021-06-08 09:49:49.959 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.170s] 2021-06-08 09:49:51.624 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [2.880s] 2021-06-08 09:49:51.683 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_exceeds_overall_metadata_count ... success [0.170s] 2021-06-08 09:49:51.691 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_name_exceeds_max_length ... success [0.008s] 2021-06-08 09:49:51.697 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_value_exceeds_max_length ... success [0.006s] 2021-06-08 09:49:51.702 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_name_exceeds_max_length ... success [0.004s] 2021-06-08 09:49:51.764 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_non_empty_container ... success [0.061s] 2021-06-08 09:49:51.769 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_with_nonexistent_container_name ... success [0.005s] 2021-06-08 09:49:51.774 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_get_metadata_headers_with_invalid_container_name ... success [0.005s] 2021-06-08 09:49:51.809 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_on_deleted_container ... success [0.034s] 2021-06-08 09:49:51.815 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_with_nonexistent_container ... success [0.006s] 2021-06-08 09:49:51.819 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_update_metadata_with_nonexistent_container_name ... success [0.004s] 2021-06-08 09:49:52.999 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.228s] 2021-06-08 09:49:53.746 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [0.745s] 2021-06-08 09:49:54.202 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.454s] 2021-06-08 09:49:54.601 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [2.978s] 2021-06-08 09:49:54.694 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.491s] 2021-06-08 09:49:55.147 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.452s] 2021-06-08 09:49:55.883 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [0.735s] 2021-06-08 09:49:56.600 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.716s] 2021-06-08 09:49:56.665 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.066s] 2021-06-08 09:49:57.263 34 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.660s] 2021-06-08 09:49:58.362 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.695s] 2021-06-08 09:49:58.839 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.475s] 2021-06-08 09:49:59.222 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.383s] 2021-06-08 09:49:59.249 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.027s] 2021-06-08 09:49:59.270 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.021s] 2021-06-08 09:49:59.287 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.016s] 2021-06-08 09:50:00.985 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.250s] 2021-06-08 09:50:01.032 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete_by_POST ... success [0.047s] 2021-06-08 09:50:02.937 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [22.187s] 2021-06-08 09:50:03.101 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [2.068s] 2021-06-08 09:50:04.051 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.119s] 2021-06-08 09:50:04.678 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.052s] 2021-06-08 09:50:04.856 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.038s] 2021-06-08 09:50:04.917 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.060s] 2021-06-08 09:50:04.947 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.030s] 2021-06-08 09:50:04.975 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.027s] 2021-06-08 09:50:05.001 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata ... success [0.025s] 2021-06-08 09:50:05.027 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta ... success [0.026s] 2021-06-08 09:50:05.054 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey ... success [0.026s] 2021-06-08 09:50:05.083 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.029s] 2021-06-08 09:50:05.099 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_disposition ... success [0.017s] 2021-06-08 09:50:05.113 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_encoding ... success [0.013s] 2021-06-08 09:50:05.131 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_etag ... success [0.017s] 2021-06-08 09:50:05.145 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_expect_continue ... success [0.015s] 2021-06-08 09:50:05.164 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_transfer_encoding ... success [0.019s] 2021-06-08 09:50:05.191 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_fresh_metadata ... success [0.026s] 2021-06-08 09:50:05.216 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_meta ... success [0.025s] 2021-06-08 09:50:05.234 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_metakey ... success [0.017s] 2021-06-08 09:50:05.261 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_meta ... success [0.027s] 2021-06-08 09:50:05.290 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_metakey ... success [0.029s] 2021-06-08 09:50:05.311 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.020s] 2021-06-08 09:50:05.329 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2021-06-08 09:50:05.351 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.021s] 2021-06-08 09:50:05.362 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match ... success [0.012s] 2021-06-08 09:50:05.380 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since ... success [0.017s] 2021-06-08 09:50:05.403 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_none_match ... success [0.023s] 2021-06-08 09:50:05.420 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since ... success [0.017s] 2021-06-08 09:50:05.437 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata ... success [0.017s] 2021-06-08 09:50:05.450 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range ... success [0.013s] 2021-06-08 09:50:05.468 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest ... success [0.017s] 2021-06-08 09:50:05.490 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.061s] 2021-06-08 09:50:05.569 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest ... success [0.100s] 2021-06-08 09:50:05.587 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata ... success [0.019s] 2021-06-08 09:50:05.605 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2021-06-08 09:50:05.702 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.095s] 2021-06-08 09:50:05.824 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.121s] 2021-06-08 09:50:05.851 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.029s] 2021-06-08 09:50:05.879 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata ... success [0.027s] 2021-06-08 09:50:05.904 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_remove_metadata ... success [0.024s] 2021-06-08 09:50:06.003 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest ... success [0.098s] 2021-06-08 09:50:06.034 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_metakey ... success [0.031s] 2021-06-08 09:50:06.054 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey ... success [0.021s] 2021-06-08 09:50:11.297 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [7.241s] 2021-06-08 09:50:14.548 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [6.413s] 2021-06-08 09:50:16.458 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest.test_get_object_after_expiration_time ... success [2.017s] 2021-06-08 09:50:17.361 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [6.062s] 2021-06-08 09:50:17.547 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time ... success [12.056s] 2021-06-08 09:50:18.009 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.419s] 2021-06-08 09:50:18.298 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.289s] 2021-06-08 09:50:19.667 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [2.307s] 2021-06-08 09:50:22.329 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.200s] 2021-06-08 09:50:22.508 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds ... success [0.197s] 2021-06-08 09:50:22.702 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds ... success [0.193s] 2021-06-08 09:50:27.993 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [7.587s] 2021-06-08 09:50:29.796 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.090s] 2021-06-08 09:50:29.935 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2021-06-08 09:50:29.986 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.052s] 2021-06-08 09:50:30.042 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.055s] 2021-06-08 09:50:30.406 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.363s] 2021-06-08 09:50:30.530 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.123s] 2021-06-08 09:50:30.829 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.298s] 2021-06-08 09:50:30.886 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.057s] 2021-06-08 09:50:30.945 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.059s] 2021-06-08 09:50:31.034 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.088s] 2021-06-08 09:50:31.096 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2021-06-08 09:50:31.156 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.060s] 2021-06-08 09:50:31.216 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2021-06-08 09:50:31.322 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.105s] 2021-06-08 09:50:31.435 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.112s] 2021-06-08 09:50:31.540 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.104s] 2021-06-08 09:50:31.601 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.061s] 2021-06-08 09:50:31.662 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.060s] 2021-06-08 09:50:31.722 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.059s] 2021-06-08 09:50:33.776 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.979s] 2021-06-08 09:50:34.791 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [3.257s] 2021-06-08 09:50:37.657 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.881s] 2021-06-08 09:50:38.423 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.330s] 2021-06-08 09:50:38.462 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.039s] 2021-06-08 09:50:38.510 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.047s] 2021-06-08 09:50:41.464 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [2.952s] 2021-06-08 09:50:41.471 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.814s] 2021-06-08 09:50:42.479 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [22.806s] 2021-06-08 09:50:43.826 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.111s] 2021-06-08 09:50:43.860 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.035s] 2021-06-08 09:50:45.295 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [3.830s] 2021-06-08 09:50:45.363 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.069s] 2021-06-08 09:50:45.877 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.515s] 2021-06-08 09:50:47.740 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.676s] 2021-06-08 09:50:47.867 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.130s] 2021-06-08 09:50:47.997 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.129s] 2021-06-08 09:50:48.135 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.137s] 2021-06-08 09:50:48.156 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.021s] 2021-06-08 09:50:48.190 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.034s] 2021-06-08 09:50:48.345 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.153s] 2021-06-08 09:50:48.566 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [9.973s] 2021-06-08 09:50:51.585 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.173s] 2021-06-08 09:50:51.617 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.032s] 2021-06-08 09:50:51.865 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.382s] 2021-06-08 09:50:53.516 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.030s] 2021-06-08 09:50:56.646 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.236s] 2021-06-08 09:50:56.873 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.226s] 2021-06-08 09:50:57.056 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.183s] 2021-06-08 09:50:57.222 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.356s] 2021-06-08 09:50:59.958 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [1.869s] 2021-06-08 09:51:00.176 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.218s] 2021-06-08 09:51:01.702 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.202s] 2021-06-08 09:51:01.800 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.579s] 2021-06-08 09:51:01.806 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.104s] 2021-06-08 09:51:02.113 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.305s] 2021-06-08 09:51:03.560 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [1.758s] 2021-06-08 09:51:04.633 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.072s] 2021-06-08 09:51:05.452 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.017s] 2021-06-08 09:51:05.469 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.016s] 2021-06-08 09:51:05.523 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.054s] 2021-06-08 09:51:05.551 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.028s] 2021-06-08 09:51:05.581 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.028s] 2021-06-08 09:51:05.604 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.024s] 2021-06-08 09:51:05.633 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.028s] 2021-06-08 09:51:05.648 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.015s] 2021-06-08 09:51:05.664 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.015s] 2021-06-08 09:51:05.721 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.057s] 2021-06-08 09:51:05.783 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.061s] 2021-06-08 09:51:08.696 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.189s] 2021-06-08 09:51:08.781 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.085s] 2021-06-08 09:51:09.075 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.416s] 2021-06-08 09:51:09.089 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.014s] 2021-06-08 09:51:09.113 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.023s] 2021-06-08 09:51:09.138 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.354s] 2021-06-08 09:51:09.139 34 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.026s] 2021-06-08 09:51:09.171 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.034s] 2021-06-08 09:51:09.363 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.192s] 2021-06-08 09:51:11.581 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2021-06-08 09:51:12.442 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [7.807s] 2021-06-08 09:51:12.503 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.062s] 2021-06-08 09:51:12.553 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.050s] 2021-06-08 09:51:14.097 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.122s] 2021-06-08 09:51:15.613 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2021-06-08 09:51:15.841 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.227s] 2021-06-08 09:51:16.264 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [27.688s] 2021-06-08 09:51:18.886 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.626s] 2021-06-08 09:51:20.244 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [7.688s] 2021-06-08 09:51:24.765 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [11.181s] 2021-06-08 09:51:27.652 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [7.407s] 2021-06-08 09:51:28.633 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [3.869s] 2021-06-08 09:51:38.594 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.942s] 2021-06-08 09:51:38.662 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.068s] 2021-06-08 09:51:38.741 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.080s] 2021-06-08 09:51:40.279 34 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [1.690s] 2021-06-08 09:51:40.601 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [23.157s] 2021-06-08 09:51:43.028 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [24.132s] 2021-06-08 09:51:44.922 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [6.177s] 2021-06-08 09:51:48.493 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.466s] 2021-06-08 09:51:49.314 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.325s] 2021-06-08 09:51:49.604 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.289s] 2021-06-08 09:51:50.301 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [5.377s] 2021-06-08 09:51:53.773 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [13.170s] 2021-06-08 09:51:54.070 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [5.576s] 2021-06-08 09:51:58.116 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.663s] 2021-06-08 09:52:06.210 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.273s] 2021-06-08 09:52:06.253 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.204s] 2021-06-08 09:52:06.302 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.048s] 2021-06-08 09:52:06.317 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.014s] 2021-06-08 09:52:06.354 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.037s] 2021-06-08 09:52:06.367 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.012s] 2021-06-08 09:52:10.233 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [4.024s] 2021-06-08 09:52:10.237 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.868s] 2021-06-08 09:52:11.079 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.326s] 2021-06-08 09:52:12.642 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.764s] 2021-06-08 09:52:21.339 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.696s] 2021-06-08 09:52:25.287 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [14.205s] 2021-06-08 09:52:25.559 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.276s] 2021-06-08 09:52:25.800 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.241s] 2021-06-08 09:52:26.071 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.271s] 2021-06-08 09:52:30.366 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.026s] 2021-06-08 09:52:31.144 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [13.200s] 2021-06-08 09:52:31.856 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [0.715s] 2021-06-08 09:52:32.541 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [0.684s] 2021-06-08 09:52:32.558 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.018s] 2021-06-08 09:52:32.590 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.031s] 2021-06-08 09:52:32.640 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.050s] 2021-06-08 09:52:32.678 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.037s] 2021-06-08 09:52:32.691 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.014s] 2021-06-08 09:52:32.705 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2021-06-08 09:52:32.717 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2021-06-08 09:52:32.766 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.048s] 2021-06-08 09:52:32.777 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2021-06-08 09:52:32.822 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.043s] 2021-06-08 09:52:32.870 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.048s] 2021-06-08 09:52:32.883 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2021-06-08 09:52:32.967 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.083s] 2021-06-08 09:52:33.022 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.054s] 2021-06-08 09:52:33.078 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.056s] 2021-06-08 09:52:33.135 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.056s] 2021-06-08 09:52:33.335 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.199s] 2021-06-08 09:52:33.386 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.051s] 2021-06-08 09:52:33.435 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.049s] 2021-06-08 09:52:33.448 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2021-06-08 09:52:33.495 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.047s] 2021-06-08 09:52:33.547 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2021-06-08 09:52:33.612 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.065s] 2021-06-08 09:52:33.625 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.013s] 2021-06-08 09:52:33.638 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.012s] 2021-06-08 09:52:33.684 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.045s] 2021-06-08 09:52:33.697 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.013s] 2021-06-08 09:52:33.740 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.042s] 2021-06-08 09:52:33.785 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2021-06-08 09:52:34.376 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.010s] 2021-06-08 09:52:34.892 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.820s] 2021-06-08 09:52:42.728 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.351s] 2021-06-08 09:52:42.870 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.026s] 2021-06-08 09:52:42.934 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.063s] 2021-06-08 09:52:42.955 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.021s] 2021-06-08 09:52:43.025 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.070s] 2021-06-08 09:52:43.053 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.028s] 2021-06-08 09:52:43.068 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [5.462s] 2021-06-08 09:52:43.081 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.028s] 2021-06-08 09:52:43.110 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.028s] 2021-06-08 09:52:43.142 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.032s] 2021-06-08 09:52:43.167 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.025s] 2021-06-08 09:52:43.198 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.030s] 2021-06-08 09:52:43.225 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.027s] 2021-06-08 09:52:43.315 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.088s] 2021-06-08 09:52:43.400 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.084s] 2021-06-08 09:52:46.015 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [2.948s] 2021-06-08 09:52:59.377 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.088s] 2021-06-08 09:53:06.485 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.105s] 2021-06-08 09:53:12.242 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [29.510s] 2021-06-08 09:53:14.265 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.026s] 2021-06-08 09:53:14.431 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.945s] 2021-06-08 09:53:17.432 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.929s] 2021-06-08 09:53:17.906 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [0.474s] 2021-06-08 09:53:19.401 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [1.490s] 2021-06-08 09:53:19.811 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.414s] 2021-06-08 09:53:20.655 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [0.840s] 2021-06-08 09:53:21.262 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [0.608s] 2021-06-08 09:53:22.572 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.304s] 2021-06-08 09:53:22.635 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2021-06-08 09:53:25.668 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.531s] 2021-06-08 09:53:26.256 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.587s] 2021-06-08 09:53:27.736 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.474s] 2021-06-08 09:53:28.338 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.607s] 2021-06-08 09:53:29.340 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [0.998s] 2021-06-08 09:53:29.913 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.573s] 2021-06-08 09:53:31.832 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.916s] 2021-06-08 09:53:32.633 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.804s] 2021-06-08 09:53:34.100 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.165s] 2021-06-08 09:53:36.159 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.093s] 2021-06-08 09:53:36.185 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2021-06-08 09:53:42.014 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.084s] 2021-06-08 09:53:46.669 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2021-06-08 09:53:46.679 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2021-06-08 09:53:46.701 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_reverse_order ... success [0.021s] 2021-06-08 09:53:46.714 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2021-06-08 09:53:46.724 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.010s] 2021-06-08 09:53:46.735 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml ... success [0.010s] 2021-06-08 09:53:46.758 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.023s] 2021-06-08 09:53:46.765 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.007s] 2021-06-08 09:53:46.923 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.155s] 2021-06-08 09:53:46.926 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.006s] 2021-06-08 09:53:46.937 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.010s] 2021-06-08 09:53:46.945 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2021-06-08 09:53:46.955 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_prefix ... success [0.010s] 2021-06-08 09:53:46.960 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2021-06-08 09:53:46.969 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2021-06-08 09:53:47.044 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.074s] 2021-06-08 09:53:47.076 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata ... success [0.031s] 2021-06-08 09:53:47.099 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata ... success [0.022s] 2021-06-08 09:53:47.117 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.016s] 2021-06-08 09:53:47.138 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.022s] 2021-06-08 09:53:47.158 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.021s] 2021-06-08 09:54:01.976 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest.test_list_containers_with_non_authorized_user ... success [0.205s] 2021-06-08 09:54:04.583 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_with_non_authorized_user ... success [0.251s] 2021-06-08 09:54:04.617 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_using_creds ... success [0.033s] 2021-06-08 09:54:04.657 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_write_rights ... success [0.039s] 2021-06-08 09:54:04.687 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_with_non_authorized_user ... success [0.030s] 2021-06-08 09:54:04.728 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_without_rights ... success [0.040s] 2021-06-08 09:54:04.748 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_with_non_authorized_user ... success [0.020s] 2021-06-08 09:54:04.776 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_rights ... success [0.027s] 2021-06-08 09:54:04.797 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_using_creds ... success [0.021s] 2021-06-08 09:54:04.825 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_write_rights ... success [0.028s] 2021-06-08 09:54:07.028 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_error ... success [0.020s] 2021-06-08 09:54:07.052 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_index ... success [0.023s] 2021-06-08 09:54:07.074 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing ... success [0.022s] 2021-06-08 09:54:07.088 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing_css ... success [0.014s] 2021-06-08 09:54:10.501 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_healthcheck.HealthcheckTest.test_get_healthcheck ... success [0.005s] 2021-06-08 09:54:22.373 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [10.188s] 2021-06-08 09:54:36.812 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [14.433s] 2021-06-08 09:54:43.644 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [6.831s] 2021-06-08 09:54:47.731 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.472s] 2021-06-08 09:54:57.285 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [7.069s] 2021-06-08 09:55:05.596 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [8.312s] 2021-06-08 09:55:15.503 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [6.734s] 2021-06-08 09:55:19.675 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [0.769s] 2021-06-08 09:55:20.181 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.505s] 2021-06-08 09:55:23.565 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.206s] 2021-06-08 09:55:23.710 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.146s] 2021-06-08 09:55:32.080 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... success [5.765s] 2021-06-08 09:55:34.675 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.026s] 2021-06-08 09:55:34.700 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.025s] 2021-06-08 09:55:34.724 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.023s] 2021-06-08 09:55:36.388 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [1.661s] 2021-06-08 09:55:36.412 34 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.026s] 2021-06-08 09:55:44.055 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.345s] 2021-06-08 09:55:51.604 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.047s] 2021-06-08 09:55:54.622 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [3.018s] 2021-06-08 09:56:02.452 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [5.098s] 2021-06-08 09:56:06.914 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context testr@default cleanup() started 2021-06-08 09:56:06.915 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context testr@default cleanup() finished in 1.03 msec 2021-06-08 09:56:06.915 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context tempest@default cleanup() started 2021-06-08 09:56:07.064 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_7953422f_Z2morZAN'. 2021-06-08 09:56:07.284 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7953422f_Z2morZAN' has been deleted. 2021-06-08 09:56:07.285 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '49f189f1-4467-4674-88e8-33a1def1c590' of option 'instance_type' from Tempest config file. 2021-06-08 09:56:07.285 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '49f189f1-4467-4674-88e8-33a1def1c590' has been removed. 2021-06-08 09:56:07.291 34 INFO rally.task.context [-] Verification 788df9e3-a9f2-44fd-8160-1783ef35f502 | Context tempest@default cleanup() finished in 0.38 sec 2021-06-08 09:56:07.359 34 INFO rally.api [-] Verification (UUID=7953422f-fcee-417b-9654-c8c80f2f75d2) has been successfully finished for deployment 'opnfv-rally' (UUID=55d879d7-9553-45ad-8454-9d09216fb9e1)! 2021-06-08 09:56:08.893 87 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:56:08.894 87 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:56:08.894 87 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:56:11.237 88 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:56:11.237 88 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:56:11.237 88 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:56:13.330 88 INFO rally.api [-] Building 'html' report for the following verification(s): '7953422f-fcee-417b-9654-c8c80f2f75d2' 2021-06-08 09:56:13.378 88 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:56:14.689 90 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:56:14.689 90 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:56:14.689 90 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:56:16.710 90 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7953422f-fcee-417b-9654-c8c80f2f75d2' 2021-06-08 09:56:16.771 90 INFO rally.api [-] The report has been successfully built.