2021-02-05 23:25:39.161 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:25:39.161 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:25:39.161 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:25:42.025 26 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-02-05 23:25:42.025 26 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 23:25:42.025 26 ERROR rally.cli.cliutils 2021-02-05 23:25:43.987 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:25:43.987 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:25:43.987 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:25:48.897 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:25:48.897 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:25:48.897 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:25:55.397 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:25:55.398 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:25:55.398 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:25:57.235 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:25:57.235 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:25:57.236 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:25:59.875 36 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-02-05 23:25:59.875 36 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 23:25:59.875 36 ERROR rally.cli.cliutils 2021-02-05 23:26:01.765 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:26:01.765 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:26:01.766 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:26:04.376 38 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 23:26:04.431 38 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/repo. 2021-02-05 23:26:04.676 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 23:26:04.706 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 23:26:04.712 38 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 23:26:04.730 38 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 23:26:04.815 38 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 23:26:05.621 38 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4bfec2df-3164-4d07-beff-a16aab0e9abb) has been successfully created! 2021-02-05 23:26:07.615 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:26:07.615 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:26:07.616 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:26:13.865 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:26:13.865 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:26:13.865 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:26:16.520 49 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4bfec2df-3164-4d07-beff-a16aab0e9abb) for deployment 'opnfv-rally' (UUID=8285f6d2-eb19-4eca-af51-ccbcdf1f4c26). 2021-02-05 23:26:17.514 49 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4bfec2df-3164-4d07-beff-a16aab0e9abb) has been successfully configured for deployment 'opnfv-rally' (UUID=8285f6d2-eb19-4eca-af51-ccbcdf1f4c26)! 2021-02-05 23:26:28.356 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:26:28.356 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:26:28.357 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:26:31.198 54 INFO rally.api [-] Starting verification (UUID=611b31ad-00fd-40f5-8c72-6cb20dbf68cc) for deployment 'opnfv-rally' (UUID=8285f6d2-eb19-4eca-af51-ccbcdf1f4c26) by verifier 'opnfv-tempest' (UUID=4bfec2df-3164-4d07-beff-a16aab0e9abb). 2021-02-05 23:26:32.145 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 23:26:32.220 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 23:26:32.221 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/for-deployment-8285f6d2-eb19-4eca-af51-ccbcdf1f4c26/tempest.log' to option 'log_file'. 2021-02-05 23:26:32.221 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/for-deployment-8285f6d2-eb19-4eca-af51-ccbcdf1f4c26/tempest.log 2021-02-05 23:26:32.222 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 23:26:32.222 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/for-deployment-8285f6d2-eb19-4eca-af51-ccbcdf1f4c26/lock_files' to option 'lock_path'. 2021-02-05 23:26:32.223 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4bfec2df-3164-4d07-beff-a16aab0e9abb/for-deployment-8285f6d2-eb19-4eca-af51-ccbcdf1f4c26/lock_files 2021-02-05 23:26:32.224 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 23:26:32.224 54 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-02-05 23:26:32.225 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fde56df7-f624-48ec-b350-3705d27f6556 2021-02-05 23:26:32.225 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2d538a24-308b-4e1c-89f7-5ab84e11fd28 2021-02-05 23:26:32.226 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4565d3c7-5eac-4ccd-a6b8-d2c66b443e5e 2021-02-05 23:26:32.226 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4485f6f2-bafa-4daa-920d-0c398fc95323 2021-02-05 23:26:32.508 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 23:26:32.509 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_c8f9578a-dafa-4f77-b363-d3b7d7c8f55f 2021-02-05 23:26:32.510 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 23:26:32.628 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 23:26:32.676 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 23:26:32.676 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_611b31ad_SsKQNlCJ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 23:26:32.721 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_611b31ad_SsKQNlCJ' (ID = 47867daa-d663-453d-8ed7-dfd5c2dc70fd) has been successfully created! 2021-02-05 23:26:32.721 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '47867daa-d663-453d-8ed7-dfd5c2dc70fd' to option 'instance_type'. 2021-02-05 23:26:32.722 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 47867daa-d663-453d-8ed7-dfd5c2dc70fd 2021-02-05 23:26:32.724 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context tempest@default setup() finished in 0.98 sec 2021-02-05 23:26:32.726 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context testr@default setup() finished in 0.65 msec 2021-02-05 23:26:32.726 54 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d58b301a-1bef-4da2-9e97-8932d3faedca'. 2021-02-05 23:26:46.477 54 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.359s] 2021-02-05 23:26:46.569 54 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.094s] 2021-02-05 23:26:46.916 54 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.405s] 2021-02-05 23:26:50.513 54 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2021-02-05 23:27:07.155 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.353s] 2021-02-05 23:27:11.617 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.458s] 2021-02-05 23:27:14.931 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.424s] 2021-02-05 23:27:15.233 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.302s] 2021-02-05 23:27:15.600 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.366s] 2021-02-05 23:27:15.763 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.162s] 2021-02-05 23:27:15.766 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.003s] 2021-02-05 23:27:36.529 54 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [35.499s] 2021-02-05 23:27:44.885 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.933s] 2021-02-05 23:27:45.079 54 INFO opnfv-tempest [-] {1} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2021-02-05 23:28:07.080 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.447s] 2021-02-05 23:28:07.106 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.025s] 2021-02-05 23:28:07.945 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.839s] 2021-02-05 23:28:07.967 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.022s] 2021-02-05 23:28:07.989 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.021s] 2021-02-05 23:28:08.038 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.048s] 2021-02-05 23:28:08.166 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.128s] 2021-02-05 23:28:08.276 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.109s] 2021-02-05 23:28:08.745 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.469s] 2021-02-05 23:28:08.780 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.032s] 2021-02-05 23:28:08.992 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.211s] 2021-02-05 23:28:12.169 54 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [35.634s] 2021-02-05 23:28:20.940 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.211s] 2021-02-05 23:28:22.250 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.238s] 2021-02-05 23:28:23.226 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.975s] 2021-02-05 23:28:24.230 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.003s] 2021-02-05 23:28:25.338 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.106s] 2021-02-05 23:28:26.281 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.945s] 2021-02-05 23:28:27.253 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.966s] 2021-02-05 23:28:28.294 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.036s] 2021-02-05 23:28:29.084 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.790s] 2021-02-05 23:28:29.810 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.723s] 2021-02-05 23:28:31.253 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.440s] 2021-02-05 23:28:32.059 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.802s] 2021-02-05 23:28:32.832 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.768s] 2021-02-05 23:28:33.492 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.657s] 2021-02-05 23:28:34.949 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.452s] 2021-02-05 23:28:35.604 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.651s] 2021-02-05 23:28:36.099 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.491s] 2021-02-05 23:28:36.610 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.506s] 2021-02-05 23:28:37.279 54 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.665s] 2021-02-05 23:28:47.001 54 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.332s] 2021-02-05 23:28:47.266 54 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.262s] 2021-02-05 23:28:51.686 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.403s] 2021-02-05 23:28:51.844 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.152s] 2021-02-05 23:28:52.227 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [4.537s] 2021-02-05 23:28:52.421 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.194s] 2021-02-05 23:28:52.817 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.395s] 2021-02-05 23:28:52.986 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.168s] 2021-02-05 23:28:52.990 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-02-05 23:29:01.189 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.839s] 2021-02-05 23:29:02.171 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.015s] 2021-02-05 23:29:02.186 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.014s] 2021-02-05 23:29:02.274 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.086s] 2021-02-05 23:29:02.358 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.083s] 2021-02-05 23:29:02.419 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.060s] 2021-02-05 23:29:02.530 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.107s] 2021-02-05 23:29:02.625 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.092s] 2021-02-05 23:29:02.774 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.139s] 2021-02-05 23:29:02.857 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.083s] 2021-02-05 23:29:02.976 54 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.120s] 2021-02-05 23:29:17.669 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.480s] 2021-02-05 23:29:24.030 54 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [141.721s] 2021-02-05 23:29:24.556 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.628s] 2021-02-05 23:29:24.637 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.080s] 2021-02-05 23:29:25.034 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.396s] 2021-02-05 23:29:26.817 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.782s] 2021-02-05 23:29:30.791 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.184s] 2021-02-05 23:29:33.925 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [7.108s] 2021-02-05 23:29:34.016 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.091s] 2021-02-05 23:29:34.087 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.070s] 2021-02-05 23:29:41.412 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.728s] 2021-02-05 23:29:50.143 54 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2021-02-05 23:29:54.020 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.239s] 2021-02-05 23:29:56.162 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.377s] 2021-02-05 23:29:56.552 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.388s] 2021-02-05 23:29:56.906 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.352s] 2021-02-05 23:29:57.272 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.365s] 2021-02-05 23:29:57.551 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.279s] 2021-02-05 23:29:57.675 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2021-02-05 23:29:57.729 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.176s] 2021-02-05 23:29:57.914 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.185s] 2021-02-05 23:29:58.097 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.183s] 2021-02-05 23:29:58.222 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.124s] 2021-02-05 23:29:58.424 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.198s] 2021-02-05 23:29:58.701 54 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.656s] 2021-02-05 23:29:58.797 54 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.374s] 2021-02-05 23:30:00.194 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.772s] 2021-02-05 23:30:03.370 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.018s] 2021-02-05 23:30:03.411 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.040s] 2021-02-05 23:30:03.508 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.094s] 2021-02-05 23:30:03.552 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.043s] 2021-02-05 23:30:03.567 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2021-02-05 23:30:03.584 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2021-02-05 23:30:03.602 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.014s] 2021-02-05 23:30:03.664 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.062s] 2021-02-05 23:30:03.680 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2021-02-05 23:30:03.775 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.087s] 2021-02-05 23:30:03.791 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2021-02-05 23:30:03.884 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.093s] 2021-02-05 23:30:03.992 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.107s] 2021-02-05 23:30:04.089 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.095s] 2021-02-05 23:30:04.170 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.080s] 2021-02-05 23:30:04.192 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.020s] 2021-02-05 23:30:04.259 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.066s] 2021-02-05 23:30:04.335 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.075s] 2021-02-05 23:30:04.442 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.104s] 2021-02-05 23:30:04.534 54 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.090s] 2021-02-05 23:30:15.624 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.157s] 2021-02-05 23:30:15.657 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.032s] 2021-02-05 23:30:15.869 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.210s] 2021-02-05 23:30:15.883 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.015s] 2021-02-05 23:30:15.910 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.026s] 2021-02-05 23:30:17.734 54 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.192s] 2021-02-05 23:30:20.852 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.610s] 2021-02-05 23:30:24.907 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.390s] 2021-02-05 23:30:24.941 54 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2021-02-05 23:30:28.229 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.823s] 2021-02-05 23:30:33.633 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.406s] 2021-02-05 23:30:34.380 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.262s] 2021-02-05 23:30:34.793 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.341s] 2021-02-05 23:30:35.033 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.240s] 2021-02-05 23:30:35.317 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.280s] 2021-02-05 23:30:35.699 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.378s] 2021-02-05 23:30:36.233 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.530s] 2021-02-05 23:30:36.340 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [2.703s] 2021-02-05 23:30:36.637 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.400s] 2021-02-05 23:30:40.853 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.466s] 2021-02-05 23:30:41.611 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.266s] 2021-02-05 23:30:43.344 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.486s] 2021-02-05 23:30:43.487 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.140s] 2021-02-05 23:30:43.583 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.094s] 2021-02-05 23:30:47.409 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.792s] 2021-02-05 23:30:50.164 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.996s] 2021-02-05 23:30:52.610 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.201s] 2021-02-05 23:30:55.991 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.402s] 2021-02-05 23:30:56.067 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2021-02-05 23:30:56.167 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.099s] 2021-02-05 23:30:57.444 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.833s] 2021-02-05 23:31:01.948 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2021-02-05 23:31:02.691 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.242s] 2021-02-05 23:31:02.777 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.826s] 2021-02-05 23:31:03.203 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.424s] 2021-02-05 23:31:03.665 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.460s] 2021-02-05 23:31:04.224 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.558s] 2021-02-05 23:31:05.224 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.994s] 2021-02-05 23:31:05.966 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.738s] 2021-02-05 23:31:06.048 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.078s] 2021-02-05 23:31:06.077 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2021-02-05 23:31:06.107 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.030s] 2021-02-05 23:31:06.140 54 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.033s] 2021-02-05 23:31:07.304 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.132s] 2021-02-05 23:31:09.969 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.272s] 2021-02-05 23:31:10.196 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.227s] 2021-02-05 23:31:10.375 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.178s] 2021-02-05 23:31:10.605 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.229s] 2021-02-05 23:31:10.680 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.073s] 2021-02-05 23:31:10.806 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.125s] 2021-02-05 23:31:11.133 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.327s] 2021-02-05 23:31:11.302 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.166s] 2021-02-05 23:31:11.398 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.091s] 2021-02-05 23:31:11.508 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.108s] 2021-02-05 23:31:13.597 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.437s] 2021-02-05 23:31:13.963 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.366s] 2021-02-05 23:31:16.784 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.273s] 2021-02-05 23:31:24.831 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.978s] 2021-02-05 23:31:25.610 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.775s] 2021-02-05 23:31:26.626 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.415s] 2021-02-05 23:31:27.871 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.249s] 2021-02-05 23:31:28.624 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.749s] 2021-02-05 23:31:29.801 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.168s] 2021-02-05 23:31:30.641 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.837s] 2021-02-05 23:31:32.711 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.064s] 2021-02-05 23:31:32.797 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.085s] 2021-02-05 23:31:34.510 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.883s] 2021-02-05 23:31:36.934 54 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.571s] 2021-02-05 23:31:38.983 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.664s] 2021-02-05 23:31:46.528 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.011s] 2021-02-05 23:31:46.694 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.073s] 2021-02-05 23:31:46.778 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.080s] 2021-02-05 23:31:46.882 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.100s] 2021-02-05 23:31:47.375 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.493s] 2021-02-05 23:31:47.579 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.201s] 2021-02-05 23:31:48.030 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.451s] 2021-02-05 23:31:48.105 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.075s] 2021-02-05 23:31:48.199 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.092s] 2021-02-05 23:31:48.305 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.105s] 2021-02-05 23:31:48.405 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.099s] 2021-02-05 23:31:48.497 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.090s] 2021-02-05 23:31:48.682 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.181s] 2021-02-05 23:31:48.857 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.172s] 2021-02-05 23:31:48.956 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.101s] 2021-02-05 23:31:49.060 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.102s] 2021-02-05 23:31:55.388 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.403s] 2021-02-05 23:31:59.129 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.792s] 2021-02-05 23:32:04.685 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.156s] 2021-02-05 23:32:04.959 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.271s] 2021-02-05 23:32:07.881 54 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [8.743s] 2021-02-05 23:32:16.597 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.538s] 2021-02-05 23:32:16.662 54 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.064s] 2021-02-05 23:33:14.045 54 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.630s] 2021-02-05 23:33:19.289 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.032s] 2021-02-05 23:33:19.389 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.100s] 2021-02-05 23:33:19.419 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.029s] 2021-02-05 23:33:23.393 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.386s] 2021-02-05 23:33:24.017 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.618s] 2021-02-05 23:33:24.585 54 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.568s] 2021-02-05 23:33:49.713 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.464s] 2021-02-05 23:34:01.434 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.713s] 2021-02-05 23:34:14.480 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [13.040s] 2021-02-05 23:34:20.393 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.912s] 2021-02-05 23:35:08.529 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [48.131s] 2021-02-05 23:35:10.625 54 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.097s] 2021-02-05 23:35:15.901 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.173s] 2021-02-05 23:35:21.653 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.546s] 2021-02-05 23:35:22.064 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.411s] 2021-02-05 23:35:30.686 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.338s] 2021-02-05 23:35:31.075 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.388s] 2021-02-05 23:36:10.479 54 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.400s] 2021-02-05 23:36:14.775 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context testr@default cleanup() started 2021-02-05 23:36:14.775 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context testr@default cleanup() finished in 0.64 msec 2021-02-05 23:36:14.776 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context tempest@default cleanup() started 2021-02-05 23:36:15.389 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 23:36:15.498 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 23:36:15.534 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_611b31ad_SsKQNlCJ'. 2021-02-05 23:36:15.801 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_611b31ad_SsKQNlCJ' has been deleted. 2021-02-05 23:36:15.803 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '47867daa-d663-453d-8ed7-dfd5c2dc70fd' of option 'instance_type' from Tempest config file. 2021-02-05 23:36:15.803 54 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '47867daa-d663-453d-8ed7-dfd5c2dc70fd' has been removed. 2021-02-05 23:36:15.805 54 INFO rally.task.context [-] Verification 4bfec2df-3164-4d07-beff-a16aab0e9abb | Context tempest@default cleanup() finished in 1.03 sec 2021-02-05 23:36:15.836 54 INFO rally.api [-] Verification (UUID=611b31ad-00fd-40f5-8c72-6cb20dbf68cc) has been successfully finished for deployment 'opnfv-rally' (UUID=8285f6d2-eb19-4eca-af51-ccbcdf1f4c26)! 2021-02-05 23:36:18.126 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:36:18.126 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:36:18.127 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:36:20.146 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:36:20.147 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:36:20.147 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:36:22.983 97 INFO rally.api [-] Building 'html' report for the following verification(s): '611b31ad-00fd-40f5-8c72-6cb20dbf68cc' 2021-02-05 23:36:23.006 97 INFO rally.api [-] The report has been successfully built. 2021-02-05 23:36:24.843 99 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:36:24.843 99 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:36:24.843 99 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:36:27.489 99 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '611b31ad-00fd-40f5-8c72-6cb20dbf68cc' 2021-02-05 23:36:27.498 99 INFO rally.api [-] The report has been successfully built.