2021-06-01 16:34:30.875 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:30.875 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:30.875 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 16:34:33.325 8 ERROR rally.cli.cliutils 2021-06-01 16:34:34.751 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:34.751 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:34.751 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:38.709 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:38.709 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:38.709 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:42.870 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:42.870 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:42.871 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:44.340 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:44.341 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:44.341 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 16:34:46.439 18 ERROR rally.cli.cliutils 2021-06-01 16:34:47.933 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:47.934 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:47.934 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:49.974 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 16:34:50.115 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/repo. 2021-06-01 16:34:50.484 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 16:34:50.499 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 16:34:50.509 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 16:34:50.527 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 16:34:50.609 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 16:34:51.246 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=565c07ef-db6e-4d36-8ea9-faeac21ea9fa) has been successfully created! 2021-06-01 16:34:52.795 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:52.799 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:52.799 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:57.211 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:34:57.212 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:34:57.212 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:34:59.207 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=565c07ef-db6e-4d36-8ea9-faeac21ea9fa) for deployment 'opnfv-rally' (UUID=2a8425a8-4002-4e41-ba8f-ac9bc06bdb53). 2021-06-01 16:34:59.699 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=565c07ef-db6e-4d36-8ea9-faeac21ea9fa) has been successfully configured for deployment 'opnfv-rally' (UUID=2a8425a8-4002-4e41-ba8f-ac9bc06bdb53)! 2021-06-01 16:35:04.883 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:35:04.883 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:35:04.883 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:35:07.119 36 INFO rally.api [-] Starting verification (UUID=0110c35a-cf72-4d4d-a3b0-c4e4396bbf9e) for deployment 'opnfv-rally' (UUID=2a8425a8-4002-4e41-ba8f-ac9bc06bdb53) by verifier 'opnfv-tempest' (UUID=565c07ef-db6e-4d36-8ea9-faeac21ea9fa). 2021-06-01 16:35:07.801 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 16:35:07.802 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/for-deployment-2a8425a8-4002-4e41-ba8f-ac9bc06bdb53/tempest.log' to option 'log_file'. 2021-06-01 16:35:07.802 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/for-deployment-2a8425a8-4002-4e41-ba8f-ac9bc06bdb53/tempest.log 2021-06-01 16:35:07.802 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 16:35:07.802 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/for-deployment-2a8425a8-4002-4e41-ba8f-ac9bc06bdb53/lock_files' to option 'lock_path'. 2021-06-01 16:35:07.802 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-565c07ef-db6e-4d36-8ea9-faeac21ea9fa/for-deployment-2a8425a8-4002-4e41-ba8f-ac9bc06bdb53/lock_files 2021-06-01 16:35:07.803 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 16:35:07.803 36 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 2021-06-01 16:35:07.803 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 52fc59b6-620a-4d1b-a5a1-fb0475c3568d 2021-06-01 16:35:07.803 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3004f6a7-bbb9-45f4-8cf1-71ecc0113046 2021-06-01 16:35:07.804 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 78f67575-13d1-400d-b9cb-65125329217d 2021-06-01 16:35:07.804 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2efc2b26-df45-4aea-9d22-aa44cb6f5f96 2021-06-01 16:35:08.527 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 16:35:08.527 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_89b3de26-59c6-4cb2-9580-6827cc582960 2021-06-01 16:35:08.528 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 16:35:08.630 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 16:35:08.669 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-01 16:35:08.670 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0110c35a_0u0mipM3' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-01 16:35:08.712 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0110c35a_0u0mipM3' (ID = f5f75240-0d9d-43c0-8ff8-0f6f6ceab51b) has been successfully created! 2021-06-01 16:35:08.713 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f5f75240-0d9d-43c0-8ff8-0f6f6ceab51b' to option 'instance_type'. 2021-06-01 16:35:08.713 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f5f75240-0d9d-43c0-8ff8-0f6f6ceab51b 2021-06-01 16:35:08.714 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context tempest@default setup() finished in 1.35 sec 2021-06-01 16:35:08.715 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context testr@default setup() finished in 0.40 msec 2021-06-01 16:35:08.716 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5f5bd185-320c-4c8a-8272-90e0a5a96811'. 2021-06-01 16:35:12.153 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.221s] 2021-06-01 16:35:12.234 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.081s] 2021-06-01 16:35:16.147 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.178s] 2021-06-01 16:35:17.363 36 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.887s] 2021-06-01 16:35:17.583 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.434s] 2021-06-01 16:35:19.390 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-01 16:35:21.350 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.251s] 2021-06-01 16:35:26.110 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.688s] 2021-06-01 16:35:30.179 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.389s] 2021-06-01 16:35:31.739 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-06-01 16:35:32.798 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.385s] 2021-06-01 16:35:33.520 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.720s] 2021-06-01 16:35:33.644 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.123s] 2021-06-01 16:35:38.113 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.172s] 2021-06-01 16:35:38.114 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-06-01 16:35:51.799 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.594s] 2021-06-01 16:35:53.288 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.746s] 2021-06-01 16:36:00.690 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [35.660s] 2021-06-01 16:36:03.455 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.167s] 2021-06-01 16:36:03.850 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.334s] 2021-06-01 16:36:07.963 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-06-01 16:36:09.766 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2021-06-01 16:36:09.767 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-01 16:36:12.426 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.970s] 2021-06-01 16:36:16.588 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.162s] 2021-06-01 16:36:19.388 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.077s] 2021-06-01 16:36:19.531 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.143s] 2021-06-01 16:36:20.644 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.246s] 2021-06-01 16:36:20.822 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.061s] 2021-06-01 16:36:22.761 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.116s] 2021-06-01 16:36:24.528 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.031s] 2021-06-01 16:36:24.538 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2021-06-01 16:36:24.840 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.078s] 2021-06-01 16:36:26.450 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.031s] 2021-06-01 16:36:26.467 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2021-06-01 16:36:26.480 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.013s] 2021-06-01 16:36:26.502 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.021s] 2021-06-01 16:36:27.878 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [7.055s] 2021-06-01 16:36:29.210 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.862s] 2021-06-01 16:36:30.305 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2021-06-01 16:36:31.728 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2021-06-01 16:36:31.757 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2021-06-01 16:36:31.832 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2021-06-01 16:36:31.842 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2021-06-01 16:36:33.519 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2021-06-01 16:36:36.660 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.937s] 2021-06-01 16:36:37.859 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.965s] 2021-06-01 16:36:38.668 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.580s] 2021-06-01 16:36:39.679 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.600s] 2021-06-01 16:36:41.388 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.720s] 2021-06-01 16:36:42.724 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.045s] 2021-06-01 16:36:43.063 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2021-06-01 16:36:43.064 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-01 16:36:45.937 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.075s] 2021-06-01 16:36:46.128 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.403s] 2021-06-01 16:36:48.877 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.486s] 2021-06-01 16:36:54.772 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-01 16:36:56.975 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.706s] 2021-06-01 16:36:58.059 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.188s] 2021-06-01 16:36:58.241 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.182s] 2021-06-01 16:36:58.357 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.116s] 2021-06-01 16:36:58.420 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2021-06-01 16:36:58.425 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.376s] 2021-06-01 16:36:58.546 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.125s] 2021-06-01 16:36:58.599 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.173s] 2021-06-01 16:36:58.619 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.072s] 2021-06-01 16:36:58.840 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.241s] 2021-06-01 16:36:58.932 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.091s] 2021-06-01 16:36:59.086 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.154s] 2021-06-01 16:36:59.155 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.068s] 2021-06-01 16:37:03.825 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.204s] 2021-06-01 16:37:03.851 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2021-06-01 16:37:04.254 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.156s] 2021-06-01 16:37:06.153 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.664s] 2021-06-01 16:37:08.190 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.153s] 2021-06-01 16:37:09.678 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.525s] 2021-06-01 16:37:10.913 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.235s] 2021-06-01 16:37:10.976 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.062s] 2021-06-01 16:37:11.028 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2021-06-01 16:37:11.647 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.450s] 2021-06-01 16:37:19.318 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.265s] 2021-06-01 16:37:23.545 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.226s] 2021-06-01 16:37:24.759 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.213s] 2021-06-01 16:37:24.841 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.082s] 2021-06-01 16:37:24.894 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2021-06-01 16:37:27.689 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.444s] 2021-06-01 16:37:28.210 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.993s] 2021-06-01 16:37:29.599 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.385s] 2021-06-01 16:37:29.677 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.081s] 2021-06-01 16:37:31.100 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2021-06-01 16:37:31.269 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.169s] 2021-06-01 16:37:36.774 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.085s] 2021-06-01 16:37:43.070 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.296s] 2021-06-01 16:37:47.466 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.394s] 2021-06-01 16:37:49.370 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.129s] 2021-06-01 16:37:51.789 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.158s] 2021-06-01 16:37:53.127 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.334s] 2021-06-01 16:37:53.160 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.036s] 2021-06-01 16:37:55.586 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.030s] 2021-06-01 16:37:57.955 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.026s] 2021-06-01 16:37:57.964 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2021-06-01 16:38:15.094 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.229s] 2021-06-01 16:38:17.178 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.081s] 2021-06-01 16:38:19.246 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.068s] 2021-06-01 16:38:25.482 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.048s] 2021-06-01 16:38:30.124 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context testr@default cleanup() started 2021-06-01 16:38:30.125 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context testr@default cleanup() finished in 0.71 msec 2021-06-01 16:38:30.125 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context tempest@default cleanup() started 2021-06-01 16:38:30.295 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0110c35a_0u0mipM3'. 2021-06-01 16:38:30.523 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0110c35a_0u0mipM3' has been deleted. 2021-06-01 16:38:30.524 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f5f75240-0d9d-43c0-8ff8-0f6f6ceab51b' of option 'instance_type' from Tempest config file. 2021-06-01 16:38:30.524 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f5f75240-0d9d-43c0-8ff8-0f6f6ceab51b' has been removed. 2021-06-01 16:38:30.531 36 INFO rally.task.context [-] Verification 565c07ef-db6e-4d36-8ea9-faeac21ea9fa | Context tempest@default cleanup() finished in 0.41 sec 2021-06-01 16:38:30.557 36 INFO rally.api [-] Verification (UUID=0110c35a-cf72-4d4d-a3b0-c4e4396bbf9e) has been successfully finished for deployment 'opnfv-rally' (UUID=2a8425a8-4002-4e41-ba8f-ac9bc06bdb53)! 2021-06-01 16:38:32.297 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:38:32.298 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:38:32.298 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:38:33.843 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:38:33.843 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:38:33.844 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:38:36.134 61 INFO rally.api [-] Building 'html' report for the following verification(s): '0110c35a-cf72-4d4d-a3b0-c4e4396bbf9e' 2021-06-01 16:38:36.198 61 INFO rally.api [-] The report has been successfully built. 2021-06-01 16:38:37.596 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 16:38:37.596 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 16:38:37.596 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 16:38:39.746 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0110c35a-cf72-4d4d-a3b0-c4e4396bbf9e' 2021-06-01 16:38:39.753 63 INFO rally.api [-] The report has been successfully built.