2021-09-22 17:35:46.344 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:35:46.344 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:35:46.345 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:35:48.942 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-09-22 17:35:48.942 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:35:48.942 8 ERROR rally.cli.cliutils 2021-09-22 17:35:50.719 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:35:50.719 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:35:50.720 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:35:55.333 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:35:55.333 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:35:55.333 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:00.413 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:00.413 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:00.413 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:01.880 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:01.880 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:01.880 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:04.182 18 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-09-22 17:36:04.182 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:36:04.182 18 ERROR rally.cli.cliutils 2021-09-22 17:36:05.688 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:05.688 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:05.689 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:07.967 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:36:08.008 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/repo. 2021-09-22 17:36:08.337 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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 switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-09-22 17:36:08.382 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:36:08.391 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:36:08.402 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:36:08.464 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:36:09.270 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f59da16-30c9-4412-9994-8f99fbbaf141) has been successfully created! 2021-09-22 17:36:10.987 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:10.987 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:10.987 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:15.952 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:15.952 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:15.952 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:18.413 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8f59da16-30c9-4412-9994-8f99fbbaf141) for deployment 'opnfv-rally' (UUID=62b8ac83-a217-4641-ac29-b719e39011e6). 2021-09-22 17:36:18.853 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8f59da16-30c9-4412-9994-8f99fbbaf141) has been successfully configured for deployment 'opnfv-rally' (UUID=62b8ac83-a217-4641-ac29-b719e39011e6)! 2021-09-22 17:36:28.114 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:36:28.114 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:36:28.115 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:36:30.721 36 INFO rally.api [-] Starting verification (UUID=62f39dbd-64fb-4e26-a9ac-fdaa73bee691) for deployment 'opnfv-rally' (UUID=62b8ac83-a217-4641-ac29-b719e39011e6) by verifier 'opnfv-tempest' (UUID=8f59da16-30c9-4412-9994-8f99fbbaf141). 2021-09-22 17:36:31.343 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:36:31.344 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/for-deployment-62b8ac83-a217-4641-ac29-b719e39011e6/tempest.log' to option 'log_file'. 2021-09-22 17:36:31.344 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/for-deployment-62b8ac83-a217-4641-ac29-b719e39011e6/tempest.log 2021-09-22 17:36:31.344 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:36:31.345 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/for-deployment-62b8ac83-a217-4641-ac29-b719e39011e6/lock_files' to option 'lock_path'. 2021-09-22 17:36:31.345 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8f59da16-30c9-4412-9994-8f99fbbaf141/for-deployment-62b8ac83-a217-4641-ac29-b719e39011e6/lock_files 2021-09-22 17:36:31.345 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:36:31.345 36 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-09-22 17:36:31.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ac65de31-7d23-4ac2-9147-2715bab2399b 2021-09-22 17:36:31.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 50858b2f-c12d-4b03-b251-4419bb0160a5 2021-09-22 17:36:31.346 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f39b1f8c-2e97-4982-8feb-c4a2d3ec3385 2021-09-22 17:36:31.347 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d38ab224-a898-41a7-94fc-9f1de891cdcc 2021-09-22 17:36:31.535 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:36:31.535 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_ed2fa532-96e3-4ad4-8e13-df5770491a15 2021-09-22 17:36:31.536 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:36:31.614 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:36:31.653 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-09-22 17:36:31.653 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_62f39dbd_MOf1DejM' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-09-22 17:36:31.695 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_62f39dbd_MOf1DejM' (ID = 385c0e2a-24d5-4ff3-8abd-6a4b7cc23c7d) has been successfully created! 2021-09-22 17:36:31.696 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '385c0e2a-24d5-4ff3-8abd-6a4b7cc23c7d' to option 'instance_type'. 2021-09-22 17:36:31.696 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 385c0e2a-24d5-4ff3-8abd-6a4b7cc23c7d 2021-09-22 17:36:31.698 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context tempest@default setup() finished in 0.80 sec 2021-09-22 17:36:31.699 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context testr@default setup() finished in 0.69 msec 2021-09-22 17:36:31.700 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4aba8ae3-ad7f-463e-b5d5-a612ecb495db'. 2021-09-22 17:36:37.421 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.279s] 2021-09-22 17:36:37.512 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.090s] 2021-09-22 17:36:37.800 36 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.581s] 2021-09-22 17:36:39.156 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.218s] 2021-09-22 17:36:49.357 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.180s] 2021-09-22 17:37:03.619 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [15.273s] 2021-09-22 17:37:05.473 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.487s] 2021-09-22 17:37:05.680 36 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-09-22 17:37:18.387 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [19.802s] 2021-09-22 17:37:18.549 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.161s] 2021-09-22 17:37:18.910 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.361s] 2021-09-22 17:37:19.070 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.159s] 2021-09-22 17:37:19.071 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-09-22 17:37:19.704 36 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [16.083s] 2021-09-22 17:37:20.087 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [19.777s] 2021-09-22 17:37:20.206 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.565s] 2021-09-22 17:37:20.302 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.214s] 2021-09-22 17:37:20.723 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.421s] 2021-09-22 17:37:20.883 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.158s] 2021-09-22 17:37:20.884 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-09-22 17:37:21.755 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.547s] 2021-09-22 17:37:22.222 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.467s] 2021-09-22 17:37:22.694 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.472s] 2021-09-22 17:37:23.391 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.696s] 2021-09-22 17:37:24.103 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.711s] 2021-09-22 17:37:24.545 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.443s] 2021-09-22 17:37:25.042 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.495s] 2021-09-22 17:37:25.485 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.443s] 2021-09-22 17:37:25.995 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.508s] 2021-09-22 17:37:26.470 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.476s] 2021-09-22 17:37:26.977 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.506s] 2021-09-22 17:37:27.415 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.438s] 2021-09-22 17:37:28.049 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.633s] 2021-09-22 17:37:28.483 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.434s] 2021-09-22 17:37:29.010 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.527s] 2021-09-22 17:37:29.456 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.443s] 2021-09-22 17:37:30.856 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.402s] 2021-09-22 17:37:35.076 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.084s] 2021-09-22 17:37:36.476 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-09-22 17:37:38.267 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.341s] 2021-09-22 17:37:38.385 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.116s] 2021-09-22 17:37:41.896 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.818s] 2021-09-22 17:37:42.090 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2021-09-22 17:37:42.101 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2021-09-22 17:37:42.151 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.049s] 2021-09-22 17:37:42.199 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.048s] 2021-09-22 17:37:42.257 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.057s] 2021-09-22 17:37:42.325 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.067s] 2021-09-22 17:37:42.391 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.065s] 2021-09-22 17:37:42.446 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.054s] 2021-09-22 17:37:42.484 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2021-09-22 17:37:42.549 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.065s] 2021-09-22 17:37:45.294 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.149s] 2021-09-22 17:37:45.313 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.018s] 2021-09-22 17:37:45.469 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.155s] 2021-09-22 17:37:45.479 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2021-09-22 17:37:45.497 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2021-09-22 17:37:47.188 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.702s] 2021-09-22 17:37:47.545 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.355s] 2021-09-22 17:37:47.581 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.463s] 2021-09-22 17:37:47.876 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.332s] 2021-09-22 17:37:48.209 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.331s] 2021-09-22 17:37:49.124 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.181s] 2021-09-22 17:37:49.447 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [1.239s] 2021-09-22 17:37:49.627 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.179s] 2021-09-22 17:37:49.790 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.162s] 2021-09-22 17:37:49.946 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.155s] 2021-09-22 17:37:50.034 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.088s] 2021-09-22 17:37:50.186 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.152s] 2021-09-22 17:37:50.507 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.320s] 2021-09-22 17:37:53.393 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.318s] 2021-09-22 17:37:53.672 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.279s] 2021-09-22 17:38:03.681 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [10.006s] 2021-09-22 17:38:05.017 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.092s] 2021-09-22 17:38:05.037 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.020s] 2021-09-22 17:38:05.339 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.301s] 2021-09-22 17:38:05.358 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.018s] 2021-09-22 17:38:05.377 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2021-09-22 17:38:05.413 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2021-09-22 17:38:05.493 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.079s] 2021-09-22 17:38:05.585 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.091s] 2021-09-22 17:38:05.930 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.344s] 2021-09-22 17:38:05.957 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.027s] 2021-09-22 17:38:06.112 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.154s] 2021-09-22 17:38:12.161 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.300s] 2021-09-22 17:38:12.379 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.217s] 2021-09-22 17:38:12.589 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.210s] 2021-09-22 17:38:12.953 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.364s] 2021-09-22 17:38:13.089 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.117s] 2021-09-22 17:38:13.199 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.109s] 2021-09-22 17:38:13.294 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.340s] 2021-09-22 17:38:13.681 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.387s] 2021-09-22 17:38:19.732 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.299s] 2021-09-22 17:38:20.058 36 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.326s] 2021-09-22 17:38:21.411 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.054s] 2021-09-22 17:38:21.430 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.018s] 2021-09-22 17:38:21.450 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2021-09-22 17:38:24.076 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.264s] 2021-09-22 17:38:24.108 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2021-09-22 17:38:32.168 36 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [57.047s] 2021-09-22 17:38:37.828 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.085s] 2021-09-22 17:38:40.007 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.491s] 2021-09-22 17:38:49.421 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.414s] 2021-09-22 17:38:54.403 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.575s] 2021-09-22 17:38:55.882 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.460s] 2021-09-22 17:39:00.632 36 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.456s] 2021-09-22 17:39:01.045 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.162s] 2021-09-22 17:39:11.097 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2021-09-22 17:39:12.657 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.251s] 2021-09-22 17:39:13.759 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.031s] 2021-09-22 17:39:14.004 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.244s] 2021-09-22 17:39:14.162 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.158s] 2021-09-22 17:39:20.143 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.487s] 2021-09-22 17:39:25.355 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.716s] 2021-09-22 17:39:25.419 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.065s] 2021-09-22 17:39:25.804 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.384s] 2021-09-22 17:39:28.193 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.388s] 2021-09-22 17:39:31.266 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [30.215s] 2021-09-22 17:39:31.862 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.669s] 2021-09-22 17:39:32.914 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [1.052s] 2021-09-22 17:39:32.964 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.050s] 2021-09-22 17:39:33.221 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.959s] 2021-09-22 17:39:34.089 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.120s] 2021-09-22 17:39:36.156 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.867s] 2021-09-22 17:39:37.826 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.670s] 2021-09-22 17:39:38.595 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.161s] 2021-09-22 17:39:39.394 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.796s] 2021-09-22 17:39:39.607 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.775s] 2021-09-22 17:39:39.808 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.414s] 2021-09-22 17:39:40.123 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.520s] 2021-09-22 17:39:40.179 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.370s] 2021-09-22 17:39:40.547 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.366s] 2021-09-22 17:39:41.131 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.004s] 2021-09-22 17:39:41.672 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.541s] 2021-09-22 17:39:42.386 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.837s] 2021-09-22 17:39:42.916 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.530s] 2021-09-22 17:39:43.018 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.103s] 2021-09-22 17:39:43.034 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.016s] 2021-09-22 17:39:43.058 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.023s] 2021-09-22 17:39:43.170 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.491s] 2021-09-22 17:39:43.203 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.039s] 2021-09-22 17:39:44.154 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [1.092s] 2021-09-22 17:39:44.678 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.174s] 2021-09-22 17:39:45.449 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2021-09-22 17:39:48.874 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.429s] 2021-09-22 17:39:49.152 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.353s] 2021-09-22 17:39:49.172 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.299s] 2021-09-22 17:39:49.463 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.367s] 2021-09-22 17:39:49.479 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.327s] 2021-09-22 17:39:51.952 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.142s] 2021-09-22 17:39:52.002 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.050s] 2021-09-22 17:39:57.486 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.059s] 2021-09-22 17:39:57.546 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.060s] 2021-09-22 17:39:57.624 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.078s] 2021-09-22 17:39:58.000 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.374s] 2021-09-22 17:39:58.147 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.147s] 2021-09-22 17:39:58.490 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.342s] 2021-09-22 17:39:58.551 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.061s] 2021-09-22 17:39:58.628 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.076s] 2021-09-22 17:39:58.733 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.104s] 2021-09-22 17:39:58.805 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.071s] 2021-09-22 17:39:58.876 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.071s] 2021-09-22 17:39:58.995 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.117s] 2021-09-22 17:39:59.112 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.116s] 2021-09-22 17:39:59.188 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.077s] 2021-09-22 17:39:59.270 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.081s] 2021-09-22 17:40:16.096 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.628s] 2021-09-22 17:40:26.586 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.490s] 2021-09-22 17:40:39.988 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [13.397s] 2021-09-22 17:40:43.693 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.386s] 2021-09-22 17:40:49.048 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.073s] 2021-09-22 17:40:51.337 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.288s] 2021-09-22 17:40:52.348 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.011s] 2021-09-22 17:40:55.075 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.726s] 2021-09-22 17:40:56.340 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.264s] 2021-09-22 17:40:57.329 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [0.989s] 2021-09-22 17:40:58.363 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.033s] 2021-09-22 17:41:03.010 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.645s] 2021-09-22 17:41:04.119 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.108s] 2021-09-22 17:41:04.249 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.130s] 2021-09-22 17:41:04.354 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.104s] 2021-09-22 17:41:04.480 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.125s] 2021-09-22 17:41:04.565 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.084s] 2021-09-22 17:41:04.634 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.069s] 2021-09-22 17:41:04.733 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.098s] 2021-09-22 17:41:04.820 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.086s] 2021-09-22 17:41:04.873 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2021-09-22 17:41:04.918 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.045s] 2021-09-22 17:41:07.459 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.539s] 2021-09-22 17:41:14.231 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.081s] 2021-09-22 17:41:16.935 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.703s] 2021-09-22 17:41:17.976 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.040s] 2021-09-22 17:41:18.063 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.087s] 2021-09-22 17:41:18.123 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.060s] 2021-09-22 17:41:25.329 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [7.203s] 2021-09-22 17:41:25.376 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.049s] 2021-09-22 17:41:25.415 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.039s] 2021-09-22 17:41:28.675 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2021-09-22 17:41:36.104 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.954s] 2021-09-22 17:41:43.418 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.311s] 2021-09-22 17:41:51.678 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.259s] 2021-09-22 17:41:55.817 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2021-09-22 17:41:55.850 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2021-09-22 17:41:55.894 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.043s] 2021-09-22 17:41:55.928 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2021-09-22 17:41:55.941 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2021-09-22 17:41:55.955 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2021-09-22 17:41:55.969 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2021-09-22 17:41:56.012 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.042s] 2021-09-22 17:41:56.023 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2021-09-22 17:41:56.068 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.044s] 2021-09-22 17:41:56.080 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2021-09-22 17:41:56.146 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.066s] 2021-09-22 17:41:56.211 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.064s] 2021-09-22 17:41:56.267 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.055s] 2021-09-22 17:41:56.320 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.052s] 2021-09-22 17:41:56.334 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2021-09-22 17:41:56.380 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.045s] 2021-09-22 17:41:56.424 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.044s] 2021-09-22 17:41:56.468 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.043s] 2021-09-22 17:41:56.512 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.043s] 2021-09-22 17:42:05.202 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.608s] 2021-09-22 17:42:11.773 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.569s] 2021-09-22 17:42:17.970 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context testr@default cleanup() started 2021-09-22 17:42:17.971 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context testr@default cleanup() finished in 0.68 msec 2021-09-22 17:42:17.971 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context tempest@default cleanup() started 2021-09-22 17:42:18.131 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_62f39dbd_MOf1DejM'. 2021-09-22 17:42:18.275 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_62f39dbd_MOf1DejM' has been deleted. 2021-09-22 17:42:18.276 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '385c0e2a-24d5-4ff3-8abd-6a4b7cc23c7d' of option 'instance_type' from Tempest config file. 2021-09-22 17:42:18.276 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '385c0e2a-24d5-4ff3-8abd-6a4b7cc23c7d' has been removed. 2021-09-22 17:42:18.279 36 INFO rally.task.context [-] Verification 8f59da16-30c9-4412-9994-8f99fbbaf141 | Context tempest@default cleanup() finished in 0.31 sec 2021-09-22 17:42:18.309 36 INFO rally.api [-] Verification (UUID=62f39dbd-64fb-4e26-a9ac-fdaa73bee691) has been successfully finished for deployment 'opnfv-rally' (UUID=62b8ac83-a217-4641-ac29-b719e39011e6)! 2021-09-22 17:42:20.211 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:42:20.211 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:42:20.211 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:42:21.828 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:42:21.829 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:42:21.829 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:42:24.096 79 INFO rally.api [-] Building 'html' report for the following verification(s): '62f39dbd-64fb-4e26-a9ac-fdaa73bee691' 2021-09-22 17:42:24.118 79 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:42:25.624 81 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:42:25.625 81 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:42:25.625 81 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:42:27.913 81 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '62f39dbd-64fb-4e26-a9ac-fdaa73bee691' 2021-09-22 17:42:27.923 81 INFO rally.api [-] The report has been successfully built.