2020-12-13 23:57:08.569 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:57:08.578 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:57:08.580 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-13 23:57:32.807 10 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-12-13 23:57:32.807 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-13 23:57:32.807 10 ERROR rally.cli.cliutils 2020-12-13 23:57:45.094 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:57:45.100 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:57:45.101 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-13 23:58:24.537 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:58:24.542 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:58:24.544 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-13 23:59:04.541 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:59:04.546 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:59:04.548 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-13 23:59:17.945 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:59:17.951 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:59:17.952 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-13 23:59:42.220 40 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-12-13 23:59:42.220 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-13 23:59:42.220 40 ERROR rally.cli.cliutils 2020-12-13 23:59:55.355 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-13 23:59:55.362 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-13 23:59:55.363 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:00:19.343 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 00:00:19.779 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/repo. 2020-12-14 00:00:20.466 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/repo'... done. ' 2020-12-14 00:00:20.552 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 00:00:20.615 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 00:00:21.389 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 00:00:27.427 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0dc78bf1-b920-4e0c-865c-6844a4b0545f) has been successfully created! 2020-12-14 00:00:40.541 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:00:40.547 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:00:40.548 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:01:18.338 86 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:01:18.344 86 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:01:18.345 86 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:01:42.895 86 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0dc78bf1-b920-4e0c-865c-6844a4b0545f) for deployment 'opnfv-rally' (UUID=f6beea56-ed7e-478e-8f66-0225f1727a17). 2020-12-14 00:01:44.370 86 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0dc78bf1-b920-4e0c-865c-6844a4b0545f) has been successfully configured for deployment 'opnfv-rally' (UUID=f6beea56-ed7e-478e-8f66-0225f1727a17)! 2020-12-14 00:02:36.874 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:02:36.880 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:02:36.881 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:03:01.569 112 INFO rally.api [-] Starting verification (UUID=38398e18-3931-46f0-9660-07b63599f993) for deployment 'opnfv-rally' (UUID=f6beea56-ed7e-478e-8f66-0225f1727a17) by verifier 'opnfv-tempest' (UUID=0dc78bf1-b920-4e0c-865c-6844a4b0545f). 2020-12-14 00:03:05.742 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 00:03:05.744 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/for-deployment-f6beea56-ed7e-478e-8f66-0225f1727a17/tempest.log' to option 'log_file'. 2020-12-14 00:03:05.746 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/for-deployment-f6beea56-ed7e-478e-8f66-0225f1727a17/tempest.log 2020-12-14 00:03:05.748 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 00:03:05.749 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/for-deployment-f6beea56-ed7e-478e-8f66-0225f1727a17/lock_files' to option 'lock_path'. 2020-12-14 00:03:05.751 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0dc78bf1-b920-4e0c-865c-6844a4b0545f/for-deployment-f6beea56-ed7e-478e-8f66-0225f1727a17/lock_files 2020-12-14 00:03:05.753 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 00:03:05.755 112 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-12-14 00:03:05.756 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a5a5be7c-c690-44ff-8cda-d279abbb2f8e 2020-12-14 00:03:05.758 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = df092d22-8b62-4813-bbaa-c3f218a69502 2020-12-14 00:03:05.762 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c149f79e-f337-4f2e-971c-1e58712b50df 2020-12-14 00:03:05.765 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5f040841-3b45-4399-be42-b17ba6fbbc2b 2020-12-14 00:03:06.215 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 00:03:06.219 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_a8a469a2-179d-493c-9a19-c4fa8e070ed1 2020-12-14 00:03:06.223 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 00:03:06.919 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 00:03:06.996 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 00:03:06.999 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_38398e18_vzPTHdpv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 00:03:07.068 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_38398e18_vzPTHdpv' (ID = 4edf6fea-6f3c-4794-ad8e-8c2c4671b796) has been successfully created! 2020-12-14 00:03:07.070 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4edf6fea-6f3c-4794-ad8e-8c2c4671b796' to option 'instance_type'. 2020-12-14 00:03:07.072 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4edf6fea-6f3c-4794-ad8e-8c2c4671b796 2020-12-14 00:03:07.081 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context tempest@default setup() finished in 4.50 sec 2020-12-14 00:03:07.084 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context testr@default setup() finished in 1.13 msec 2020-12-14 00:03:07.086 112 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a4d44924-71ad-4686-abf1-ce54ed8fd74a'. 2020-12-14 00:03:28.917 112 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.309s] 2020-12-14 00:03:29.148 112 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.246s] 2020-12-14 00:03:32.185 112 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.042s] 2020-12-14 00:03:34.185 112 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.994s] 2020-12-14 00:03:47.684 112 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.976s] 2020-12-14 00:04:00.638 112 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.132s] 2020-12-14 00:04:00.878 112 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.240s] 2020-12-14 00:04:05.600 112 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 00:04:06.552 112 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.213s] 2020-12-14 00:04:06.567 112 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.006s] 2020-12-14 00:04:09.028 112 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.224s] 2020-12-14 00:04:09.036 112 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.005s] 2020-12-14 00:04:09.964 112 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.586s] 2020-12-14 00:04:14.520 112 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.401s] 2020-12-14 00:04:14.794 112 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [39.690s] 2020-12-14 00:04:18.759 112 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.168s] 2020-12-14 00:04:18.833 112 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.068s] 2020-12-14 00:04:19.263 112 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.422s] 2020-12-14 00:04:20.025 112 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 00:04:23.279 112 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.947s] 2020-12-14 00:04:24.915 112 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.494s] 2020-12-14 00:04:25.851 112 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.930s] 2020-12-14 00:04:26.063 112 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.210s] 2020-12-14 00:04:29.859 112 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.819s] 2020-12-14 00:04:30.556 112 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.452s] 2020-12-14 00:04:33.888 112 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.027s] 2020-12-14 00:04:34.336 112 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.447s] 2020-12-14 00:04:36.055 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-12-14 00:04:37.146 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.091s] 2020-12-14 00:04:37.194 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.046s] 2020-12-14 00:04:37.241 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.047s] 2020-12-14 00:04:37.281 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.038s] 2020-12-14 00:04:39.399 112 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.114s] 2020-12-14 00:04:44.115 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.441s] 2020-12-14 00:04:44.477 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [7.721s] 2020-12-14 00:04:49.919 112 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.182s] 2020-12-14 00:04:49.931 112 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.005s] 2020-12-14 00:04:50.110 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.624s] 2020-12-14 00:04:52.488 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [6.434s] 2020-12-14 00:04:55.923 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.435s] 2020-12-14 00:05:00.228 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.300s] 2020-12-14 00:05:08.734 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.098s] 2020-12-14 00:05:08.984 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.254s] 2020-12-14 00:05:09.164 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.165s] 2020-12-14 00:05:09.285 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.120s] 2020-12-14 00:05:09.473 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.190s] 2020-12-14 00:05:09.565 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.090s] 2020-12-14 00:05:16.957 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.467s] 2020-12-14 00:05:17.263 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.307s] 2020-12-14 00:05:17.443 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.175s] 2020-12-14 00:05:17.585 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.137s] 2020-12-14 00:05:17.746 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.164s] 2020-12-14 00:05:17.837 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.087s] 2020-12-14 00:05:22.434 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.873s] 2020-12-14 00:05:24.441 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.038s] 2020-12-14 00:05:24.637 112 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.191s] 2020-12-14 00:05:25.583 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.222s] 2020-12-14 00:05:34.382 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.760s] 2020-12-14 00:05:34.396 112 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.630s] 2020-12-14 00:05:35.808 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.887s] 2020-12-14 00:05:41.433 112 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.992s] 2020-12-14 00:05:44.647 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.832s] 2020-12-14 00:05:45.577 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.217s] 2020-12-14 00:05:45.615 112 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.228s] 2020-12-14 00:05:49.574 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.011s] 2020-12-14 00:05:52.741 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.089s] 2020-12-14 00:05:53.687 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.246s] 2020-12-14 00:05:54.041 112 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.118s] 2020-12-14 00:05:56.403 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.689s] 2020-12-14 00:05:56.461 112 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.085s] 2020-12-14 00:05:56.704 112 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.966s] 2020-12-14 00:05:59.600 112 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.361s] 2020-12-14 00:05:59.699 112 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.099s] 2020-12-14 00:05:59.731 112 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.377s] 2020-12-14 00:05:59.940 112 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.185s] 2020-12-14 00:06:00.041 112 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.100s] 2020-12-14 00:06:00.161 112 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.116s] 2020-12-14 00:06:00.295 112 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.133s] 2020-12-14 00:06:06.794 112 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.239s] 2020-12-14 00:06:07.658 112 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.173s] 2020-12-14 00:06:09.086 112 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.281s] 2020-12-14 00:06:11.319 112 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.230s] 2020-12-14 00:06:12.922 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.399s] 2020-12-14 00:06:13.285 112 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.057s] 2020-12-14 00:06:16.034 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.104s] 2020-12-14 00:06:52.608 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [36.571s] 2020-12-14 00:07:07.441 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.104s] 2020-12-14 00:07:11.815 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.371s] 2020-12-14 00:07:13.619 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.805s] 2020-12-14 00:07:13.694 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.079s] 2020-12-14 00:07:13.774 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.078s] 2020-12-14 00:07:22.378 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.473s] 2020-12-14 00:07:26.742 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.360s] 2020-12-14 00:07:28.394 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.650s] 2020-12-14 00:07:28.465 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.075s] 2020-12-14 00:07:28.533 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.069s] 2020-12-14 00:07:32.827 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.161s] 2020-12-14 00:07:35.231 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.365s] 2020-12-14 00:07:35.282 112 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.085s] 2020-12-14 00:07:38.486 112 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.103s] 2020-12-14 00:07:38.520 112 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.035s] 2020-12-14 00:07:56.097 112 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.413s] 2020-12-14 00:07:58.619 112 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.513s] 2020-12-14 00:08:00.944 112 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.321s] 2020-12-14 00:08:19.139 112 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.744s] 2020-12-14 00:08:23.638 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context testr@default cleanup() started 2020-12-14 00:08:23.642 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context testr@default cleanup() finished in 4.10 msec 2020-12-14 00:08:23.646 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context tempest@default cleanup() started 2020-12-14 00:08:24.071 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_38398e18_vzPTHdpv'. 2020-12-14 00:08:24.305 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_38398e18_vzPTHdpv' has been deleted. 2020-12-14 00:08:24.310 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4edf6fea-6f3c-4794-ad8e-8c2c4671b796' of option 'instance_type' from Tempest config file. 2020-12-14 00:08:24.312 112 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4edf6fea-6f3c-4794-ad8e-8c2c4671b796' has been removed. 2020-12-14 00:08:24.318 112 INFO rally.task.context [-] Verification 0dc78bf1-b920-4e0c-865c-6844a4b0545f | Context tempest@default cleanup() finished in 0.67 sec 2020-12-14 00:08:24.404 112 INFO rally.api [-] Verification (UUID=38398e18-3931-46f0-9660-07b63599f993) has been successfully finished for deployment 'opnfv-rally' (UUID=f6beea56-ed7e-478e-8f66-0225f1727a17)! 2020-12-14 00:08:37.688 170 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:08:37.694 170 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:08:37.696 170 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:08:51.356 176 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:08:51.362 176 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:08:51.364 176 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:09:15.217 176 INFO rally.api [-] Building 'html' report for the following verification(s): '38398e18-3931-46f0-9660-07b63599f993' 2020-12-14 00:09:15.461 176 INFO rally.api [-] The report has been successfully built. 2020-12-14 00:09:28.183 182 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:09:28.188 182 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:09:28.190 182 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:09:51.447 182 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '38398e18-3931-46f0-9660-07b63599f993' 2020-12-14 00:09:51.540 182 INFO rally.api [-] The report has been successfully built.