2021-01-30 23:08:33.247 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:33.247 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:33.248 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:36.102 23 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-01-30 23:08:36.102 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 23:08:36.102 23 ERROR rally.cli.cliutils 2021-01-30 23:08:38.004 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:38.004 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:38.004 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:43.104 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:43.105 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:43.105 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:49.650 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:49.650 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:49.650 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:51.472 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:51.472 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:51.472 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:54.165 33 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-01-30 23:08:54.165 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 23:08:54.165 33 ERROR rally.cli.cliutils 2021-01-30 23:08:56.143 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:08:56.143 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:08:56.143 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:08:58.766 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 23:08:58.822 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/repo. 2021-01-30 23:08:59.111 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-30 23:08:59.155 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 23:08:59.164 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 23:08:59.185 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 23:08:59.279 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 23:09:00.109 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bffd1b06-71a9-4a51-9d0d-b4583fa9c603) has been successfully created! 2021-01-30 23:09:02.294 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:09:02.295 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:09:02.295 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:09:08.164 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:09:08.165 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:09:08.165 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:09:10.953 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bffd1b06-71a9-4a51-9d0d-b4583fa9c603) for deployment 'opnfv-rally' (UUID=4024b49c-e137-4704-96de-bc752e863fb5). 2021-01-30 23:09:11.724 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bffd1b06-71a9-4a51-9d0d-b4583fa9c603) has been successfully configured for deployment 'opnfv-rally' (UUID=4024b49c-e137-4704-96de-bc752e863fb5)! 2021-01-30 23:09:22.397 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:09:22.397 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:09:22.398 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:09:25.192 51 INFO rally.api [-] Starting verification (UUID=1a25f121-cfe4-4457-b21b-bf943b22afe2) for deployment 'opnfv-rally' (UUID=4024b49c-e137-4704-96de-bc752e863fb5) by verifier 'opnfv-tempest' (UUID=bffd1b06-71a9-4a51-9d0d-b4583fa9c603). 2021-01-30 23:09:26.098 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 23:09:26.166 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 23:09:26.167 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/for-deployment-4024b49c-e137-4704-96de-bc752e863fb5/tempest.log' to option 'log_file'. 2021-01-30 23:09:26.167 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/for-deployment-4024b49c-e137-4704-96de-bc752e863fb5/tempest.log 2021-01-30 23:09:26.167 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 23:09:26.168 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/for-deployment-4024b49c-e137-4704-96de-bc752e863fb5/lock_files' to option 'lock_path'. 2021-01-30 23:09:26.168 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bffd1b06-71a9-4a51-9d0d-b4583fa9c603/for-deployment-4024b49c-e137-4704-96de-bc752e863fb5/lock_files 2021-01-30 23:09:26.169 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 23:09:26.169 51 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-01-30 23:09:26.170 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4760b9c9-9d5a-41ba-9ecb-8c1da9911d93 2021-01-30 23:09:26.170 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ec82caaa-6dae-4685-a3a6-9087dfc7dbfd 2021-01-30 23:09:26.171 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0066081d-c952-4886-a279-2a00fb20d161 2021-01-30 23:09:26.172 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 73fef437-b0c3-405a-b9b1-1daa82c0fa3a 2021-01-30 23:09:26.408 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 23:09:26.408 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_94c6ec49-99fd-458d-b7b8-94c90bdf2889 2021-01-30 23:09:26.409 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 23:09:26.501 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 23:09:26.535 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 23:09:26.536 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1a25f121_bsAar0gq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 23:09:26.578 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1a25f121_bsAar0gq' (ID = bd19b600-b4a5-43eb-a24b-734927f54c11) has been successfully created! 2021-01-30 23:09:26.578 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bd19b600-b4a5-43eb-a24b-734927f54c11' to option 'instance_type'. 2021-01-30 23:09:26.579 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bd19b600-b4a5-43eb-a24b-734927f54c11 2021-01-30 23:09:26.580 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context tempest@default setup() finished in 0.88 sec 2021-01-30 23:09:26.582 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context testr@default setup() finished in 0.69 msec 2021-01-30 23:09:26.582 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/238c963a-1602-4280-a1d7-35bc88c2f984'. 2021-01-30 23:09:40.398 51 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.279s] 2021-01-30 23:09:40.484 51 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.080s] 2021-01-30 23:09:44.545 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.550s] 2021-01-30 23:09:44.596 51 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.628s] 2021-01-30 23:09:48.383 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.258s] 2021-01-30 23:10:00.539 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.979s] 2021-01-30 23:10:05.544 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.238s] 2021-01-30 23:10:05.725 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.179s] 2021-01-30 23:10:06.152 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.427s] 2021-01-30 23:10:06.317 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.165s] 2021-01-30 23:10:06.319 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-01-30 23:10:09.074 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.528s] 2021-01-30 23:10:22.111 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.641s] 2021-01-30 23:10:26.789 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.096s] 2021-01-30 23:10:29.424 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.864s] 2021-01-30 23:10:31.174 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.384s] 2021-01-30 23:10:45.089 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.663s] 2021-01-30 23:10:49.184 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.469s] 2021-01-30 23:10:49.347 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.160s] 2021-01-30 23:10:49.696 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.349s] 2021-01-30 23:10:49.824 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.127s] 2021-01-30 23:10:49.827 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.004s] 2021-01-30 23:10:51.111 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [28.994s] 2021-01-30 23:10:53.019 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.866s] 2021-01-30 23:10:53.278 51 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-01-30 23:10:55.683 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.064s] 2021-01-30 23:11:05.452 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.473s] 2021-01-30 23:11:05.615 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.159s] 2021-01-30 23:11:06.113 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.604s] 2021-01-30 23:11:09.664 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.164s] 2021-01-30 23:11:09.693 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.029s] 2021-01-30 23:11:09.882 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.188s] 2021-01-30 23:11:09.899 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.017s] 2021-01-30 23:11:09.920 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2021-01-30 23:11:12.355 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.238s] 2021-01-30 23:11:13.711 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.348s] 2021-01-30 23:11:13.740 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2021-01-30 23:11:16.943 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.584s] 2021-01-30 23:11:17.747 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.429s] 2021-01-30 23:11:18.114 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.364s] 2021-01-30 23:11:18.518 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.405s] 2021-01-30 23:11:18.906 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.387s] 2021-01-30 23:11:19.194 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.288s] 2021-01-30 23:11:19.373 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.178s] 2021-01-30 23:11:19.550 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.176s] 2021-01-30 23:11:19.702 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.752s] 2021-01-30 23:11:19.787 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.236s] 2021-01-30 23:11:19.897 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.106s] 2021-01-30 23:11:20.061 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.160s] 2021-01-30 23:11:20.414 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.349s] 2021-01-30 23:11:26.227 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.523s] 2021-01-30 23:11:30.134 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.881s] 2021-01-30 23:11:30.202 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.063s] 2021-01-30 23:11:30.595 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.392s] 2021-01-30 23:11:30.939 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.711s] 2021-01-30 23:11:32.587 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.990s] 2021-01-30 23:11:35.613 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.672s] 2021-01-30 23:11:38.073 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.485s] 2021-01-30 23:11:38.271 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.196s] 2021-01-30 23:11:38.345 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.069s] 2021-01-30 23:11:41.383 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.769s] 2021-01-30 23:11:46.154 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.767s] 2021-01-30 23:11:46.399 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.243s] 2021-01-30 23:11:46.583 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.180s] 2021-01-30 23:11:46.737 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.149s] 2021-01-30 23:11:46.822 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.085s] 2021-01-30 23:11:46.895 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.073s] 2021-01-30 23:11:47.054 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.156s] 2021-01-30 23:11:47.203 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.147s] 2021-01-30 23:11:47.283 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.080s] 2021-01-30 23:11:47.366 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.082s] 2021-01-30 23:11:52.971 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.605s] 2021-01-30 23:11:53.746 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.500s] 2021-01-30 23:11:54.576 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2021-01-30 23:11:54.598 51 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-01-30 23:11:54.936 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.334s] 2021-01-30 23:11:54.964 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.024s] 2021-01-30 23:11:54.987 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.021s] 2021-01-30 23:11:55.031 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.041s] 2021-01-30 23:11:55.136 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.103s] 2021-01-30 23:11:55.243 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.104s] 2021-01-30 23:11:55.613 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.368s] 2021-01-30 23:11:55.647 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.031s] 2021-01-30 23:11:55.798 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.149s] 2021-01-30 23:11:57.537 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-01-30 23:11:58.898 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-01-30 23:11:58.903 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-01-30 23:11:58.907 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-01-30 23:12:01.507 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.254s] 2021-01-30 23:12:02.965 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [77.842s] 2021-01-30 23:12:09.137 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.357s] 2021-01-30 23:12:09.520 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.381s] 2021-01-30 23:12:17.966 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.078s] 2021-01-30 23:12:23.086 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.925s] 2021-01-30 23:12:24.113 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.023s] 2021-01-30 23:12:25.112 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.000s] 2021-01-30 23:12:26.041 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.927s] 2021-01-30 23:12:26.940 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.899s] 2021-01-30 23:12:27.902 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.961s] 2021-01-30 23:12:28.422 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.519s] 2021-01-30 23:12:28.864 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.892s] 2021-01-30 23:12:29.042 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.620s] 2021-01-30 23:12:29.578 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.536s] 2021-01-30 23:12:30.466 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.885s] 2021-01-30 23:12:30.937 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.472s] 2021-01-30 23:12:31.513 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.575s] 2021-01-30 23:12:32.002 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.488s] 2021-01-30 23:12:32.986 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.980s] 2021-01-30 23:12:33.488 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.498s] 2021-01-30 23:12:34.050 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.558s] 2021-01-30 23:12:34.575 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.523s] 2021-01-30 23:12:35.362 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.782s] 2021-01-30 23:12:38.084 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [28.550s] 2021-01-30 23:12:38.661 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.794s] 2021-01-30 23:12:43.522 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [19.633s] 2021-01-30 23:12:44.063 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.421s] 2021-01-30 23:12:44.529 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.465s] 2021-01-30 23:12:44.986 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.323s] 2021-01-30 23:12:48.352 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2021-01-30 23:12:52.048 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.882s] 2021-01-30 23:12:57.830 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.299s] 2021-01-30 23:12:58.092 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.036s] 2021-01-30 23:13:09.991 51 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ... fail 2021-01-30 23:13:10.536 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... fail [12.683s] 2021-01-30 23:13:10.672 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... fail [0.123s] 2021-01-30 23:13:21.543 51 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [23.265s] 2021-01-30 23:13:23.914 51 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) ... fail 2021-01-30 23:13:38.524 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.323s] 2021-01-30 23:13:38.862 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.337s] 2021-01-30 23:13:39.095 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.232s] 2021-01-30 23:13:39.498 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.402s] 2021-01-30 23:13:39.889 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.390s] 2021-01-30 23:13:40.418 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.528s] 2021-01-30 23:13:42.426 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [57.431s] 2021-01-30 23:13:44.028 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.604s] 2021-01-30 23:13:48.653 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.197s] 2021-01-30 23:13:49.525 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.871s] 2021-01-30 23:13:49.953 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.422s] 2021-01-30 23:13:50.503 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.548s] 2021-01-30 23:13:51.008 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.501s] 2021-01-30 23:13:51.741 51 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.183s] 2021-01-30 23:13:51.858 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.844s] 2021-01-30 23:13:52.496 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.633s] 2021-01-30 23:13:52.568 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.070s] 2021-01-30 23:13:52.598 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2021-01-30 23:13:52.629 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.031s] 2021-01-30 23:13:52.655 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2021-01-30 23:13:53.900 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.074s] 2021-01-30 23:13:54.059 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-01-30 23:13:54.066 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-01-30 23:13:58.692 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.601s] 2021-01-30 23:13:59.088 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.396s] 2021-01-30 23:13:59.187 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.287s] 2021-01-30 23:14:01.380 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.192s] 2021-01-30 23:14:01.480 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.097s] 2021-01-30 23:14:01.590 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.106s] 2021-01-30 23:14:04.544 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.101s] 2021-01-30 23:14:04.574 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.029s] 2021-01-30 23:14:04.602 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.026s] 2021-01-30 23:14:08.574 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.373s] 2021-01-30 23:14:09.331 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.075s] 2021-01-30 23:14:09.338 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.763s] 2021-01-30 23:14:09.397 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.065s] 2021-01-30 23:14:09.491 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.093s] 2021-01-30 23:14:09.982 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.490s] 2021-01-30 23:14:10.020 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.683s] 2021-01-30 23:14:10.153 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.167s] 2021-01-30 23:14:10.561 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.404s] 2021-01-30 23:14:10.630 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.069s] 2021-01-30 23:14:10.717 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.086s] 2021-01-30 23:14:10.813 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.097s] 2021-01-30 23:14:10.902 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.085s] 2021-01-30 23:14:10.985 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.086s] 2021-01-30 23:14:11.136 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.148s] 2021-01-30 23:14:11.289 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.153s] 2021-01-30 23:14:11.386 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.097s] 2021-01-30 23:14:11.477 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.093s] 2021-01-30 23:14:11.886 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [10.284s] 2021-01-30 23:14:11.975 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.087s] 2021-01-30 23:14:12.045 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.069s] 2021-01-30 23:14:18.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.024s] 2021-01-30 23:14:19.258 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.791s] 2021-01-30 23:14:20.191 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.017s] 2021-01-30 23:14:20.211 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.016s] 2021-01-30 23:14:20.291 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.076s] 2021-01-30 23:14:20.379 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.083s] 2021-01-30 23:14:20.443 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.062s] 2021-01-30 23:14:20.544 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.097s] 2021-01-30 23:14:20.632 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.085s] 2021-01-30 23:14:20.767 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.132s] 2021-01-30 23:14:20.839 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.070s] 2021-01-30 23:14:20.982 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.141s] 2021-01-30 23:14:21.198 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.928s] 2021-01-30 23:14:21.839 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.639s] 2021-01-30 23:14:23.066 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.221s] 2021-01-30 23:14:23.783 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.716s] 2021-01-30 23:14:25.451 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.656s] 2021-01-30 23:14:25.514 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.060s] 2021-01-30 23:14:26.718 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-01-30 23:14:26.723 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:14:26.728 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:14:29.331 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.297s] 2021-01-30 23:14:31.613 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.526s] 2021-01-30 23:14:32.763 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2021-01-30 23:14:32.968 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-01-30 23:14:32.971 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-01-30 23:14:32.975 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-01-30 23:14:38.753 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.415s] 2021-01-30 23:14:39.138 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.378s] 2021-01-30 23:14:42.677 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.260s] 2021-01-30 23:14:50.978 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.138s] 2021-01-30 23:14:51.109 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.129s] 2021-01-30 23:14:51.528 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.838s] 2021-01-30 23:15:00.143 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.600s] 2021-01-30 23:15:06.826 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.019s] 2021-01-30 23:15:06.866 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.040s] 2021-01-30 23:15:06.930 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.063s] 2021-01-30 23:15:06.975 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.044s] 2021-01-30 23:15:06.995 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.018s] 2021-01-30 23:15:07.016 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.017s] 2021-01-30 23:15:07.033 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.020s] 2021-01-30 23:15:07.090 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.055s] 2021-01-30 23:15:07.109 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.018s] 2021-01-30 23:15:07.167 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.058s] 2021-01-30 23:15:07.184 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.015s] 2021-01-30 23:15:07.264 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.080s] 2021-01-30 23:15:07.344 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.078s] 2021-01-30 23:15:07.409 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.062s] 2021-01-30 23:15:07.479 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.067s] 2021-01-30 23:15:07.495 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.015s] 2021-01-30 23:15:07.548 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.053s] 2021-01-30 23:15:07.609 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.060s] 2021-01-30 23:15:07.667 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.057s] 2021-01-30 23:15:07.725 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.057s] 2021-01-30 23:15:12.574 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.258s] 2021-01-30 23:15:12.637 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.062s] 2021-01-30 23:15:14.461 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context testr@default cleanup() started 2021-01-30 23:15:14.462 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context testr@default cleanup() finished in 0.77 msec 2021-01-30 23:15:14.463 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context tempest@default cleanup() started 2021-01-30 23:15:14.954 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 23:15:15.061 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 23:15:15.098 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1a25f121_bsAar0gq'. 2021-01-30 23:15:15.397 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1a25f121_bsAar0gq' has been deleted. 2021-01-30 23:15:15.398 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bd19b600-b4a5-43eb-a24b-734927f54c11' of option 'instance_type' from Tempest config file. 2021-01-30 23:15:15.399 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bd19b600-b4a5-43eb-a24b-734927f54c11' has been removed. 2021-01-30 23:15:15.401 51 INFO rally.task.context [-] Verification bffd1b06-71a9-4a51-9d0d-b4583fa9c603 | Context tempest@default cleanup() finished in 0.94 sec 2021-01-30 23:15:15.437 51 INFO rally.api [-] Verification (UUID=1a25f121-cfe4-4457-b21b-bf943b22afe2) has been successfully finished for deployment 'opnfv-rally' (UUID=4024b49c-e137-4704-96de-bc752e863fb5)! 2021-01-30 23:15:17.677 82 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:15:17.677 82 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:15:17.678 82 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:15:19.635 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:15:19.636 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:15:19.636 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:15:22.412 84 INFO rally.api [-] Building 'html' report for the following verification(s): '1a25f121-cfe4-4457-b21b-bf943b22afe2' 2021-01-30 23:15:22.436 84 INFO rally.api [-] The report has been successfully built. 2021-01-30 23:15:24.359 86 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:15:24.359 86 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:15:24.359 86 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:15:27.235 86 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1a25f121-cfe4-4457-b21b-bf943b22afe2' 2021-01-30 23:15:27.248 86 INFO rally.api [-] The report has been successfully built.