2022-05-06 04:00:23.284 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:23.284 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:23.284 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:25.349 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 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-05-06 04:00:25.349 8 ERROR rally.cli.cliutils 2022-05-06 04:00:26.927 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:26.927 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:26.927 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:31.015 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:31.015 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:31.016 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:35.511 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:35.511 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:35.512 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:36.776 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:36.776 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:36.776 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:38.746 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 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-05-06 04:00:38.746 18 ERROR rally.cli.cliutils 2022-05-06 04:00:40.180 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:40.181 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:40.181 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:42.191 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-05-06 04:00:42.284 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/repo. 2022-05-06 04:00:42.520 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/repo'... done. Note: switching to '7b2f2a59108430b757907dd8c3b2399e07b97682'. 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 ' 2022-05-06 04:00:42.532 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7b2f2a591 ' 2022-05-06 04:00:42.539 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7b2f2a59108430b757907dd8c3b2399e07b97682 ' 2022-05-06 04:00:42.548 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-05-06 04:00:42.605 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-05-06 04:00:43.359 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=045a4568-fdae-43d9-a807-25e08fe1fc46) has been successfully created! 2022-05-06 04:00:44.933 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:44.934 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:44.934 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:51.121 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:51.121 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:51.121 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:00:53.264 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=045a4568-fdae-43d9-a807-25e08fe1fc46) for deployment 'opnfv-rally' (UUID=6d1d9f24-79f2-4e8f-af31-e248dcb63575). 2022-05-06 04:00:53.649 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=045a4568-fdae-43d9-a807-25e08fe1fc46) has been successfully configured for deployment 'opnfv-rally' (UUID=6d1d9f24-79f2-4e8f-af31-e248dcb63575)! 2022-05-06 04:00:58.738 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:00:58.738 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:00:58.739 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:01:00.675 36 INFO rally.api [-] Starting verification (UUID=b9b79d82-6899-45fe-917e-e3c3395b1c9e) for deployment 'opnfv-rally' (UUID=6d1d9f24-79f2-4e8f-af31-e248dcb63575) by verifier 'opnfv-tempest' (UUID=045a4568-fdae-43d9-a807-25e08fe1fc46). 2022-05-06 04:01:01.107 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2022-05-06 04:01:01.152 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-05-06 04:01:01.152 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/for-deployment-6d1d9f24-79f2-4e8f-af31-e248dcb63575/tempest.log' to option 'log_file'. 2022-05-06 04:01:01.153 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/for-deployment-6d1d9f24-79f2-4e8f-af31-e248dcb63575/tempest.log 2022-05-06 04:01:01.153 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-05-06 04:01:01.153 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/for-deployment-6d1d9f24-79f2-4e8f-af31-e248dcb63575/lock_files' to option 'lock_path'. 2022-05-06 04:01:01.154 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-045a4568-fdae-43d9-a807-25e08fe1fc46/for-deployment-6d1d9f24-79f2-4e8f-af31-e248dcb63575/lock_files 2022-05-06 04:01:01.154 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-05-06 04:01:01.154 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 2022-05-06 04:01:01.155 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 611bbe9c-e35e-4d46-a0f1-1cff36339bed 2022-05-06 04:01:01.155 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9dbd4d39-85c3-41f9-9ece-31afca77f049 2022-05-06 04:01:01.155 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d9569f29-134c-4acf-a6b5-d710738be839 2022-05-06 04:01:01.156 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 927b128f-2581-4f27-9f61-bad5e872b4e1 2022-05-06 04:01:01.359 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-05-06 04:01:01.360 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_f34894ce-aeba-4e63-bf72-5440b97342a6 2022-05-06 04:01:01.360 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-05-06 04:01:01.458 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-05-06 04:01:01.486 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-05-06 04:01:01.487 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b9b79d82_yoxvNj5O' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-05-06 04:01:01.516 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b9b79d82_yoxvNj5O' (ID = 19f5812f-bc3c-4491-b185-93e216992d05) has been successfully created! 2022-05-06 04:01:01.517 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '19f5812f-bc3c-4491-b185-93e216992d05' to option 'instance_type'. 2022-05-06 04:01:01.517 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 19f5812f-bc3c-4491-b185-93e216992d05 2022-05-06 04:01:01.518 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context tempest@default setup() finished in 0.73 sec 2022-05-06 04:01:01.519 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context testr@default setup() finished in 0.54 msec 2022-05-06 04:01:01.520 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ced85690-df35-4142-94e8-2d825b0927c8'. 2022-05-06 04:01:04.440 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.152s] 2022-05-06 04:01:04.513 36 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.073s] 2022-05-06 04:01:05.489 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.502s] 2022-05-06 04:01:06.118 36 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.628s] 2022-05-06 04:01:06.432 36 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.373s] 2022-05-06 04:01:07.268 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2022-05-06 04:01:09.022 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.510s] 2022-05-06 04:01:12.319 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.097s] 2022-05-06 04:01:15.172 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.214s] 2022-05-06 04:01:18.658 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.310s] 2022-05-06 04:01:20.496 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2022-05-06 04:01:22.182 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.126s] 2022-05-06 04:01:22.184 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2022-05-06 04:01:22.791 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.202s] 2022-05-06 04:01:24.339 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [1.546s] 2022-05-06 04:01:25.522 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2022-05-06 04:01:25.523 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-05-06 04:01:26.927 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.587s] 2022-05-06 04:01:33.167 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [24.058s] 2022-05-06 04:01:34.745 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... fail [0.019s] 2022-05-06 04:01:34.756 36 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2022-05-06 04:01:35.481 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2022-05-06 04:01:36.093 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.111s] 2022-05-06 04:01:37.108 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.792s] 2022-05-06 04:01:38.040 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.794s] 2022-05-06 04:01:39.928 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.888s] 2022-05-06 04:01:40.486 36 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.558s] 2022-05-06 04:01:41.868 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.759s] 2022-05-06 04:01:44.038 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2022-05-06 04:01:44.040 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-05-06 04:01:46.349 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.481s] 2022-05-06 04:01:49.638 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.288s] 2022-05-06 04:01:50.914 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.797s] 2022-05-06 04:01:51.824 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2022-05-06 04:01:51.835 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2022-05-06 04:01:55.234 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.319s] 2022-05-06 04:01:59.120 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.041s] 2022-05-06 04:01:59.134 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.900s] 2022-05-06 04:01:59.199 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.079s] 2022-05-06 04:02:01.582 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.447s] 2022-05-06 04:02:03.391 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.337s] 2022-05-06 04:02:03.629 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.153s] 2022-05-06 04:02:04.262 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.669s] 2022-05-06 04:02:04.510 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2022-05-06 04:02:04.872 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.361s] 2022-05-06 04:02:06.678 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.400s] 2022-05-06 04:02:08.011 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.201s] 2022-05-06 04:02:08.035 36 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2022-05-06 04:02:08.230 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.187s] 2022-05-06 04:02:10.109 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.094s] 2022-05-06 04:02:10.360 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.128s] 2022-05-06 04:02:12.188 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.080s] 2022-05-06 04:02:12.465 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.105s] 2022-05-06 04:02:13.149 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.428s] 2022-05-06 04:02:13.805 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [1.908s] 2022-05-06 04:02:13.828 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.042s] 2022-05-06 04:02:13.847 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2022-05-06 04:02:13.864 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2022-05-06 04:02:13.890 36 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2022-05-06 04:02:13.926 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.121s] 2022-05-06 04:02:14.016 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.089s] 2022-05-06 04:02:14.061 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.045s] 2022-05-06 04:02:14.141 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.080s] 2022-05-06 04:02:14.178 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.037s] 2022-05-06 04:02:15.464 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.219s] 2022-05-06 04:02:17.050 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2022-05-06 04:02:17.839 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2022-05-06 04:02:18.426 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.034s] 2022-05-06 04:02:18.573 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.146s] 2022-05-06 04:02:18.732 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.320s] 2022-05-06 04:02:18.851 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.278s] 2022-05-06 04:02:18.890 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.040s] 2022-05-06 04:02:18.963 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.072s] 2022-05-06 04:02:19.013 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2022-05-06 04:02:20.343 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.020s] 2022-05-06 04:02:20.399 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.056s] 2022-05-06 04:02:20.422 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2022-05-06 04:02:20.432 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2022-05-06 04:02:22.304 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.757s] 2022-05-06 04:02:23.114 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [1.815s] 2022-05-06 04:02:25.514 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.400s] 2022-05-06 04:02:26.356 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [0.840s] 2022-05-06 04:02:26.398 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.043s] 2022-05-06 04:02:26.431 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.033s] 2022-05-06 04:02:29.405 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [1.986s] 2022-05-06 04:02:30.423 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [1.585s] 2022-05-06 04:02:30.480 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.151s] 2022-05-06 04:02:32.308 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.900s] 2022-05-06 04:02:32.372 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [1.949s] 2022-05-06 04:02:33.121 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [0.748s] 2022-05-06 04:02:33.163 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.042s] 2022-05-06 04:02:33.196 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.032s] 2022-05-06 04:02:35.488 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.559s] 2022-05-06 04:02:36.306 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [0.814s] 2022-05-06 04:02:36.328 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.028s] 2022-05-06 04:02:36.939 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [0.978s] 2022-05-06 04:02:38.320 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [1.378s] 2022-05-06 04:02:42.326 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.006s] 2022-05-06 04:02:45.305 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.739s] 2022-05-06 04:02:46.012 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [0.703s] 2022-05-06 04:02:46.034 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.027s] 2022-05-06 04:02:47.793 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.092s] 2022-05-06 04:02:47.825 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.032s] 2022-05-06 04:02:56.726 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.165s] 2022-05-06 04:03:06.141 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.412s] 2022-05-06 04:03:07.088 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context testr@default cleanup() started 2022-05-06 04:03:07.089 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context testr@default cleanup() finished in 0.72 msec 2022-05-06 04:03:07.090 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context tempest@default cleanup() started 2022-05-06 04:03:07.224 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2022-05-06 04:03:07.302 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2022-05-06 04:03:07.330 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b9b79d82_yoxvNj5O'. 2022-05-06 04:03:07.530 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b9b79d82_yoxvNj5O' has been deleted. 2022-05-06 04:03:07.531 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '19f5812f-bc3c-4491-b185-93e216992d05' of option 'instance_type' from Tempest config file. 2022-05-06 04:03:07.531 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '19f5812f-bc3c-4491-b185-93e216992d05' has been removed. 2022-05-06 04:03:07.536 36 INFO rally.task.context [-] Verification 045a4568-fdae-43d9-a807-25e08fe1fc46 | Context tempest@default cleanup() finished in 0.45 sec 2022-05-06 04:03:07.551 36 INFO rally.api [-] Verification (UUID=b9b79d82-6899-45fe-917e-e3c3395b1c9e) has been successfully finished for deployment 'opnfv-rally' (UUID=6d1d9f24-79f2-4e8f-af31-e248dcb63575)! 2022-05-06 04:03:09.072 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:03:09.072 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:03:09.072 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:03:10.417 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:03:10.418 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:03:10.418 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:03:12.386 61 INFO rally.api [-] Building 'html' report for the following verification(s): 'b9b79d82-6899-45fe-917e-e3c3395b1c9e' 2022-05-06 04:03:12.406 61 INFO rally.api [-] The report has been successfully built. 2022-05-06 04:03:13.727 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-06 04:03:13.727 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-06 04:03:13.727 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-06 04:03:15.659 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b9b79d82-6899-45fe-917e-e3c3395b1c9e' 2022-05-06 04:03:15.699 63 INFO rally.api [-] The report has been successfully built.