2020-07-31 14:01:14.758 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:14.759 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:14.759 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:17.212 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-07-31 14:01:17.212 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:01:17.212 7 ERROR rally.cli.cliutils 2020-07-31 14:01:18.976 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:18.977 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:18.977 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:23.480 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:23.481 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:23.481 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:28.368 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:28.368 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:28.368 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:30.095 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:30.096 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:30.096 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:32.315 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-07-31 14:01:32.315 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:01:32.315 17 ERROR rally.cli.cliutils 2020-07-31 14:01:33.982 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:33.982 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:33.983 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:36.198 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:01:36.276 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/repo. 2020-07-31 14:01:36.533 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 14:01:36.545 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:01:36.554 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:01:36.584 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:01:36.627 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:01:37.458 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab128bee-bb86-4e3c-8b0b-6d9db03e4fba) has been successfully created! 2020-07-31 14:01:39.342 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:39.343 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:39.343 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:44.137 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:44.137 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:44.138 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:46.405 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ab128bee-bb86-4e3c-8b0b-6d9db03e4fba) for deployment 'opnfv-rally' (UUID=06cabe76-cda5-468e-bfdf-a1c976e51534). 2020-07-31 14:01:46.889 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab128bee-bb86-4e3c-8b0b-6d9db03e4fba) has been successfully configured for deployment 'opnfv-rally' (UUID=06cabe76-cda5-468e-bfdf-a1c976e51534)! 2020-07-31 14:01:57.072 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:01:57.073 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:01:57.073 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:01:59.357 35 INFO rally.api [-] Starting verification (UUID=d323d3ee-c645-4d24-af9c-ad56ed921d2b) for deployment 'opnfv-rally' (UUID=06cabe76-cda5-468e-bfdf-a1c976e51534) by verifier 'opnfv-tempest' (UUID=ab128bee-bb86-4e3c-8b0b-6d9db03e4fba). 2020-07-31 14:02:00.122 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:02:00.122 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/for-deployment-06cabe76-cda5-468e-bfdf-a1c976e51534/tempest.log' to option 'log_file'. 2020-07-31 14:02:00.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/for-deployment-06cabe76-cda5-468e-bfdf-a1c976e51534/tempest.log 2020-07-31 14:02:00.123 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:02:00.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/for-deployment-06cabe76-cda5-468e-bfdf-a1c976e51534/lock_files' to option 'lock_path'. 2020-07-31 14:02:00.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ab128bee-bb86-4e3c-8b0b-6d9db03e4fba/for-deployment-06cabe76-cda5-468e-bfdf-a1c976e51534/lock_files 2020-07-31 14:02:00.124 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 14:02:00.125 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-07-31 14:02:00.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bed2e200-67d0-4618-bf54-8b0fa25483fb 2020-07-31 14:02:00.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2022894f-79fe-4b31-8f04-cac10ae4d412 2020-07-31 14:02:00.125 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b861e754-591f-4b55-883f-c3be9dca41cc 2020-07-31 14:02:00.126 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 94325aff-e330-4521-b6d7-e8267edc6722 2020-07-31 14:02:00.461 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:02:00.461 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_compute-net_4abb41b0-2e5c-4fe2-99d3-cfc65fb79e0e 2020-07-31 14:02:00.462 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:02:00.561 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 14:02:00.605 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 14:02:00.605 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d323d3ee_wg9WnTGc' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 14:02:00.649 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d323d3ee_wg9WnTGc' (ID = d90a3372-4a4e-4514-8d18-2ac8e0c2bec3) has been successfully created! 2020-07-31 14:02:00.650 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd90a3372-4a4e-4514-8d18-2ac8e0c2bec3' to option 'instance_type'. 2020-07-31 14:02:00.650 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d90a3372-4a4e-4514-8d18-2ac8e0c2bec3 2020-07-31 14:02:00.651 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context tempest@default setup() finished in 1.05 sec 2020-07-31 14:02:00.651 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context testr@default setup() finished in 0.33 msec 2020-07-31 14:02:00.651 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/08134f9a-0227-45cc-8b2b-6d9f5bc68f6b'. 2020-07-31 14:02:06.622 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.299s] 2020-07-31 14:02:06.717 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.096s] 2020-07-31 14:02:07.096 35 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.653s] 2020-07-31 14:02:09.065 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.169s] 2020-07-31 14:02:36.166 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.645s] 2020-07-31 14:02:36.359 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.192s] 2020-07-31 14:02:36.723 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.363s] 2020-07-31 14:02:36.866 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.142s] 2020-07-31 14:02:36.867 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-31 14:02:38.265 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.278s] 2020-07-31 14:02:44.252 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.166s] 2020-07-31 14:02:48.456 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [14.071s] 2020-07-31 14:02:48.626 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.170s] 2020-07-31 14:02:48.954 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.327s] 2020-07-31 14:02:49.108 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.153s] 2020-07-31 14:02:49.109 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-31 14:02:51.188 35 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.924s] 2020-07-31 14:03:01.355 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.104s] 2020-07-31 14:03:12.155 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.893s] 2020-07-31 14:03:13.570 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.460s] 2020-07-31 14:03:13.919 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.348s] 2020-07-31 14:03:14.477 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.558s] 2020-07-31 14:03:14.857 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.379s] 2020-07-31 14:03:15.274 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.418s] 2020-07-31 14:03:15.483 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.208s] 2020-07-31 14:03:15.674 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.190s] 2020-07-31 14:03:15.829 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.153s] 2020-07-31 14:03:15.926 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.097s] 2020-07-31 14:03:16.096 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.168s] 2020-07-31 14:03:16.446 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.351s] 2020-07-31 14:03:17.958 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.083s] 2020-07-31 14:03:19.473 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [18.113s] 2020-07-31 14:03:25.152 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.192s] 2020-07-31 14:03:28.631 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.389s] 2020-07-31 14:03:28.959 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.327s] 2020-07-31 14:03:29.196 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.237s] 2020-07-31 14:03:29.625 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.429s] 2020-07-31 14:03:29.930 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.460s] 2020-07-31 14:03:30.069 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.443s] 2020-07-31 14:03:30.550 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.481s] 2020-07-31 14:03:39.986 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.364s] 2020-07-31 14:03:55.465 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [18.726s] 2020-07-31 14:03:55.569 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.576s] 2020-07-31 14:03:55.768 35 INFO opnfv-tempest [-] {2} tearDownClass (tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON) ... fail 2020-07-31 14:03:56.415 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.033s] 2020-07-31 14:03:56.701 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.284s] 2020-07-31 14:03:56.888 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.188s] 2020-07-31 14:03:57.385 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2020-07-31 14:03:57.405 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.020s] 2020-07-31 14:03:57.729 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.322s] 2020-07-31 14:03:57.748 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.019s] 2020-07-31 14:03:57.764 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.015s] 2020-07-31 14:03:57.807 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.043s] 2020-07-31 14:03:57.902 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.095s] 2020-07-31 14:03:58.001 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.099s] 2020-07-31 14:03:58.326 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.324s] 2020-07-31 14:03:58.347 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2020-07-31 14:03:58.516 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.168s] 2020-07-31 14:04:15.446 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.944s] 2020-07-31 14:04:28.837 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.388s] 2020-07-31 14:04:31.730 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.588s] 2020-07-31 14:04:32.323 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.592s] 2020-07-31 14:04:33.104 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.781s] 2020-07-31 14:04:33.709 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.604s] 2020-07-31 14:04:34.354 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.645s] 2020-07-31 14:04:35.024 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.670s] 2020-07-31 14:04:35.722 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.698s] 2020-07-31 14:04:39.137 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [43.559s] 2020-07-31 14:04:39.140 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.305s] 2020-07-31 14:04:39.404 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [3.680s] 2020-07-31 14:04:40.122 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.718s] 2020-07-31 14:04:41.145 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.021s] 2020-07-31 14:04:41.878 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.731s] 2020-07-31 14:04:42.339 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.464s] 2020-07-31 14:04:43.095 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.755s] 2020-07-31 14:04:43.701 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.603s] 2020-07-31 14:04:44.214 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.515s] 2020-07-31 14:04:44.806 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.590s] 2020-07-31 14:04:45.308 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.166s] 2020-07-31 14:04:45.420 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.614s] 2020-07-31 14:04:46.028 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.607s] 2020-07-31 14:04:53.568 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2020-07-31 14:04:53.590 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-07-31 14:04:53.611 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-07-31 14:04:55.119 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [15.984s] 2020-07-31 14:04:56.801 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.111s] 2020-07-31 14:05:02.158 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.255s] 2020-07-31 14:05:02.466 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.307s] 2020-07-31 14:05:02.769 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [72.716s] 2020-07-31 14:05:12.141 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.620s] 2020-07-31 14:05:24.648 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [12.506s] 2020-07-31 14:05:26.909 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.260s] 2020-07-31 14:05:26.987 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.079s] 2020-07-31 14:05:27.047 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.058s] 2020-07-31 14:05:31.127 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [45.774s] 2020-07-31 14:05:33.184 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.070s] 2020-07-31 14:05:36.102 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [40.974s] 2020-07-31 14:05:40.091 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.413s] 2020-07-31 14:05:40.455 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.363s] 2020-07-31 14:05:41.832 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.780s] 2020-07-31 14:05:41.926 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.098s] 2020-07-31 14:05:41.984 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.057s] 2020-07-31 14:05:42.697 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2020-07-31 14:05:45.372 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.709s] 2020-07-31 14:05:45.445 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.133s] 2020-07-31 14:05:47.416 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.184s] 2020-07-31 14:05:51.027 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.969s] 2020-07-31 14:05:51.081 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.054s] 2020-07-31 14:05:51.415 35 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [48.633s] 2020-07-31 14:05:51.518 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.437s] 2020-07-31 14:05:51.812 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.301s] 2020-07-31 14:05:53.749 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.230s] 2020-07-31 14:05:53.809 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2020-07-31 14:05:53.841 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.031s] 2020-07-31 14:05:53.902 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.061s] 2020-07-31 14:05:53.937 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.034s] 2020-07-31 14:05:53.954 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2020-07-31 14:05:53.966 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2020-07-31 14:05:53.979 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2020-07-31 14:05:54.025 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.045s] 2020-07-31 14:05:54.047 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.021s] 2020-07-31 14:05:54.095 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.048s] 2020-07-31 14:05:54.107 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2020-07-31 14:05:54.168 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.060s] 2020-07-31 14:05:54.224 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.056s] 2020-07-31 14:05:54.281 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.056s] 2020-07-31 14:05:54.334 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.052s] 2020-07-31 14:05:54.346 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.012s] 2020-07-31 14:05:54.394 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.048s] 2020-07-31 14:05:54.440 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.045s] 2020-07-31 14:05:54.487 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.048s] 2020-07-31 14:05:54.533 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.045s] 2020-07-31 14:05:57.820 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.071s] 2020-07-31 14:05:57.869 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.048s] 2020-07-31 14:05:57.920 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.051s] 2020-07-31 14:05:59.209 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.396s] 2020-07-31 14:06:03.453 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.642s] 2020-07-31 14:06:03.521 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.312s] 2020-07-31 14:06:05.712 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.190s] 2020-07-31 14:06:05.808 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.382s] 2020-07-31 14:06:05.940 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.131s] 2020-07-31 14:06:08.061 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.348s] 2020-07-31 14:06:08.932 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.477s] 2020-07-31 14:06:10.107 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2020-07-31 14:06:10.118 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.010s] 2020-07-31 14:06:10.180 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.061s] 2020-07-31 14:06:10.242 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.053s] 2020-07-31 14:06:10.284 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2020-07-31 14:06:10.354 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.069s] 2020-07-31 14:06:10.422 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.068s] 2020-07-31 14:06:10.491 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.062s] 2020-07-31 14:06:10.535 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.049s] 2020-07-31 14:06:10.590 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.054s] 2020-07-31 14:06:11.000 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.209s] 2020-07-31 14:06:12.127 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.125s] 2020-07-31 14:06:12.256 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.195s] 2020-07-31 14:06:12.649 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.521s] 2020-07-31 14:06:13.462 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.813s] 2020-07-31 14:06:14.073 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.610s] 2020-07-31 14:06:14.224 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.175s] 2020-07-31 14:06:14.247 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.022s] 2020-07-31 14:06:14.422 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.173s] 2020-07-31 14:06:14.431 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2020-07-31 14:06:14.451 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.021s] 2020-07-31 14:06:15.386 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.311s] 2020-07-31 14:06:16.161 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.773s] 2020-07-31 14:06:16.312 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.056s] 2020-07-31 14:06:16.347 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.187s] 2020-07-31 14:06:16.373 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2020-07-31 14:06:16.404 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.030s] 2020-07-31 14:06:16.428 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.024s] 2020-07-31 14:06:17.533 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.253s] 2020-07-31 14:06:18.007 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-07-31 14:06:18.509 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.977s] 2020-07-31 14:06:21.182 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.669s] 2020-07-31 14:06:21.975 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.796s] 2020-07-31 14:06:23.649 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.673s] 2020-07-31 14:06:24.389 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.739s] 2020-07-31 14:06:24.614 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.300s] 2020-07-31 14:06:25.772 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.044s] 2020-07-31 14:06:28.703 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.089s] 2020-07-31 14:06:28.875 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.172s] 2020-07-31 14:06:28.998 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.121s] 2020-07-31 14:06:29.114 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.115s] 2020-07-31 14:06:29.179 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2020-07-31 14:06:29.302 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.123s] 2020-07-31 14:06:29.437 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.134s] 2020-07-31 14:06:29.565 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.128s] 2020-07-31 14:06:29.633 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.067s] 2020-07-31 14:06:29.689 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2020-07-31 14:06:29.883 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [5.487s] 2020-07-31 14:06:29.964 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.088s] 2020-07-31 14:06:32.427 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.837s] 2020-07-31 14:06:34.134 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.358s] 2020-07-31 14:06:37.064 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.373s] 2020-07-31 14:06:37.361 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.345s] 2020-07-31 14:06:37.686 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.325s] 2020-07-31 14:06:41.596 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-07-31 14:06:42.274 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.137s] 2020-07-31 14:06:44.088 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.618s] 2020-07-31 14:06:44.402 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.314s] 2020-07-31 14:06:45.247 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.164s] 2020-07-31 14:06:45.295 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.048s] 2020-07-31 14:06:47.040 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.644s] 2020-07-31 14:06:47.289 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.248s] 2020-07-31 14:06:56.186 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.895s] 2020-07-31 14:07:04.762 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.071s] 2020-07-31 14:07:04.821 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.058s] 2020-07-31 14:07:04.885 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.063s] 2020-07-31 14:07:05.248 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.361s] 2020-07-31 14:07:05.384 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.135s] 2020-07-31 14:07:05.703 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.319s] 2020-07-31 14:07:05.758 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2020-07-31 14:07:05.824 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.066s] 2020-07-31 14:07:05.893 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.068s] 2020-07-31 14:07:05.966 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.073s] 2020-07-31 14:07:06.024 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2020-07-31 14:07:06.140 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.116s] 2020-07-31 14:07:06.254 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.112s] 2020-07-31 14:07:06.318 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.064s] 2020-07-31 14:07:06.381 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.063s] 2020-07-31 14:07:16.937 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.101s] 2020-07-31 14:07:17.036 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.098s] 2020-07-31 14:07:24.092 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context testr@default cleanup() started 2020-07-31 14:07:24.093 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context testr@default cleanup() finished in 0.75 msec 2020-07-31 14:07:24.093 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context tempest@default cleanup() started 2020-07-31 14:07:24.261 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d323d3ee_wg9WnTGc'. 2020-07-31 14:07:24.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d323d3ee_wg9WnTGc' has been deleted. 2020-07-31 14:07:24.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd90a3372-4a4e-4514-8d18-2ac8e0c2bec3' of option 'instance_type' from Tempest config file. 2020-07-31 14:07:24.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd90a3372-4a4e-4514-8d18-2ac8e0c2bec3' has been removed. 2020-07-31 14:07:24.471 35 INFO rally.task.context [-] Verification ab128bee-bb86-4e3c-8b0b-6d9db03e4fba | Context tempest@default cleanup() finished in 0.38 sec 2020-07-31 14:07:24.508 35 INFO rally.api [-] Verification (UUID=d323d3ee-c645-4d24-af9c-ad56ed921d2b) has been successfully finished for deployment 'opnfv-rally' (UUID=06cabe76-cda5-468e-bfdf-a1c976e51534)! 2020-07-31 14:07:26.344 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:07:26.344 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:07:26.344 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:07:28.006 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:07:28.007 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:07:28.007 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:07:30.301 78 INFO rally.api [-] Building 'html' report for the following verification(s): 'd323d3ee-c645-4d24-af9c-ad56ed921d2b' 2020-07-31 14:07:30.328 78 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:07:32.371 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:07:32.371 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:07:32.371 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:07:34.798 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd323d3ee-c645-4d24-af9c-ad56ed921d2b' 2020-07-31 14:07:34.810 80 INFO rally.api [-] The report has been successfully built.