2020-06-24 12:10:03.786 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:03.787 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:03.787 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:05.793 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 12:10:05.793 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 12:10:05.793 7 ERROR rally.cli.cliutils 2020-06-24 12:10:07.230 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:07.230 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:07.231 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:10.976 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:10.976 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:10.977 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:15.177 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:15.178 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:15.178 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:16.501 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:16.502 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:16.502 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:18.448 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 12:10:18.448 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 12:10:18.448 17 ERROR rally.cli.cliutils 2020-06-24 12:10:19.892 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:19.893 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:19.893 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:21.830 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 12:10:21.940 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/repo. 2020-06-24 12:10:22.133 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/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 12:10:22.144 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 12:10:22.151 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 12:10:22.170 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 12:10:22.216 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 12:10:22.822 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4) has been successfully created! 2020-06-24 12:10:24.264 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:24.264 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:24.265 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:28.058 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:28.058 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:28.059 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:29.936 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4) for deployment 'opnfv-rally' (UUID=4a8fa8a8-7579-46fc-8486-624b6845ad3d). 2020-06-24 12:10:30.290 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4) has been successfully configured for deployment 'opnfv-rally' (UUID=4a8fa8a8-7579-46fc-8486-624b6845ad3d)! 2020-06-24 12:10:35.478 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:10:35.478 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:10:35.478 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:10:37.435 35 INFO rally.api [-] Starting verification (UUID=3b2da3e0-13ee-4d52-a03e-74ccef00ead6) for deployment 'opnfv-rally' (UUID=4a8fa8a8-7579-46fc-8486-624b6845ad3d) by verifier 'opnfv-tempest' (UUID=5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4). 2020-06-24 12:10:38.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 12:10:38.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/for-deployment-4a8fa8a8-7579-46fc-8486-624b6845ad3d/tempest.log' to option 'log_file'. 2020-06-24 12:10:38.085 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/for-deployment-4a8fa8a8-7579-46fc-8486-624b6845ad3d/tempest.log 2020-06-24 12:10:38.086 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 12:10:38.086 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/for-deployment-4a8fa8a8-7579-46fc-8486-624b6845ad3d/lock_files' to option 'lock_path'. 2020-06-24 12:10:38.086 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4/for-deployment-4a8fa8a8-7579-46fc-8486-624b6845ad3d/lock_files 2020-06-24 12:10:38.087 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 12:10:38.087 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 12:10:38.087 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e99443bb-f691-4682-b7e2-42c9f920ba5d 2020-06-24 12:10:38.088 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6ee08362-0430-4dbb-aacf-9caeb3e31c81 2020-06-24 12:10:38.088 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = adfe59b1-db7b-46ba-853f-f222f18539b0 2020-06-24 12:10:38.089 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 12d3d4ba-0d41-412f-9ff6-bdf08a41985c 2020-06-24 12:10:38.431 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 12:10:38.432 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_33032128-5f85-44b4-b262-adf893cf90dc 2020-06-24 12:10:38.432 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 12:10:38.500 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 12:10:38.538 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 12:10:38.538 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_3b2da3e0_r8XYbn1W' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 12:10:38.577 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3b2da3e0_r8XYbn1W' (ID = f2b17dcc-1794-4165-bb62-f7f29b5d4495) has been successfully created! 2020-06-24 12:10:38.577 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f2b17dcc-1794-4165-bb62-f7f29b5d4495' to option 'instance_type'. 2020-06-24 12:10:38.578 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f2b17dcc-1794-4165-bb62-f7f29b5d4495 2020-06-24 12:10:38.579 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context tempest@default setup() finished in 0.91 sec 2020-06-24 12:10:38.580 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context testr@default setup() finished in 0.44 msec 2020-06-24 12:10:38.580 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e1ee1935-3eac-4f98-971d-4ceebd47c980'. 2020-06-24 12:10:41.823 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.200s] 2020-06-24 12:10:41.896 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.073s] 2020-06-24 12:10:42.695 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-24 12:10:42.697 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-24 12:10:42.700 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-06-24 12:10:43.705 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.388s] 2020-06-24 12:10:44.313 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.607s] 2020-06-24 12:10:44.456 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.142s] 2020-06-24 12:10:45.696 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.528s] 2020-06-24 12:10:46.108 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-06-24 12:10:47.893 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.196s] 2020-06-24 12:10:48.545 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.814s] 2020-06-24 12:10:51.435 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.028s] 2020-06-24 12:10:51.443 35 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2020-06-24 12:10:55.394 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.885s] 2020-06-24 12:10:58.521 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.286s] 2020-06-24 12:11:02.688 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.493s] 2020-06-24 12:11:03.100 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.160s] 2020-06-24 12:11:05.043 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.022s] 2020-06-24 12:11:05.063 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2020-06-24 12:11:05.083 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2020-06-24 12:11:05.091 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2020-06-24 12:11:08.780 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.678s] 2020-06-24 12:11:12.265 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.855s] 2020-06-24 12:11:14.820 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.172s] 2020-06-24 12:11:14.821 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-06-24 12:11:15.230 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.965s] 2020-06-24 12:11:21.681 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.104s] 2020-06-24 12:11:24.230 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.548s] 2020-06-24 12:11:27.059 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.828s] 2020-06-24 12:11:27.555 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.324s] 2020-06-24 12:11:38.961 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [42.720s] 2020-06-24 12:11:39.439 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.650s] 2020-06-24 12:11:42.089 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.796s] 2020-06-24 12:11:42.288 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.199s] 2020-06-24 12:11:42.532 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.243s] 2020-06-24 12:11:42.634 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.101s] 2020-06-24 12:11:42.812 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.178s] 2020-06-24 12:11:42.924 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.111s] 2020-06-24 12:11:44.265 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.826s] 2020-06-24 12:11:45.859 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.593s] 2020-06-24 12:11:45.929 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.070s] 2020-06-24 12:11:45.996 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.067s] 2020-06-24 12:11:52.428 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.475s] 2020-06-24 12:11:52.614 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.186s] 2020-06-24 12:11:52.751 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.135s] 2020-06-24 12:11:52.812 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.061s] 2020-06-24 12:11:52.991 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.178s] 2020-06-24 12:11:53.055 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2020-06-24 12:11:54.834 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.163s] 2020-06-24 12:11:54.835 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-24 12:11:57.109 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.702s] 2020-06-24 12:12:00.739 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.171s] 2020-06-24 12:12:02.866 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.125s] 2020-06-24 12:12:04.949 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2020-06-24 12:12:07.586 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.641s] 2020-06-24 12:12:11.006 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [22.329s] 2020-06-24 12:12:11.683 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.096s] 2020-06-24 12:12:11.780 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.157s] 2020-06-24 12:12:14.921 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.165s] 2020-06-24 12:12:14.922 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-24 12:12:15.691 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.338s] 2020-06-24 12:12:20.114 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.871s] 2020-06-24 12:12:26.936 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [15.929s] 2020-06-24 12:12:34.585 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.648s] 2020-06-24 12:12:39.190 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.606s] 2020-06-24 12:12:40.398 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.883s] 2020-06-24 12:12:41.221 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-06-24 12:12:48.868 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.095s] 2020-06-24 12:12:52.958 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.559s] 2020-06-24 12:12:57.200 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.330s] 2020-06-24 12:13:00.008 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.050s] 2020-06-24 12:13:03.070 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.351s] 2020-06-24 12:13:06.444 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.435s] 2020-06-24 12:13:08.291 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-06-24 12:13:08.419 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.127s] 2020-06-24 12:13:10.735 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.113s] 2020-06-24 12:13:10.763 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.028s] 2020-06-24 12:13:15.579 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.026s] 2020-06-24 12:13:15.588 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-06-24 12:13:26.642 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.058s] 2020-06-24 12:13:26.777 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.134s] 2020-06-24 12:13:32.006 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.124s] 2020-06-24 12:13:32.446 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.218s] 2020-06-24 12:13:34.084 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.077s] 2020-06-24 12:13:36.148 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.063s] 2020-06-24 12:13:36.324 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.531s] 2020-06-24 12:13:37.814 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.040s] 2020-06-24 12:13:37.837 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2020-06-24 12:13:37.854 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2020-06-24 12:13:37.881 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.027s] 2020-06-24 12:13:39.351 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.190s] 2020-06-24 12:13:41.390 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.035s] 2020-06-24 12:13:47.847 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.095s] 2020-06-24 12:13:51.920 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.072s] 2020-06-24 12:13:56.355 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [4.434s] 2020-06-24 12:13:56.440 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.086s] 2020-06-24 12:13:56.496 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.056s] 2020-06-24 12:13:59.675 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.846s] 2020-06-24 12:14:01.290 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.612s] 2020-06-24 12:14:01.319 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.033s] 2020-06-24 12:14:03.460 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.848s] 2020-06-24 12:14:05.023 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.557s] 2020-06-24 12:14:05.085 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.068s] 2020-06-24 12:14:21.874 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.733s] 2020-06-24 12:14:24.859 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context testr@default cleanup() started 2020-06-24 12:14:24.859 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context testr@default cleanup() finished in 0.78 msec 2020-06-24 12:14:24.860 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context tempest@default cleanup() started 2020-06-24 12:14:25.062 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_3b2da3e0_r8XYbn1W'. 2020-06-24 12:14:25.217 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3b2da3e0_r8XYbn1W' has been deleted. 2020-06-24 12:14:25.218 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f2b17dcc-1794-4165-bb62-f7f29b5d4495' of option 'instance_type' from Tempest config file. 2020-06-24 12:14:25.218 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f2b17dcc-1794-4165-bb62-f7f29b5d4495' has been removed. 2020-06-24 12:14:25.230 35 INFO rally.task.context [-] Verification 5bdb73f4-e6a2-44f5-8bb8-50ae0f5777d4 | Context tempest@default cleanup() finished in 0.37 sec 2020-06-24 12:14:25.259 35 INFO rally.api [-] Verification (UUID=3b2da3e0-13ee-4d52-a03e-74ccef00ead6) has been successfully finished for deployment 'opnfv-rally' (UUID=4a8fa8a8-7579-46fc-8486-624b6845ad3d)! 2020-06-24 12:14:26.750 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:14:26.751 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:14:26.751 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:14:28.257 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:14:28.257 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:14:28.257 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:14:30.080 60 INFO rally.api [-] Building 'html' report for the following verification(s): '3b2da3e0-13ee-4d52-a03e-74ccef00ead6' 2020-06-24 12:14:30.098 60 INFO rally.api [-] The report has been successfully built. 2020-06-24 12:14:31.497 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 12:14:31.497 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 12:14:31.498 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 12:14:33.474 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3b2da3e0-13ee-4d52-a03e-74ccef00ead6' 2020-06-24 12:14:33.480 62 INFO rally.api [-] The report has been successfully built.