2020-07-28 15:37:59.769 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:37:59.770 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:37:59.770 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:01.844 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-28 15:38:01.844 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:38:01.844 7 ERROR rally.cli.cliutils 2020-07-28 15:38:03.578 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:03.578 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:03.578 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:07.852 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:07.853 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:07.853 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:12.345 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:12.345 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:12.345 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:13.725 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:13.725 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:13.725 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:15.678 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-28 15:38:15.678 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:38:15.678 17 ERROR rally.cli.cliutils 2020-07-28 15:38:17.149 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:17.149 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:17.150 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:19.118 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:38:19.231 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/repo. 2020-07-28 15:38:19.475 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-28 15:38:19.489 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:38:19.496 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:38:19.518 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:38:19.578 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:38:20.204 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4958837-a04e-4e74-9b71-d48022202743) has been successfully created! 2020-07-28 15:38:21.797 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:21.797 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:21.798 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:25.835 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:25.835 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:25.836 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:27.758 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d4958837-a04e-4e74-9b71-d48022202743) for deployment 'opnfv-rally' (UUID=67b8180a-1a50-476c-a37b-6802f208ac30). 2020-07-28 15:38:28.293 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d4958837-a04e-4e74-9b71-d48022202743) has been successfully configured for deployment 'opnfv-rally' (UUID=67b8180a-1a50-476c-a37b-6802f208ac30)! 2020-07-28 15:38:33.710 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:33.710 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:33.710 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:35.915 35 INFO rally.api [-] Starting verification (UUID=1f711274-ef62-4e41-9c84-7eab7f0fa482) for deployment 'opnfv-rally' (UUID=67b8180a-1a50-476c-a37b-6802f208ac30) by verifier 'opnfv-tempest' (UUID=d4958837-a04e-4e74-9b71-d48022202743). 2020-07-28 15:38:36.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:38:36.494 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/for-deployment-67b8180a-1a50-476c-a37b-6802f208ac30/tempest.log' to option 'log_file'. 2020-07-28 15:38:36.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/for-deployment-67b8180a-1a50-476c-a37b-6802f208ac30/tempest.log 2020-07-28 15:38:36.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:38:36.495 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/for-deployment-67b8180a-1a50-476c-a37b-6802f208ac30/lock_files' to option 'lock_path'. 2020-07-28 15:38:36.496 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d4958837-a04e-4e74-9b71-d48022202743/for-deployment-67b8180a-1a50-476c-a37b-6802f208ac30/lock_files 2020-07-28 15:38:36.496 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-28 15:38:36.496 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-28 15:38:36.497 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 79696619-3f66-4175-a35a-aae36042ef61 2020-07-28 15:38:36.497 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d3f494a8-c324-472d-8299-df7bd1c67298 2020-07-28 15:38:36.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 30c9d124-0a74-4745-ad45-dc5304851114 2020-07-28 15:38:36.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9dc8e2cd-456f-47e2-8baa-30123bd7d191 2020-07-28 15:38:36.707 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:38:36.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e1ec23d6-51a2-42c9-9398-153341b5cf10 2020-07-28 15:38:36.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:38:36.791 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 15:38:36.839 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-28 15:38:36.840 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_1f711274_sX4Fnl6Q' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-28 15:38:36.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1f711274_sX4Fnl6Q' (ID = 3a8eb467-f1d5-4873-8d64-7cd3ec90cffc) has been successfully created! 2020-07-28 15:38:36.878 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3a8eb467-f1d5-4873-8d64-7cd3ec90cffc' to option 'instance_type'. 2020-07-28 15:38:36.878 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3a8eb467-f1d5-4873-8d64-7cd3ec90cffc 2020-07-28 15:38:36.879 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context tempest@default setup() finished in 0.82 sec 2020-07-28 15:38:36.880 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context testr@default setup() finished in 0.40 msec 2020-07-28 15:38:36.880 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3a352f4a-f922-4011-8c95-d7680795c44f'. 2020-07-28 15:38:39.720 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.144s] 2020-07-28 15:38:39.818 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.098s] 2020-07-28 15:38:43.085 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.866s] 2020-07-28 15:38:44.243 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.157s] 2020-07-28 15:38:55.937 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.121s] 2020-07-28 15:39:02.168 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.175s] 2020-07-28 15:39:02.170 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-28 15:39:08.336 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.164s] 2020-07-28 15:39:08.337 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-28 15:39:26.235 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2020-07-28 15:39:26.251 35 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2020-07-28 15:39:27.216 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-28 15:39:28.064 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [24.402s] 2020-07-28 15:39:29.531 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.604s] 2020-07-28 15:39:33.720 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.212s] 2020-07-28 15:39:33.722 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-28 15:39:35.190 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.196s] 2020-07-28 15:39:44.946 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [41.180s] 2020-07-28 15:39:47.548 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-28 15:39:49.268 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.224s] 2020-07-28 15:39:52.765 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.390s] 2020-07-28 15:39:53.705 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2020-07-28 15:39:53.841 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.136s] 2020-07-28 15:39:54.511 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [7.109s] 2020-07-28 15:39:55.090 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.409s] 2020-07-28 15:39:57.884 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.144s] 2020-07-28 15:40:00.128 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-07-28 15:40:00.236 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.476s] 2020-07-28 15:40:01.968 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-07-28 15:40:02.554 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.041s] 2020-07-28 15:40:03.194 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.450s] 2020-07-28 15:40:03.756 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.586s] 2020-07-28 15:40:03.917 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.722s] 2020-07-28 15:40:04.060 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.144s] 2020-07-28 15:40:07.279 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.976s] 2020-07-28 15:40:08.080 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.157s] 2020-07-28 15:40:08.946 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2020-07-28 15:40:09.014 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.069s] 2020-07-28 15:40:10.629 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.109s] 2020-07-28 15:40:10.654 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.024s] 2020-07-28 15:40:10.678 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.023s] 2020-07-28 15:40:10.690 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2020-07-28 15:40:11.210 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.459s] 2020-07-28 15:40:11.378 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.168s] 2020-07-28 15:40:11.502 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.123s] 2020-07-28 15:40:11.512 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.104s] 2020-07-28 15:40:11.538 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2020-07-28 15:40:11.554 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2020-07-28 15:40:11.667 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.113s] 2020-07-28 15:40:11.740 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.072s] 2020-07-28 15:40:12.457 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.081s] 2020-07-28 15:40:12.991 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.980s] 2020-07-28 15:40:16.367 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.444s] 2020-07-28 15:40:17.935 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.944s] 2020-07-28 15:40:18.090 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.147s] 2020-07-28 15:40:19.054 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.687s] 2020-07-28 15:40:20.185 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.092s] 2020-07-28 15:40:22.248 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.064s] 2020-07-28 15:40:22.279 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.343s] 2020-07-28 15:40:23.954 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.034s] 2020-07-28 15:40:23.970 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2020-07-28 15:40:23.986 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.016s] 2020-07-28 15:40:24.010 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.023s] 2020-07-28 15:40:25.096 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.194s] 2020-07-28 15:40:29.164 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [10.109s] 2020-07-28 15:40:30.296 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.038s] 2020-07-28 15:40:31.790 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.488s] 2020-07-28 15:40:31.831 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2020-07-28 15:40:32.528 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.432s] 2020-07-28 15:40:33.726 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.970s] 2020-07-28 15:40:34.006 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.476s] 2020-07-28 15:40:34.066 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.059s] 2020-07-28 15:40:34.092 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.032s] 2020-07-28 15:40:34.102 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2020-07-28 15:40:34.118 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.052s] 2020-07-28 15:40:40.300 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.559s] 2020-07-28 15:40:40.493 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.194s] 2020-07-28 15:40:40.628 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2020-07-28 15:40:40.685 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2020-07-28 15:40:40.785 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2020-07-28 15:40:40.837 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2020-07-28 15:40:42.880 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.151s] 2020-07-28 15:40:48.577 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-07-28 15:40:52.606 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.232s] 2020-07-28 15:40:53.927 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.985s] 2020-07-28 15:40:56.825 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.217s] 2020-07-28 15:40:58.314 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.488s] 2020-07-28 15:40:58.443 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.129s] 2020-07-28 15:40:58.506 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2020-07-28 15:41:02.234 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.307s] 2020-07-28 15:41:08.831 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.748s] 2020-07-28 15:41:09.655 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.421s] 2020-07-28 15:41:15.487 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.831s] 2020-07-28 15:41:18.932 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.786s] 2020-07-28 15:41:19.714 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.222s] 2020-07-28 15:41:21.846 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.131s] 2020-07-28 15:41:23.945 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.097s] 2020-07-28 15:41:26.326 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.393s] 2020-07-28 15:41:30.231 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.055s] 2020-07-28 15:41:37.265 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.938s] 2020-07-28 15:41:40.514 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.247s] 2020-07-28 15:41:43.436 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.907s] 2020-07-28 15:41:44.925 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.483s] 2020-07-28 15:41:44.976 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.057s] 2020-07-28 15:41:47.063 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.598s] 2020-07-28 15:41:48.157 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context testr@default cleanup() started 2020-07-28 15:41:48.158 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context testr@default cleanup() finished in 0.69 msec 2020-07-28 15:41:48.158 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context tempest@default cleanup() started 2020-07-28 15:41:48.326 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_1f711274_sX4Fnl6Q'. 2020-07-28 15:41:48.542 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_1f711274_sX4Fnl6Q' has been deleted. 2020-07-28 15:41:48.543 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3a8eb467-f1d5-4873-8d64-7cd3ec90cffc' of option 'instance_type' from Tempest config file. 2020-07-28 15:41:48.543 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3a8eb467-f1d5-4873-8d64-7cd3ec90cffc' has been removed. 2020-07-28 15:41:48.547 35 INFO rally.task.context [-] Verification d4958837-a04e-4e74-9b71-d48022202743 | Context tempest@default cleanup() finished in 0.39 sec 2020-07-28 15:41:48.579 35 INFO rally.api [-] Verification (UUID=1f711274-ef62-4e41-9c84-7eab7f0fa482) has been successfully finished for deployment 'opnfv-rally' (UUID=67b8180a-1a50-476c-a37b-6802f208ac30)! 2020-07-28 15:41:50.237 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:41:50.237 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:41:50.238 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:41:51.645 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:41:51.646 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:41:51.646 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:41:53.453 60 INFO rally.api [-] Building 'html' report for the following verification(s): '1f711274-ef62-4e41-9c84-7eab7f0fa482' 2020-07-28 15:41:53.472 60 INFO rally.api [-] The report has been successfully built. 2020-07-28 15:41:54.915 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:41:54.916 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:41:54.916 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:41:56.759 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1f711274-ef62-4e41-9c84-7eab7f0fa482' 2020-07-28 15:41:56.766 62 INFO rally.api [-] The report has been successfully built.