2020-06-24 13:06:06.060 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:06.060 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:06.060 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:06:08.244 7 ERROR rally.cli.cliutils 2020-06-24 13:06:09.894 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:09.894 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:09.894 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:14.068 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:14.069 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:14.069 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:18.589 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:18.590 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:18.590 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:19.993 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:19.993 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:19.993 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:06:22.053 17 ERROR rally.cli.cliutils 2020-06-24 13:06:23.680 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:23.680 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:23.680 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:25.752 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:06:25.816 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/repo. 2020-06-24 13:06:25.998 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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 ' 2020-06-24 13:06:26.011 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:06:26.020 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:06:26.041 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:06:26.085 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:06:26.862 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e456ed79-e6fc-44aa-a206-2bafd97a7227) has been successfully created! 2020-06-24 13:06:28.533 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:28.534 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:28.534 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:32.931 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:32.931 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:32.931 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:34.989 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e456ed79-e6fc-44aa-a206-2bafd97a7227) for deployment 'opnfv-rally' (UUID=fbbcb981-3d79-415b-aa06-9239098affdf). 2020-06-24 13:06:38.422 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e456ed79-e6fc-44aa-a206-2bafd97a7227) has been successfully configured for deployment 'opnfv-rally' (UUID=fbbcb981-3d79-415b-aa06-9239098affdf)! 2020-06-24 13:06:47.366 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:06:47.367 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:06:47.367 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:06:49.533 35 INFO rally.api [-] Starting verification (UUID=715fd40f-717b-4a22-ab24-ef325ab7e1fa) for deployment 'opnfv-rally' (UUID=fbbcb981-3d79-415b-aa06-9239098affdf) by verifier 'opnfv-tempest' (UUID=e456ed79-e6fc-44aa-a206-2bafd97a7227). 2020-06-24 13:06:50.161 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:06:50.162 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/for-deployment-fbbcb981-3d79-415b-aa06-9239098affdf/tempest.log' to option 'log_file'. 2020-06-24 13:06:50.162 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/for-deployment-fbbcb981-3d79-415b-aa06-9239098affdf/tempest.log 2020-06-24 13:06:50.163 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:06:50.163 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/for-deployment-fbbcb981-3d79-415b-aa06-9239098affdf/lock_files' to option 'lock_path'. 2020-06-24 13:06:50.163 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e456ed79-e6fc-44aa-a206-2bafd97a7227/for-deployment-fbbcb981-3d79-415b-aa06-9239098affdf/lock_files 2020-06-24 13:06:50.163 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:06:50.164 35 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 2020-06-24 13:06:50.164 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bf53a1c7-c103-43a9-b9a5-0de255d336a0 2020-06-24 13:06:50.164 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 96d4a16b-37c2-4799-bb3b-d60d63c9851f 2020-06-24 13:06:50.165 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5e0fca05-c041-44b4-8d78-a290a67cdddb 2020-06-24 13:06:50.166 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9652f448-19dd-4cb7-b72b-aa72de1b892a 2020-06-24 13:06:50.440 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:06:50.441 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_6cd84523-94ee-4790-a885-52dfa83571ce 2020-06-24 13:06:50.441 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:06:50.545 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:06:50.585 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 13:06:50.585 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_715fd40f_nnZnYfTk' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 13:06:50.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_715fd40f_nnZnYfTk' (ID = 97f20529-1e2f-4955-897c-7af2ada5a3e8) has been successfully created! 2020-06-24 13:06:50.626 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '97f20529-1e2f-4955-897c-7af2ada5a3e8' to option 'instance_type'. 2020-06-24 13:06:50.627 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 97f20529-1e2f-4955-897c-7af2ada5a3e8 2020-06-24 13:06:50.628 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context tempest@default setup() finished in 0.90 sec 2020-06-24 13:06:50.629 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context testr@default setup() finished in 0.50 msec 2020-06-24 13:06:50.629 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/dbca65fa-37b8-4884-9ec2-07e2ab8f74a3'. 2020-06-24 13:06:56.083 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.338s] 2020-06-24 13:06:56.160 35 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.076s] 2020-06-24 13:06:56.538 35 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.425s] 2020-06-24 13:07:13.527 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.538s] 2020-06-24 13:07:17.991 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.462s] 2020-06-24 13:07:19.847 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.379s] 2020-06-24 13:07:27.522 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.566s] 2020-06-24 13:07:29.876 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.130s] 2020-06-24 13:07:30.121 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.244s] 2020-06-24 13:07:30.815 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.693s] 2020-06-24 13:07:31.062 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.246s] 2020-06-24 13:07:31.063 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-24 13:07:37.647 35 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [17.795s] 2020-06-24 13:07:42.904 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.165s] 2020-06-24 13:07:43.906 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.078s] 2020-06-24 13:07:43.924 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2020-06-24 13:07:44.212 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.287s] 2020-06-24 13:07:44.226 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.014s] 2020-06-24 13:07:44.240 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.014s] 2020-06-24 13:07:44.273 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2020-06-24 13:07:44.363 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.089s] 2020-06-24 13:07:44.448 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.085s] 2020-06-24 13:07:44.823 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.373s] 2020-06-24 13:07:44.850 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.027s] 2020-06-24 13:07:45.012 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.163s] 2020-06-24 13:07:47.871 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.349s] 2020-06-24 13:07:58.088 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.232s] 2020-06-24 13:08:11.516 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.639s] 2020-06-24 13:08:12.894 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.775s] 2020-06-24 13:08:13.380 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.486s] 2020-06-24 13:08:13.940 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.559s] 2020-06-24 13:08:14.820 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.880s] 2020-06-24 13:08:15.508 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.688s] 2020-06-24 13:08:16.041 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.530s] 2020-06-24 13:08:16.452 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.459s] 2020-06-24 13:08:16.742 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.702s] 2020-06-24 13:08:16.810 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.356s] 2020-06-24 13:08:17.214 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.798s] 2020-06-24 13:08:17.309 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.499s] 2020-06-24 13:08:17.492 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.749s] 2020-06-24 13:08:17.639 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.426s] 2020-06-24 13:08:18.101 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.790s] 2020-06-24 13:08:18.555 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.914s] 2020-06-24 13:08:18.912 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.812s] 2020-06-24 13:08:19.038 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.482s] 2020-06-24 13:08:19.039 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-24 13:08:19.191 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.698s] 2020-06-24 13:08:19.275 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.363s] 2020-06-24 13:08:19.462 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.949s] 2020-06-24 13:08:19.602 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.327s] 2020-06-24 13:08:19.865 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.262s] 2020-06-24 13:08:20.087 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.896s] 2020-06-24 13:08:20.148 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.282s] 2020-06-24 13:08:20.367 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.219s] 2020-06-24 13:08:20.685 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.318s] 2020-06-24 13:08:20.774 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.686s] 2020-06-24 13:08:25.236 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [4.461s] 2020-06-24 13:08:26.169 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.933s] 2020-06-24 13:08:26.911 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.740s] 2020-06-24 13:08:27.415 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.504s] 2020-06-24 13:08:27.869 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.454s] 2020-06-24 13:08:28.476 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.606s] 2020-06-24 13:08:28.954 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.478s] 2020-06-24 13:08:36.995 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2020-06-24 13:08:37.008 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2020-06-24 13:08:37.058 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.049s] 2020-06-24 13:08:37.105 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.047s] 2020-06-24 13:08:37.152 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.046s] 2020-06-24 13:08:37.225 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.072s] 2020-06-24 13:08:37.292 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.067s] 2020-06-24 13:08:37.353 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.060s] 2020-06-24 13:08:37.407 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.053s] 2020-06-24 13:08:37.470 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.062s] 2020-06-24 13:08:40.732 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.394s] 2020-06-24 13:08:43.024 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.271s] 2020-06-24 13:08:43.052 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.028s] 2020-06-24 13:08:51.536 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.388s] 2020-06-24 13:08:51.841 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.862s] 2020-06-24 13:08:51.907 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.370s] 2020-06-24 13:08:52.083 35 INFO opnfv-tempest [-] {0} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-06-24 13:08:52.172 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.265s] 2020-06-24 13:08:52.641 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.468s] 2020-06-24 13:08:53.155 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.514s] 2020-06-24 13:08:53.344 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.330s] 2020-06-24 13:08:53.824 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.668s] 2020-06-24 13:08:55.776 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.478s] 2020-06-24 13:08:57.195 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.851s] 2020-06-24 13:09:00.500 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-06-24 13:09:01.138 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.943s] 2020-06-24 13:09:02.412 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.041s] 2020-06-24 13:09:04.020 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.032s] 2020-06-24 13:09:04.248 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.228s] 2020-06-24 13:09:04.420 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.172s] 2020-06-24 13:09:06.173 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.136s] 2020-06-24 13:09:06.192 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.019s] 2020-06-24 13:09:06.341 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.147s] 2020-06-24 13:09:06.350 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-06-24 13:09:06.363 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2020-06-24 13:09:08.987 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.206s] 2020-06-24 13:09:09.531 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.391s] 2020-06-24 13:09:11.746 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.207s] 2020-06-24 13:09:15.992 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.253s] 2020-06-24 13:09:18.087 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [2.094s] 2020-06-24 13:09:22.544 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.457s] 2020-06-24 13:09:27.235 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.689s] 2020-06-24 13:09:27.405 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.534s] 2020-06-24 13:09:27.416 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.181s] 2020-06-24 13:09:27.526 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.109s] 2020-06-24 13:09:27.669 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.143s] 2020-06-24 13:09:27.951 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.281s] 2020-06-24 13:09:28.032 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.081s] 2020-06-24 13:09:28.145 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.112s] 2020-06-24 13:09:28.266 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.121s] 2020-06-24 13:09:28.340 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.074s] 2020-06-24 13:09:28.406 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.065s] 2020-06-24 13:09:35.348 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.942s] 2020-06-24 13:09:35.847 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.440s] 2020-06-24 13:09:38.107 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.118s] 2020-06-24 13:09:40.013 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.041s] 2020-06-24 13:09:41.258 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.244s] 2020-06-24 13:09:43.999 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.736s] 2020-06-24 13:09:44.577 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.041s] 2020-06-24 13:09:44.588 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.594s] 2020-06-24 13:09:46.514 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.922s] 2020-06-24 13:09:47.451 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.938s] 2020-06-24 13:09:48.600 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.754s] 2020-06-24 13:09:52.435 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.972s] 2020-06-24 13:09:52.457 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.855s] 2020-06-24 13:09:52.524 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.100s] 2020-06-24 13:09:54.112 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.157s] 2020-06-24 13:09:55.084 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.973s] 2020-06-24 13:09:56.076 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-06-24 13:10:04.074 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.074s] 2020-06-24 13:10:09.688 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [14.600s] 2020-06-24 13:10:11.730 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.654s] 2020-06-24 13:10:13.253 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.219s] 2020-06-24 13:10:13.470 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.217s] 2020-06-24 13:10:15.461 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.331s] 2020-06-24 13:10:15.598 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.137s] 2020-06-24 13:10:19.960 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.228s] 2020-06-24 13:10:21.886 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.094s] 2020-06-24 13:10:22.940 35 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.350s] 2020-06-24 13:10:26.543 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.656s] 2020-06-24 13:10:32.173 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [5.629s] 2020-06-24 13:10:32.264 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.090s] 2020-06-24 13:10:32.332 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.068s] 2020-06-24 13:10:32.946 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.014s] 2020-06-24 13:10:33.034 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.087s] 2020-06-24 13:10:33.050 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.016s] 2020-06-24 13:10:34.675 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.127s] 2020-06-24 13:10:39.822 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.340s] 2020-06-24 13:10:40.029 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [47.567s] 2020-06-24 13:10:40.114 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.291s] 2020-06-24 13:10:40.400 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.067s] 2020-06-24 13:10:40.483 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.083s] 2020-06-24 13:10:40.542 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.058s] 2020-06-24 13:10:41.441 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.416s] 2020-06-24 13:10:44.558 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.742s] 2020-06-24 13:10:46.129 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.488s] 2020-06-24 13:10:46.377 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.248s] 2020-06-24 13:10:47.869 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2020-06-24 13:10:47.918 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.049s] 2020-06-24 13:10:47.985 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.065s] 2020-06-24 13:10:48.019 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2020-06-24 13:10:48.031 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.012s] 2020-06-24 13:10:48.042 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2020-06-24 13:10:48.054 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.012s] 2020-06-24 13:10:48.106 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.051s] 2020-06-24 13:10:48.121 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2020-06-24 13:10:48.167 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.046s] 2020-06-24 13:10:48.178 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-06-24 13:10:48.255 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.076s] 2020-06-24 13:10:48.333 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.077s] 2020-06-24 13:10:48.409 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.076s] 2020-06-24 13:10:48.480 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.070s] 2020-06-24 13:10:48.492 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2020-06-24 13:10:48.559 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.066s] 2020-06-24 13:10:48.603 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.045s] 2020-06-24 13:10:48.684 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.080s] 2020-06-24 13:10:48.733 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.049s] 2020-06-24 13:10:52.260 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.226s] 2020-06-24 13:10:52.506 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.245s] 2020-06-24 13:10:54.454 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.182s] 2020-06-24 13:10:54.507 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.054s] 2020-06-24 13:10:54.781 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.274s] 2020-06-24 13:10:56.343 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.561s] 2020-06-24 13:10:57.091 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.112s] 2020-06-24 13:10:57.194 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.102s] 2020-06-24 13:11:00.310 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.966s] 2020-06-24 13:11:00.372 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.062s] 2020-06-24 13:11:00.475 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.103s] 2020-06-24 13:11:02.491 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.982s] 2020-06-24 13:11:03.551 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.176s] 2020-06-24 13:11:03.599 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2020-06-24 13:11:10.846 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.117s] 2020-06-24 13:11:11.026 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.082s] 2020-06-24 13:11:11.221 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.194s] 2020-06-24 13:11:11.307 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.087s] 2020-06-24 13:11:11.733 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.424s] 2020-06-24 13:11:11.759 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.911s] 2020-06-24 13:11:11.903 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.170s] 2020-06-24 13:11:12.117 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.358s] 2020-06-24 13:11:12.289 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.385s] 2020-06-24 13:11:12.365 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.076s] 2020-06-24 13:11:12.460 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.094s] 2020-06-24 13:11:12.553 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.092s] 2020-06-24 13:11:12.653 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.099s] 2020-06-24 13:11:12.731 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.078s] 2020-06-24 13:11:12.897 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.165s] 2020-06-24 13:11:13.056 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.159s] 2020-06-24 13:11:13.148 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.092s] 2020-06-24 13:11:13.240 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.092s] 2020-06-24 13:11:15.540 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.423s] 2020-06-24 13:11:19.184 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.642s] 2020-06-24 13:11:20.328 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.143s] 2020-06-24 13:11:20.977 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.649s] 2020-06-24 13:11:21.128 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.151s] 2020-06-24 13:11:21.159 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.032s] 2020-06-24 13:11:21.193 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.033s] 2020-06-24 13:11:21.226 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.032s] 2020-06-24 13:11:22.542 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-06-24 13:11:30.537 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.702s] 2020-06-24 13:11:36.179 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.641s] 2020-06-24 13:11:41.889 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context testr@default cleanup() started 2020-06-24 13:11:41.889 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context testr@default cleanup() finished in 0.68 msec 2020-06-24 13:11:41.890 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context tempest@default cleanup() started 2020-06-24 13:11:42.041 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_715fd40f_nnZnYfTk'. 2020-06-24 13:11:42.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_715fd40f_nnZnYfTk' has been deleted. 2020-06-24 13:11:42.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '97f20529-1e2f-4955-897c-7af2ada5a3e8' of option 'instance_type' from Tempest config file. 2020-06-24 13:11:42.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '97f20529-1e2f-4955-897c-7af2ada5a3e8' has been removed. 2020-06-24 13:11:42.833 35 INFO rally.task.context [-] Verification e456ed79-e6fc-44aa-a206-2bafd97a7227 | Context tempest@default cleanup() finished in 0.94 sec 2020-06-24 13:11:42.865 35 INFO rally.api [-] Verification (UUID=715fd40f-717b-4a22-ab24-ef325ab7e1fa) has been successfully finished for deployment 'opnfv-rally' (UUID=fbbcb981-3d79-415b-aa06-9239098affdf)! 2020-06-24 13:11:44.804 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:44.804 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:44.804 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:46.635 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:46.635 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:46.636 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:49.067 78 INFO rally.api [-] Building 'html' report for the following verification(s): '715fd40f-717b-4a22-ab24-ef325ab7e1fa' 2020-06-24 13:11:49.091 78 INFO rally.api [-] The report has been successfully built. 2020-06-24 13:11:50.707 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:11:50.708 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:11:50.708 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:11:52.903 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '715fd40f-717b-4a22-ab24-ef325ab7e1fa' 2020-06-24 13:11:52.915 80 INFO rally.api [-] The report has been successfully built.