2025-10-14 09:19:06.400 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:06.400 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:06.400 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2025-10-14 09:19:09.369 7 ERROR rally.cli.cliutils 2025-10-14 09:19:11.471 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:11.471 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:11.471 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:17.186 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:17.187 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:17.187 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:22.619 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:22.620 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:22.620 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:24.886 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:24.886 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:24.886 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2025-10-14 09:19:27.214 13 ERROR rally.cli.cliutils 2025-10-14 09:19:29.516 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:29.516 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:29.516 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:31.954 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2025-10-14 09:19:32.002 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/repo. 2025-10-14 09:19:32.456 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/repo'... done. Note: switching to '60ac59712cf934a3e1a0cc3c50d1aa48b14076f9'. 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 ' 2025-10-14 09:19:32.467 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/34.0.0-1-g60ac59712 ' 2025-10-14 09:19:32.471 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: '60ac59712cf934a3e1a0cc3c50d1aa48b14076f9 ' 2025-10-14 09:19:32.480 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2025-10-14 09:19:32.534 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2025-10-14 09:19:33.713 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3233d87c-349a-4fb6-8e7a-51ce40c1c77a) has been successfully created! 2025-10-14 09:19:36.065 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:36.065 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:36.065 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:43.244 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:43.244 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:43.244 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:19:45.586 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3233d87c-349a-4fb6-8e7a-51ce40c1c77a) for deployment 'opnfv-rally' (UUID=4ce73f74-07b9-494e-b0f2-f97fe3517087). 2025-10-14 09:19:46.021 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3233d87c-349a-4fb6-8e7a-51ce40c1c77a) has been successfully configured for deployment 'opnfv-rally' (UUID=4ce73f74-07b9-494e-b0f2-f97fe3517087)! 2025-10-14 09:19:58.919 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:19:58.920 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:19:58.920 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:20:01.669 26 INFO rally.api [-] Starting verification (UUID=3aeefe26-b621-4760-bdbc-bf669d8c3c07) for deployment 'opnfv-rally' (UUID=4ce73f74-07b9-494e-b0f2-f97fe3517087) by verifier 'opnfv-tempest' (UUID=3233d87c-349a-4fb6-8e7a-51ce40c1c77a). 2025-10-14 09:20:02.208 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2025-10-14 09:20:02.208 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/for-deployment-4ce73f74-07b9-494e-b0f2-f97fe3517087/tempest.log' to option 'log_file'. 2025-10-14 09:20:02.209 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/for-deployment-4ce73f74-07b9-494e-b0f2-f97fe3517087/tempest.log 2025-10-14 09:20:02.209 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2025-10-14 09:20:02.209 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/for-deployment-4ce73f74-07b9-494e-b0f2-f97fe3517087/lock_files' to option 'lock_path'. 2025-10-14 09:20:02.210 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3233d87c-349a-4fb6-8e7a-51ce40c1c77a/for-deployment-4ce73f74-07b9-494e-b0f2-f97fe3517087/lock_files 2025-10-14 09:20:02.210 26 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 2025-10-14 09:20:02.211 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4d40ac56-159b-4971-b91d-92f52d6fea89 2025-10-14 09:20:02.211 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d4be095c-3d68-47c8-9bdc-aa50022f8475 2025-10-14 09:20:02.212 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c418c7da-45ae-4e99-9b73-fe1310cc7344 2025-10-14 09:20:02.212 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3ba569be-88c4-4998-89a1-04532b40387e 2025-10-14 09:20:02.752 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2025-10-14 09:20:02.752 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_object-net_6201cc06-a748-4d1e-8630-e67e5e948c07 2025-10-14 09:20:02.753 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2025-10-14 09:20:02.880 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 128MB, VCPUs = 1, disk >= 5GiB. 2025-10-14 09:20:02.880 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X GET http://172.30.12.85/compute/v2.1/flavors/detail -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}1bac3e44d3b46363bc307b8a7082a2252d305fee34bbd8d797db038048d4fc3b" _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2025-10-14 09:20:02.913 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 8161 Content-Type: application/json Date: Tue, 14 Oct 2025 09:20:02 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-b7a45add-1aff-4a83-9971-5fbe51059066 x-openstack-request-id: req-b7a45add-1aff-4a83-9971-5fbe51059066 _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2025-10-14 09:20:02.914 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "04862db5-cd48-4287-8311-a6bd8e4087ea", "name": "refstack_compute-flavor_alt_2ac1fa52-a5a2-4711-8d74-a65154c0c004", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/04862db5-cd48-4287-8311-a6bd8e4087ea"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/04862db5-cd48-4287-8311-a6bd8e4087ea"}]}, {"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2"}]}, {"id": "2c0ba5ba-7d28-485e-b924-052d92896cbb", "name": "tempest_heat-flavor_506ffd7f-77dd-4d7d-a62b-593ea5a5aaf2", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2c0ba5ba-7d28-485e-b924-052d92896cbb"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2c0ba5ba-7d28-485e-b924-052d92896cbb"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3"}]}, {"id": "3ba569be-88c4-4998-89a1-04532b40387e", "name": "refstack_object-flavor_alt_6201cc06-a748-4d1e-8630-e67e5e948c07", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3ba569be-88c4-4998-89a1-04532b40387e"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3ba569be-88c4-4998-89a1-04532b40387e"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4"}]}, {"id": "494706d5-f8ef-4543-af65-1aa2beb6a383", "name": "rally_sanity-flavor_alt_a530e11e-c555-4d31-8634-d0d4890d491f", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/494706d5-f8ef-4543-af65-1aa2beb6a383"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/494706d5-f8ef-4543-af65-1aa2beb6a383"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5"}]}, {"id": "638a8c30-8676-49df-be41-012be638a466", "name": "refstack_compute-flavor_2ac1fa52-a5a2-4711-8d74-a65154c0c004", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/638a8c30-8676-49df-be41-012be638a466"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/638a8c30-8676-49df-be41-012be638a466"}]}, {"id": "65744ac5-159c-4a4d-8714-0bf7e8347942", "name": "tempest_heat-flavor_alt_506ffd7f-77dd-4d7d-a62b-593ea5a5aaf2", "ram": 512, "disk": 4, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/65744ac5-159c-4a4d-8714-0bf7e8347942"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/65744ac5-159c-4a4d-8714-0bf7e8347942"}]}, {"id": "b2ba61cb-c3e5-4373-92d6-4d2875f8c15d", "name": "rally_sanity-flavor_a530e11e-c555-4d31-8634-d0d4890d491f", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/b2ba61cb-c3e5-4373-92d6-4d2875f8c15d"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/b2ba61cb-c3e5-4373-92d6-4d2875f8c15d"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c1"}]}, {"id": "c418c7da-45ae-4e99-9b73-fe1310cc7344", "name": "refstack_object-flavor_6201cc06-a748-4d1e-8630-e67e5e948c07", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c418c7da-45ae-4e99-9b73-fe1310cc7344"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c418c7da-45ae-4e99-9b73-fe1310cc7344"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d2"}]}, {"id": "d3", "name": "ds2G", "ram": 2048, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d3"}]}, {"id": "d4", "name": "ds4G", "ram": 4096, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d4"}]}, {"id": "dc75f509-6711-4419-a4fa-ec490ffd37ed", "name": "rally_verify_f753cc3f_7TNRijnF", "ram": 128, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/dc75f509-6711-4419-a4fa-ec490ffd37ed"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/dc75f509-6711-4419-a4fa-ec490ffd37ed"}]}]} _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:582 2025-10-14 09:20:02.914 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-b7a45add-1aff-4a83-9971-5fbe51059066 request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2025-10-14 09:20:02.917 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f753cc3f_7TNRijnF'. Using flavor 'rally_verify_f753cc3f_7TNRijnF' (ID = dc75f509-6711-4419-a4fa-ec490ffd37ed) for the tests. 2025-10-14 09:20:02.917 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dc75f509-6711-4419-a4fa-ec490ffd37ed' to option 'instance_type'. 2025-10-14 09:20:02.917 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dc75f509-6711-4419-a4fa-ec490ffd37ed 2025-10-14 09:20:02.919 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context tempest@default setup() finished in 1.03 sec 2025-10-14 09:20:02.919 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context testr@default setup() finished in 0.40 msec 2025-10-14 09:20:02.920 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3618ea3e-867c-4011-a0eb-c26f455f23ad'. 2025-10-14 09:20:09.795 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.301s] 2025-10-14 09:20:09.798 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2025-10-14 09:20:09.812 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.013s] 2025-10-14 09:20:09.825 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.013s] 2025-10-14 09:20:09.853 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.028s] 2025-10-14 09:20:09.860 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.006s] 2025-10-14 09:20:09.874 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.038s] 2025-10-14 09:20:09.939 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [0.142s] 2025-10-14 09:20:10.078 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.214s] 2025-10-14 09:20:10.081 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.007s] 2025-10-14 09:20:10.093 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.012s] 2025-10-14 09:20:10.102 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.009s] 2025-10-14 09:20:10.106 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.003s] 2025-10-14 09:20:10.118 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.012s] 2025-10-14 09:20:10.242 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.367s] 2025-10-14 09:20:10.310 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.191s] 2025-10-14 09:20:10.328 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.019s] 2025-10-14 09:20:10.357 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.028s] 2025-10-14 09:20:10.385 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.027s] 2025-10-14 09:20:10.609 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.219s] 2025-10-14 09:20:11.518 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.229s] 2025-10-14 09:20:11.555 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [0.036s] 2025-10-14 09:20:11.640 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.085s] 2025-10-14 09:20:11.694 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.052s] 2025-10-14 09:20:11.748 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [0.054s] 2025-10-14 09:20:11.803 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [0.055s] 2025-10-14 09:20:11.856 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [0.052s] 2025-10-14 09:20:11.907 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [0.050s] 2025-10-14 09:20:11.958 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [0.051s] 2025-10-14 09:20:11.985 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [0.029s] 2025-10-14 09:20:12.040 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [0.053s] 2025-10-14 09:20:12.094 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [0.053s] 2025-10-14 09:20:12.129 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.036s] 2025-10-14 09:20:12.160 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [0.031s] 2025-10-14 09:20:12.200 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [0.039s] 2025-10-14 09:20:12.240 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [0.040s] 2025-10-14 09:20:12.279 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [0.038s] 2025-10-14 09:20:12.316 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [0.037s] 2025-10-14 09:20:12.353 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [0.037s] 2025-10-14 09:20:12.639 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.221s] 2025-10-14 09:20:13.026 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.046s] 2025-10-14 09:20:13.115 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.088s] 2025-10-14 09:20:13.164 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.048s] 2025-10-14 09:20:13.209 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.044s] 2025-10-14 09:20:13.252 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.043s] 2025-10-14 09:20:13.278 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.025s] 2025-10-14 09:20:13.302 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.023s] 2025-10-14 09:20:13.335 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.031s] 2025-10-14 09:20:13.417 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [0.297s] 2025-10-14 09:20:13.463 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [0.045s] 2025-10-14 09:20:13.468 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.132s] 2025-10-14 09:20:13.620 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.152s] 2025-10-14 09:20:14.898 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.247s] 2025-10-14 09:20:15.004 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.105s] 2025-10-14 09:20:15.070 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.066s] 2025-10-14 09:20:15.275 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.017s] 2025-10-14 09:20:15.306 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.031s] 2025-10-14 09:20:19.670 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [3.912s] 2025-10-14 09:20:23.017 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.342s] 2025-10-14 09:20:26.202 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.186s] 2025-10-14 09:20:27.531 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.074s] 2025-10-14 09:20:29.551 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.348s] 2025-10-14 09:20:31.310 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [0.498s] 2025-10-14 09:20:32.600 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context testr@default cleanup() started 2025-10-14 09:20:32.600 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context testr@default cleanup() finished in 0.72 msec 2025-10-14 09:20:32.601 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context tempest@default cleanup() started 2025-10-14 09:20:32.744 26 INFO rally.task.context [-] Verification 3233d87c-349a-4fb6-8e7a-51ce40c1c77a | Context tempest@default cleanup() finished in 0.14 sec 2025-10-14 09:20:32.755 26 INFO rally.api [-] Verification (UUID=3aeefe26-b621-4760-bdbc-bf669d8c3c07) has been successfully finished for deployment 'opnfv-rally' (UUID=4ce73f74-07b9-494e-b0f2-f97fe3517087)! 2025-10-14 09:20:35.208 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:20:35.209 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:20:35.209 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:20:37.996 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:20:37.997 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:20:37.997 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:20:40.293 37 INFO rally.api [-] Building 'html' report for the following verification(s): '3aeefe26-b621-4760-bdbc-bf669d8c3c07' 2025-10-14 09:20:40.317 37 INFO rally.api [-] The report has been successfully built. 2025-10-14 09:20:42.551 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:20:42.551 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:20:42.551 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:20:44.977 38 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3aeefe26-b621-4760-bdbc-bf669d8c3c07' 2025-10-14 09:20:44.984 38 INFO rally.api [-] The report has been successfully built.