2020-06-04 18:28:01.394 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:01.394 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:01.394 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:03.428 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-04 18:28:03.428 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:28:03.428 7 ERROR rally.cli.cliutils 2020-06-04 18:28:04.921 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:04.922 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:04.922 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:08.659 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:08.660 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:08.660 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:12.669 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:12.670 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:12.670 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:14.066 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:14.067 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:14.067 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:16.145 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-04 18:28:16.145 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:28:16.145 17 ERROR rally.cli.cliutils 2020-06-04 18:28:17.773 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:17.774 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:17.774 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:19.718 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:28:19.829 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/repo. 2020-06-04 18:28:20.044 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/repo'... done. ' 2020-06-04 18:28:20.058 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:28:20.081 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:28:20.139 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:28:20.739 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a54b346-cf2f-42e6-a8c9-a78a721a9a8d) has been successfully created! 2020-06-04 18:28:22.189 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:22.189 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:22.189 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:26.336 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:26.337 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:26.337 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:28.378 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a54b346-cf2f-42e6-a8c9-a78a721a9a8d) for deployment 'opnfv-rally' (UUID=4bf40a82-3e32-486f-917c-3652a39b921b). 2020-06-04 18:28:28.826 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a54b346-cf2f-42e6-a8c9-a78a721a9a8d) has been successfully configured for deployment 'opnfv-rally' (UUID=4bf40a82-3e32-486f-917c-3652a39b921b)! 2020-06-04 18:28:34.328 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:34.328 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:34.329 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:36.201 34 INFO rally.api [-] Starting verification (UUID=30e91b28-040e-4305-9979-47abb50e58ca) for deployment 'opnfv-rally' (UUID=4bf40a82-3e32-486f-917c-3652a39b921b) by verifier 'opnfv-tempest' (UUID=6a54b346-cf2f-42e6-a8c9-a78a721a9a8d). 2020-06-04 18:28:36.795 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:28:36.796 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/for-deployment-4bf40a82-3e32-486f-917c-3652a39b921b/tempest.log' to option 'log_file'. 2020-06-04 18:28:36.796 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/for-deployment-4bf40a82-3e32-486f-917c-3652a39b921b/tempest.log 2020-06-04 18:28:36.797 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:28:36.797 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/for-deployment-4bf40a82-3e32-486f-917c-3652a39b921b/lock_files' to option 'lock_path'. 2020-06-04 18:28:36.797 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6a54b346-cf2f-42e6-a8c9-a78a721a9a8d/for-deployment-4bf40a82-3e32-486f-917c-3652a39b921b/lock_files 2020-06-04 18:28:36.798 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 18:28:36.798 34 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-04 18:28:36.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ec335fdd-5a8a-4297-8cc8-b64a89a402b8 2020-06-04 18:28:36.799 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 16a00667-6153-458a-aa68-0af2176a0960 2020-06-04 18:28:36.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8d7a44fe-854d-4e0b-91a7-3661bec2bc94 2020-06-04 18:28:36.800 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9215e899-5bd5-4b41-a53c-9a292c67c431 2020-06-04 18:28:37.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:28:37.039 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_91a1dd1f-5346-4703-8f36-22616db43b0c 2020-06-04 18:28:37.040 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:28:37.134 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:28:37.178 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 18:28:37.179 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_30e91b28_8JYHuQ5w' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 18:28:37.216 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_30e91b28_8JYHuQ5w' (ID = 374be46a-365a-4c7e-995e-c6562ecc068d) has been successfully created! 2020-06-04 18:28:37.217 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '374be46a-365a-4c7e-995e-c6562ecc068d' to option 'instance_type'. 2020-06-04 18:28:37.217 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 374be46a-365a-4c7e-995e-c6562ecc068d 2020-06-04 18:28:37.219 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context tempest@default setup() finished in 0.85 sec 2020-06-04 18:28:37.219 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context testr@default setup() finished in 0.39 msec 2020-06-04 18:28:37.220 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/14408061-0e35-4239-8713-422252dbc89e'. 2020-06-04 18:28:40.229 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.151s] 2020-06-04 18:28:40.314 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.084s] 2020-06-04 18:28:43.497 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.827s] 2020-06-04 18:28:44.382 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.883s] 2020-06-04 18:28:50.169 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.833s] 2020-06-04 18:29:03.902 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.067s] 2020-06-04 18:29:04.045 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.142s] 2020-06-04 18:29:04.647 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.161s] 2020-06-04 18:29:04.648 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-04 18:29:08.535 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-04 18:29:10.204 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.236s] 2020-06-04 18:29:13.642 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.129s] 2020-06-04 18:29:16.321 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.325s] 2020-06-04 18:29:16.974 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.652s] 2020-06-04 18:29:17.099 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.126s] 2020-06-04 18:29:17.569 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [33.123s] 2020-06-04 18:29:18.938 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-06-04 18:29:35.376 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [6.944s] 2020-06-04 18:29:38.410 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.162s] 2020-06-04 18:29:38.411 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-04 18:29:41.685 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.308s] 2020-06-04 18:29:51.074 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-04 18:29:51.188 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.169s] 2020-06-04 18:29:51.190 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-06-04 18:29:53.121 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.678s] 2020-06-04 18:29:55.090 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.037s] 2020-06-04 18:29:58.262 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.560s] 2020-06-04 18:30:00.796 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.706s] 2020-06-04 18:30:01.944 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.266s] 2020-06-04 18:30:02.364 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.567s] 2020-06-04 18:30:02.426 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2020-06-04 18:30:02.481 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.054s] 2020-06-04 18:30:07.554 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.507s] 2020-06-04 18:30:07.594 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.741s] 2020-06-04 18:30:09.878 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.020s] 2020-06-04 18:30:09.893 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.014s] 2020-06-04 18:30:09.908 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.015s] 2020-06-04 18:30:09.917 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-06-04 18:30:09.982 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.213s] 2020-06-04 18:30:10.027 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.045s] 2020-06-04 18:30:11.330 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.046s] 2020-06-04 18:30:13.656 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.824s] 2020-06-04 18:30:15.117 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.037s] 2020-06-04 18:30:15.131 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2020-06-04 18:30:20.948 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.919s] 2020-06-04 18:30:25.200 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.251s] 2020-06-04 18:30:26.767 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.566s] 2020-06-04 18:30:26.819 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2020-06-04 18:30:26.891 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.071s] 2020-06-04 18:30:30.051 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.054s] 2020-06-04 18:30:30.078 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.027s] 2020-06-04 18:30:30.103 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.024s] 2020-06-04 18:30:30.137 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.033s] 2020-06-04 18:30:30.421 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.018s] 2020-06-04 18:30:33.647 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-06-04 18:30:33.746 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.321s] 2020-06-04 18:30:33.803 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.062s] 2020-06-04 18:30:37.390 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.214s] 2020-06-04 18:30:39.585 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.194s] 2020-06-04 18:30:39.794 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.303s] 2020-06-04 18:30:40.116 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.080s] 2020-06-04 18:30:41.734 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.147s] 2020-06-04 18:30:45.520 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.195s] 2020-06-04 18:30:47.667 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.146s] 2020-06-04 18:30:49.778 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.111s] 2020-06-04 18:30:51.000 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.033s] 2020-06-04 18:30:51.013 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-06-04 18:30:55.629 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.934s] 2020-06-04 18:30:57.136 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.993s] 2020-06-04 18:30:58.706 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.245s] 2020-06-04 18:31:01.425 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.294s] 2020-06-04 18:31:02.950 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-06-04 18:31:06.353 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.214s] 2020-06-04 18:31:06.496 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.847s] 2020-06-04 18:31:08.672 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.175s] 2020-06-04 18:31:14.108 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.435s] 2020-06-04 18:31:21.440 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.853s] 2020-06-04 18:31:23.675 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.234s] 2020-06-04 18:31:27.315 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.640s] 2020-06-04 18:31:40.233 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.843s] 2020-06-04 18:31:40.374 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.142s] 2020-06-04 18:31:40.525 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.150s] 2020-06-04 18:31:40.593 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.068s] 2020-06-04 18:31:40.703 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2020-06-04 18:31:40.751 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.048s] 2020-06-04 18:31:48.717 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.233s] 2020-06-04 18:31:48.910 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.194s] 2020-06-04 18:31:49.042 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.131s] 2020-06-04 18:31:49.094 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2020-06-04 18:31:49.189 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.094s] 2020-06-04 18:31:49.239 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2020-06-04 18:32:06.018 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.043s] 2020-06-04 18:32:15.621 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.601s] 2020-06-04 18:32:22.565 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.944s] 2020-06-04 18:32:26.518 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.953s] 2020-06-04 18:32:44.206 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.906s] 2020-06-04 18:32:53.452 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.244s] 2020-06-04 18:33:02.145 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.691s] 2020-06-04 18:33:06.612 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.468s] 2020-06-04 18:33:09.414 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.903s] 2020-06-04 18:33:11.744 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.325s] 2020-06-04 18:33:11.783 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.044s] 2020-06-04 18:33:13.115 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-06-04 18:33:13.239 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.124s] 2020-06-04 18:33:30.201 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.880s] 2020-06-04 18:33:33.069 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context testr@default cleanup() started 2020-06-04 18:33:33.070 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context testr@default cleanup() finished in 0.76 msec 2020-06-04 18:33:33.070 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context tempest@default cleanup() started 2020-06-04 18:33:33.228 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_30e91b28_8JYHuQ5w'. 2020-06-04 18:33:33.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_30e91b28_8JYHuQ5w' has been deleted. 2020-06-04 18:33:33.369 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '374be46a-365a-4c7e-995e-c6562ecc068d' of option 'instance_type' from Tempest config file. 2020-06-04 18:33:33.369 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '374be46a-365a-4c7e-995e-c6562ecc068d' has been removed. 2020-06-04 18:33:33.379 34 INFO rally.task.context [-] Verification 6a54b346-cf2f-42e6-a8c9-a78a721a9a8d | Context tempest@default cleanup() finished in 0.31 sec 2020-06-04 18:33:33.404 34 INFO rally.api [-] Verification (UUID=30e91b28-040e-4305-9979-47abb50e58ca) has been successfully finished for deployment 'opnfv-rally' (UUID=4bf40a82-3e32-486f-917c-3652a39b921b)! 2020-06-04 18:33:35.038 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:33:35.038 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:33:35.038 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:33:36.519 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:33:36.520 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:33:36.520 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:33:38.405 56 INFO rally.api [-] Building 'html' report for the following verification(s): '30e91b28-040e-4305-9979-47abb50e58ca' 2020-06-04 18:33:38.426 56 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:33:39.830 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:33:39.830 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:33:39.830 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:33:41.680 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '30e91b28-040e-4305-9979-47abb50e58ca' 2020-06-04 18:33:41.686 58 INFO rally.api [-] The report has been successfully built.