2023-02-19 01:24:38.105 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:38.105 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:38.105 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:40.671 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 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:24:40.671 8 ERROR rally.cli.cliutils 2023-02-19 01:24:42.176 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:42.176 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:42.177 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:46.555 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:46.555 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:46.556 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:51.488 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:51.488 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:51.488 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:52.853 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:52.854 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:52.854 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:55.202 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 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:24:55.202 18 ERROR rally.cli.cliutils 2023-02-19 01:24:56.596 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:24:56.596 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:24:56.596 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:24:58.701 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:24:58.741 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/repo. 2023-02-19 01:24:59.050 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-02-19 01:24:59.065 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:24:59.071 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:24:59.078 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:24:59.133 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:24:59.852 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7) has been successfully created! 2023-02-19 01:25:01.436 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:01.437 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:01.437 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:05.812 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:05.812 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:05.812 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:08.014 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7) for deployment 'opnfv-rally' (UUID=520ee034-cf15-4716-9fbe-e2e1d77f04e0). 2023-02-19 01:25:08.451 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7) has been successfully configured for deployment 'opnfv-rally' (UUID=520ee034-cf15-4716-9fbe-e2e1d77f04e0)! 2023-02-19 01:25:13.831 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:25:13.832 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:25:13.832 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:25:16.208 38 INFO rally.api [-] Starting verification (UUID=e532cb85-361a-4ebc-84be-05985ad6122f) for deployment 'opnfv-rally' (UUID=520ee034-cf15-4716-9fbe-e2e1d77f04e0) by verifier 'opnfv-tempest' (UUID=7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7). 2023-02-19 01:25:16.771 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:25:16.772 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0/tempest.log' to option 'log_file'. 2023-02-19 01:25:16.772 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0/tempest.log 2023-02-19 01:25:16.772 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:25:16.773 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0/lock_files' to option 'lock_path'. 2023-02-19 01:25:16.773 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0/lock_files 2023-02-19 01:25:16.773 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:25:16.774 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0' to option 'img_dir'. 2023-02-19 01:25:16.774 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7/for-deployment-520ee034-cf15-4716-9fbe-e2e1d77f04e0 2023-02-19 01:25:16.774 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-02-19 01:25:16.775 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 28372a38-c1b7-42a6-895c-3bef024999f3 2023-02-19 01:25:16.775 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4fd78b7d-5b2c-4613-a8ef-de9ed9d67cd0 2023-02-19 01:25:16.775 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a9e070e1-1c1b-49a2-b0cc-fd14dc1bcb84 2023-02-19 01:25:16.776 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 84e88ca4-e5f8-4b73-ba08-12d1114d8c34 2023-02-19 01:25:16.979 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:25:16.980 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e5524904-6271-4d03-a49d-3563b92b224e 2023-02-19 01:25:16.981 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:25:17.093 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:25:17.126 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-02-19 01:25:17.127 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e532cb85_bKCz8KgO' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-02-19 01:25:17.163 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e532cb85_bKCz8KgO' (ID = 284b63ea-40f0-4bff-a711-560ddb88a676) has been successfully created! 2023-02-19 01:25:17.163 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '284b63ea-40f0-4bff-a711-560ddb88a676' to option 'instance_type'. 2023-02-19 01:25:17.164 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 284b63ea-40f0-4bff-a711-560ddb88a676 2023-02-19 01:25:17.165 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context tempest@default setup() finished in 0.82 sec 2023-02-19 01:25:17.166 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context testr@default setup() finished in 0.47 msec 2023-02-19 01:25:17.167 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/5b01a1ef-03c9-4851-8c99-09550f86d2cf'. 2023-02-19 01:25:19.356 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2023-02-19 01:25:20.115 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.222s] 2023-02-19 01:25:20.194 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.077s] 2023-02-19 01:25:20.932 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.369s] 2023-02-19 01:25:22.908 38 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.529s] 2023-02-19 01:25:23.710 38 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.687s] 2023-02-19 01:25:23.798 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.166s] 2023-02-19 01:25:24.037 38 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.129s] 2023-02-19 01:25:27.096 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.331s] 2023-02-19 01:25:31.083 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.401s] 2023-02-19 01:25:32.488 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2023-02-19 01:25:33.419 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.343s] 2023-02-19 01:25:34.220 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.800s] 2023-02-19 01:25:34.349 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.130s] 2023-02-19 01:25:37.814 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.721s] 2023-02-19 01:25:40.096 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.282s] 2023-02-19 01:25:42.245 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.150s] 2023-02-19 01:25:48.942 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.152s] 2023-02-19 01:25:48.943 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2023-02-19 01:25:51.751 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.148s] 2023-02-19 01:25:51.752 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2023-02-19 01:25:54.062 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [27.772s] 2023-02-19 01:25:57.648 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.357s] 2023-02-19 01:25:59.648 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2023-02-19 01:25:59.656 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2023-02-19 01:26:00.619 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2023-02-19 01:26:02.223 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.204s] 2023-02-19 01:26:04.956 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.308s] 2023-02-19 01:26:06.371 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.775s] 2023-02-19 01:26:10.868 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.504s] 2023-02-19 01:26:11.774 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.817s] 2023-02-19 01:26:15.704 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.756s] 2023-02-19 01:26:15.720 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.946s] 2023-02-19 01:26:18.551 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.887s] 2023-02-19 01:26:19.779 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.222s] 2023-02-19 01:26:19.811 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.038s] 2023-02-19 01:26:21.185 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.251s] 2023-02-19 01:26:21.445 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.257s] 2023-02-19 01:26:21.552 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.108s] 2023-02-19 01:26:21.958 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.848s] 2023-02-19 01:26:24.598 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.640s] 2023-02-19 01:26:25.829 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.230s] 2023-02-19 01:26:25.890 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.062s] 2023-02-19 01:26:25.945 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2023-02-19 01:26:26.921 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.147s] 2023-02-19 01:26:26.923 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2023-02-19 01:26:28.917 38 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.822s] 2023-02-19 01:26:32.595 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.663s] 2023-02-19 01:26:37.866 38 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.945s] 2023-02-19 01:26:38.318 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.507s] 2023-02-19 01:26:40.075 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.949s] 2023-02-19 01:26:40.659 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.338s] 2023-02-19 01:26:45.478 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.819s] 2023-02-19 01:26:46.590 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.514s] 2023-02-19 01:26:50.452 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.072s] 2023-02-19 01:26:50.588 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.135s] 2023-02-19 01:26:52.064 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.476s] 2023-02-19 01:26:55.371 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.863s] 2023-02-19 01:26:55.562 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.190s] 2023-02-19 01:26:55.678 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.115s] 2023-02-19 01:26:55.738 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.059s] 2023-02-19 01:26:55.850 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.111s] 2023-02-19 01:26:55.908 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2023-02-19 01:26:56.124 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.058s] 2023-02-19 01:26:56.147 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.222s] 2023-02-19 01:26:58.940 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2023-02-19 01:26:58.952 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2023-02-19 01:26:58.975 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.858s] 2023-02-19 01:26:59.393 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2023-02-19 01:26:59.465 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2023-02-19 01:26:59.492 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.026s] 2023-02-19 01:26:59.501 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2023-02-19 01:27:00.412 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.432s] 2023-02-19 01:27:00.452 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2023-02-19 01:27:01.027 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.128s] 2023-02-19 01:27:01.480 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.217s] 2023-02-19 01:27:01.586 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.105s] 2023-02-19 01:27:01.670 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.085s] 2023-02-19 01:27:02.185 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.395s] 2023-02-19 01:27:02.365 38 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2023-02-19 01:27:03.641 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2023-02-19 01:27:03.856 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.215s] 2023-02-19 01:27:04.491 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.752s] 2023-02-19 01:27:06.170 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.096s] 2023-02-19 01:27:06.198 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.029s] 2023-02-19 01:27:07.996 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.066s] 2023-02-19 01:27:08.552 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.038s] 2023-02-19 01:27:08.571 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2023-02-19 01:27:08.590 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.019s] 2023-02-19 01:27:08.617 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.027s] 2023-02-19 01:27:10.112 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2023-02-19 01:27:14.277 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.805s] 2023-02-19 01:27:18.715 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.436s] 2023-02-19 01:27:23.589 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.738s] 2023-02-19 01:27:27.230 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.611s] 2023-02-19 01:27:27.419 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.189s] 2023-02-19 01:27:27.537 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.117s] 2023-02-19 01:27:27.592 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.055s] 2023-02-19 01:27:27.701 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.109s] 2023-02-19 01:27:27.765 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2023-02-19 01:27:33.146 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.445s] 2023-02-19 01:27:36.280 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.134s] 2023-02-19 01:27:37.316 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.035s] 2023-02-19 01:27:37.385 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.070s] 2023-02-19 01:27:37.445 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.059s] 2023-02-19 01:27:39.302 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context testr@default cleanup() started 2023-02-19 01:27:39.303 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context testr@default cleanup() finished in 0.74 msec 2023-02-19 01:27:39.303 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context tempest@default cleanup() started 2023-02-19 01:27:39.472 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e532cb85_bKCz8KgO'. 2023-02-19 01:27:39.668 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e532cb85_bKCz8KgO' has been deleted. 2023-02-19 01:27:39.669 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '284b63ea-40f0-4bff-a711-560ddb88a676' of option 'instance_type' from Tempest config file. 2023-02-19 01:27:39.670 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '284b63ea-40f0-4bff-a711-560ddb88a676' has been removed. 2023-02-19 01:27:39.672 38 INFO rally.task.context [-] Verification 7e52fd2a-1dd5-4a97-9a8b-849b58d4abd7 | Context tempest@default cleanup() finished in 0.37 sec 2023-02-19 01:27:39.692 38 INFO rally.api [-] Verification (UUID=e532cb85-361a-4ebc-84be-05985ad6122f) has been successfully finished for deployment 'opnfv-rally' (UUID=520ee034-cf15-4716-9fbe-e2e1d77f04e0)! 2023-02-19 01:27:41.183 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:27:41.184 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:27:41.184 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:27:42.596 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:27:42.597 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:27:42.597 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:27:44.750 64 INFO rally.api [-] Building 'html' report for the following verification(s): 'e532cb85-361a-4ebc-84be-05985ad6122f' 2023-02-19 01:27:44.771 64 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:27:46.145 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:27:46.145 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:27:46.145 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:27:48.301 66 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e532cb85-361a-4ebc-84be-05985ad6122f' 2023-02-19 01:27:48.307 66 INFO rally.api [-] The report has been successfully built.