2025-10-14 09:21:03.311 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:03.311 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:03.312 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:05.941 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:21:05.941 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2025-10-14 09:21:05.941 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2025-10-14 09:21:05.941 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:21:05.941 7 ERROR rally.cli.cliutils 2025-10-14 09:21:08.234 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:08.235 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:08.235 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:13.818 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:13.818 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:13.818 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:19.979 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:19.980 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:19.980 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:22.426 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:22.426 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:22.426 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:24.818 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:21:24.818 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2025-10-14 09:21:24.818 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2025-10-14 09:21:24.818 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:21:24.818 13 ERROR rally.cli.cliutils 2025-10-14 09:21:27.231 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:27.231 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:27.232 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:29.881 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2025-10-14 09:21:29.924 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/repo. 2025-10-14 09:21:30.222 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/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:21:30.231 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/34.0.0-1-g60ac59712 ' 2025-10-14 09:21:30.234 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: '60ac59712cf934a3e1a0cc3c50d1aa48b14076f9 ' 2025-10-14 09:21:30.244 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2025-10-14 09:21:30.301 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2025-10-14 09:21:31.261 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f23f2289-a855-4e39-a792-8eb3c671ae99) has been successfully created! 2025-10-14 09:21:33.429 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:33.430 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:33.430 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:40.783 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:40.783 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:40.783 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:43.227 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f23f2289-a855-4e39-a792-8eb3c671ae99) for deployment 'opnfv-rally' (UUID=bbf4c848-03f6-4121-a611-317d5ed6ea4f). 2025-10-14 09:21:43.678 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f23f2289-a855-4e39-a792-8eb3c671ae99) has been successfully configured for deployment 'opnfv-rally' (UUID=bbf4c848-03f6-4121-a611-317d5ed6ea4f)! 2025-10-14 09:21:55.024 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:21:55.025 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:21:55.025 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:21:57.386 26 INFO rally.api [-] Starting verification (UUID=e5982d6d-869a-41f4-906a-4c3acc34d951) for deployment 'opnfv-rally' (UUID=bbf4c848-03f6-4121-a611-317d5ed6ea4f) by verifier 'opnfv-tempest' (UUID=f23f2289-a855-4e39-a792-8eb3c671ae99). 2025-10-14 09:21:57.885 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2025-10-14 09:21:57.886 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/for-deployment-bbf4c848-03f6-4121-a611-317d5ed6ea4f/tempest.log' to option 'log_file'. 2025-10-14 09:21:57.886 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/for-deployment-bbf4c848-03f6-4121-a611-317d5ed6ea4f/tempest.log 2025-10-14 09:21:57.886 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2025-10-14 09:21:57.887 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/for-deployment-bbf4c848-03f6-4121-a611-317d5ed6ea4f/lock_files' to option 'lock_path'. 2025-10-14 09:21:57.887 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f23f2289-a855-4e39-a792-8eb3c671ae99/for-deployment-bbf4c848-03f6-4121-a611-317d5ed6ea4f/lock_files 2025-10-14 09:21:57.887 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:21:57.888 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 409466dc-0044-478b-9822-186199c2c9b4 2025-10-14 09:21:57.888 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 521c9269-affd-4535-9dc9-75386612f55e 2025-10-14 09:21:57.889 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ed7d9cd1-fa7b-4449-8695-e13208a9338d 2025-10-14 09:21:57.889 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9b8a49d8-b1e7-424f-a140-d5ff70de45ee 2025-10-14 09:21:58.278 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2025-10-14 09:21:58.279 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = refstack_platform-net_487e34fd-105a-452b-8c37-32e92ea915c1 2025-10-14 09:21:58.279 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2025-10-14 09:21:58.371 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:21:58.372 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}136c403573ae7555156ad461044767085ca5428496ea4e33a2c59a59b273578e" _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2025-10-14 09:21:58.404 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 7675 Content-Type: application/json Date: Tue, 14 Oct 2025 09:21:58 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-cc601402-dd62-4e76-8520-c7a789f7f94e x-openstack-request-id: req-cc601402-dd62-4e76-8520-c7a789f7f94e _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2025-10-14 09:21:58.405 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"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": "3812ebaf-abd3-4bb5-91ba-93dea4e911e1", "name": "tempest_full-flavor_634730e3-6923-4fa5-9b2f-6938a229e918", "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/3812ebaf-abd3-4bb5-91ba-93dea4e911e1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3812ebaf-abd3-4bb5-91ba-93dea4e911e1"}]}, {"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": "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": "9b8a49d8-b1e7-424f-a140-d5ff70de45ee", "name": "refstack_platform-flavor_alt_487e34fd-105a-452b-8c37-32e92ea915c1", "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/9b8a49d8-b1e7-424f-a140-d5ff70de45ee"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/9b8a49d8-b1e7-424f-a140-d5ff70de45ee"}]}, {"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": "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": "ed7d9cd1-fa7b-4449-8695-e13208a9338d", "name": "refstack_platform-flavor_487e34fd-105a-452b-8c37-32e92ea915c1", "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/ed7d9cd1-fa7b-4449-8695-e13208a9338d"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/ed7d9cd1-fa7b-4449-8695-e13208a9338d"}]}, {"id": "f620ff20-ddc1-424b-b6e6-7738be730f1d", "name": "tempest_full-flavor_alt_634730e3-6923-4fa5-9b2f-6938a229e918", "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/f620ff20-ddc1-424b-b6e6-7738be730f1d"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/f620ff20-ddc1-424b-b6e6-7738be730f1d"}]}]} _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:582 2025-10-14 09:21:58.405 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-cc601402-dd62-4e76-8520-c7a789f7f94e request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2025-10-14 09:21:58.407 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2025-10-14 09:21:58.407 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e5982d6d_lsNPm6yL' with the following properties: RAM = 128MB, VCPUs = 1, disk = 5GB. 2025-10-14 09:21:58.408 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X POST http://172.30.12.85/compute/v2.1/flavors -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}136c403573ae7555156ad461044767085ca5428496ea4e33a2c59a59b273578e" -d '{"flavor": {"name": "rally_verify_e5982d6d_lsNPm6yL", "ram": 128, "vcpus": 1, "disk": 5, "id": null, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}}' _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2025-10-14 09:21:58.434 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 492 Content-Type: application/json Date: Tue, 14 Oct 2025 09:21:58 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-b76732a0-3cfc-4dca-b890-85f247806fcf x-openstack-request-id: req-b76732a0-3cfc-4dca-b890-85f247806fcf _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2025-10-14 09:21:58.435 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "11e313b2-19bb-4683-b8fc-f6b7f53543bd", "name": "rally_verify_e5982d6d_lsNPm6yL", "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/11e313b2-19bb-4683-b8fc-f6b7f53543bd"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/11e313b2-19bb-4683-b8fc-f6b7f53543bd"}]}} _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:582 2025-10-14 09:21:58.435 26 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-b76732a0-3cfc-4dca-b890-85f247806fcf request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2025-10-14 09:21:58.436 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e5982d6d_lsNPm6yL' (ID = 11e313b2-19bb-4683-b8fc-f6b7f53543bd) has been successfully created! 2025-10-14 09:21:58.436 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '11e313b2-19bb-4683-b8fc-f6b7f53543bd' to option 'instance_type'. 2025-10-14 09:21:58.437 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 11e313b2-19bb-4683-b8fc-f6b7f53543bd 2025-10-14 09:21:58.437 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context tempest@default setup() finished in 0.85 sec 2025-10-14 09:21:58.438 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context testr@default setup() finished in 0.45 msec 2025-10-14 09:21:58.438 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f63452fb-9674-4a8b-8000-afcfd82f81ec'. 2025-10-14 09:22:05.135 26 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.228s] 2025-10-14 09:22:05.207 26 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.072s] 2025-10-14 09:22:05.364 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.186s] 2025-10-14 09:22:07.096 26 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.608s] 2025-10-14 09:22:19.617 26 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [5.925s] 2025-10-14 09:22:19.890 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.374s] 2025-10-14 09:22:22.038 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2025-10-14 09:22:25.937 26 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [6.320s] 2025-10-14 09:22:27.418 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.377s] 2025-10-14 09:22:29.622 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.199s] 2025-10-14 09:22:29.734 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.111s] 2025-10-14 09:22:29.978 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.243s] 2025-10-14 09:22:30.135 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.157s] 2025-10-14 09:22:30.136 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2025-10-14 09:22:36.940 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.523s] 2025-10-14 09:22:37.284 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.343s] 2025-10-14 09:22:37.548 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.265s] 2025-10-14 09:22:37.852 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.302s] 2025-10-14 09:22:38.040 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.189s] 2025-10-14 09:22:38.347 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.307s] 2025-10-14 09:22:38.460 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.112s] 2025-10-14 09:22:38.584 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.123s] 2025-10-14 09:22:38.700 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.116s] 2025-10-14 09:22:38.834 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.134s] 2025-10-14 09:22:39.773 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... success [0.938s] 2025-10-14 09:22:40.018 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.246s] 2025-10-14 09:22:40.938 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.166s] 2025-10-14 09:22:45.769 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [9.832s] 2025-10-14 09:22:46.147 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [0.380s] 2025-10-14 09:22:47.706 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.557s] 2025-10-14 09:22:53.746 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.801s] 2025-10-14 09:22:54.511 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.189s] 2025-10-14 09:22:54.832 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.319s] 2025-10-14 09:22:55.200 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.366s] 2025-10-14 09:22:55.540 26 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.340s] 2025-10-14 09:23:01.867 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.054s] 2025-10-14 09:23:01.889 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2025-10-14 09:23:01.908 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2025-10-14 09:23:01.919 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2025-10-14 09:23:03.145 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.045s] 2025-10-14 09:23:03.407 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.260s] 2025-10-14 09:23:03.552 26 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.146s] 2025-10-14 09:23:05.466 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.701s] 2025-10-14 09:23:07.151 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [19.438s] 2025-10-14 09:23:07.458 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.313s] 2025-10-14 09:23:08.015 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.548s] 2025-10-14 09:23:08.634 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.618s] 2025-10-14 09:23:14.009 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.087s] 2025-10-14 09:23:14.024 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.014s] 2025-10-14 09:23:14.208 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.183s] 2025-10-14 09:23:14.223 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2025-10-14 09:23:14.241 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.018s] 2025-10-14 09:23:14.278 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2025-10-14 09:23:14.362 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.084s] 2025-10-14 09:23:14.444 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.081s] 2025-10-14 09:23:14.718 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.273s] 2025-10-14 09:23:14.738 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.021s] 2025-10-14 09:23:14.866 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.128s] 2025-10-14 09:23:19.918 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.168s] 2025-10-14 09:23:20.527 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.196s] 2025-10-14 09:23:20.539 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.012s] 2025-10-14 09:23:20.790 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.250s] 2025-10-14 09:23:20.824 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.034s] 2025-10-14 09:23:20.858 26 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.034s] 2025-10-14 09:23:24.026 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2025-10-14 09:23:24.038 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2025-10-14 09:23:24.085 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.047s] 2025-10-14 09:23:24.145 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.061s] 2025-10-14 09:23:24.174 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.028s] 2025-10-14 09:23:24.253 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.077s] 2025-10-14 09:23:24.323 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.070s] 2025-10-14 09:23:24.373 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.049s] 2025-10-14 09:23:24.410 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.036s] 2025-10-14 09:23:24.475 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.064s] 2025-10-14 09:23:30.664 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.744s] 2025-10-14 09:23:31.927 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.154s] 2025-10-14 09:23:31.947 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.020s] 2025-10-14 09:23:32.540 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.592s] 2025-10-14 09:23:32.555 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.015s] 2025-10-14 09:23:32.572 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.017s] 2025-10-14 09:23:32.615 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.042s] 2025-10-14 09:23:32.655 26 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.040s] 2025-10-14 09:23:42.095 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.342s] 2025-10-14 09:23:43.865 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [13.195s] 2025-10-14 09:23:44.254 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.366s] 2025-10-14 09:23:44.332 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2025-10-14 09:23:44.668 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.334s] 2025-10-14 09:23:44.739 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.071s] 2025-10-14 09:23:44.740 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2025-10-14 09:23:46.511 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.415s] 2025-10-14 09:23:49.427 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.001s] 2025-10-14 09:23:51.716 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.205s] 2025-10-14 09:23:54.880 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.164s] 2025-10-14 09:24:00.021 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [5.138s] 2025-10-14 09:24:03.184 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.759s] 2025-10-14 09:24:07.283 26 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [11.203s] 2025-10-14 09:24:12.093 26 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.233s] 2025-10-14 09:24:12.258 26 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.165s] 2025-10-14 09:24:13.891 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [0.249s] 2025-10-14 09:24:14.015 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.124s] 2025-10-14 09:24:14.213 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [0.197s] 2025-10-14 09:24:14.578 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [0.363s] 2025-10-14 09:24:14.808 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.541s] 2025-10-14 09:24:15.331 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.522s] 2025-10-14 09:24:15.762 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.430s] 2025-10-14 09:24:16.123 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.075s] 2025-10-14 09:24:16.327 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.565s] 2025-10-14 09:24:16.762 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.434s] 2025-10-14 09:24:17.299 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.535s] 2025-10-14 09:24:17.624 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.327s] 2025-10-14 09:24:17.958 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.333s] 2025-10-14 09:24:18.300 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.342s] 2025-10-14 09:24:18.470 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [18.445s] 2025-10-14 09:24:18.896 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.593s] 2025-10-14 09:24:19.150 26 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [0.683s] 2025-10-14 09:24:19.262 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.368s] 2025-10-14 09:24:19.625 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.362s] 2025-10-14 09:24:19.968 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.343s] 2025-10-14 09:24:20.726 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.756s] 2025-10-14 09:24:21.225 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.499s] 2025-10-14 09:24:21.299 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.284s] 2025-10-14 09:24:21.501 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [0.200s] 2025-10-14 09:24:21.591 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.366s] 2025-10-14 09:24:21.934 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.342s] 2025-10-14 09:24:22.280 26 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.347s] 2025-10-14 09:24:23.612 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.180s] 2025-10-14 09:24:25.012 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... success [7.517s] 2025-10-14 09:24:28.924 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [25.734s] 2025-10-14 09:24:30.034 26 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.681s] 2025-10-14 09:24:30.095 26 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.061s] 2025-10-14 09:24:35.545 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [3.384s] 2025-10-14 09:24:35.585 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.041s] 2025-10-14 09:24:35.817 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.230s] 2025-10-14 09:24:36.228 26 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... success [11.219s] 2025-10-14 09:24:36.390 26 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.467s] 2025-10-14 09:24:36.569 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [0.752s] 2025-10-14 09:24:37.905 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.083s] 2025-10-14 09:24:38.363 26 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.846s] 2025-10-14 09:24:39.114 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.544s] 2025-10-14 09:24:39.146 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.032s] 2025-10-14 09:24:39.192 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.046s] 2025-10-14 09:24:42.363 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [1.782s] 2025-10-14 09:24:43.454 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.081s] 2025-10-14 09:24:44.213 26 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2025-10-14 09:24:44.269 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.906s] 2025-10-14 09:24:44.469 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.694s] 2025-10-14 09:24:44.946 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.476s] 2025-10-14 09:24:46.111 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [1.841s] 2025-10-14 09:24:46.240 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [1.289s] 2025-10-14 09:24:46.647 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.411s] 2025-10-14 09:24:47.267 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [3.810s] 2025-10-14 09:24:47.590 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.478s] 2025-10-14 09:24:47.702 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.053s] 2025-10-14 09:24:48.143 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.439s] 2025-10-14 09:24:48.344 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [0.753s] 2025-10-14 09:24:49.315 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.167s] 2025-10-14 09:24:49.367 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.057s] 2025-10-14 09:24:50.182 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.838s] 2025-10-14 09:24:51.040 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [3.772s] 2025-10-14 09:24:51.105 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.387s] 2025-10-14 09:24:52.152 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.969s] 2025-10-14 09:24:52.309 26 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2025-10-14 09:24:54.422 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2025-10-14 09:24:54.437 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.015s] 2025-10-14 09:24:54.450 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:24:54.475 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.024s] 2025-10-14 09:24:54.481 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:24:54.678 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.192s] 2025-10-14 09:24:54.685 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.010s] 2025-10-14 09:24:54.686 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.532s] 2025-10-14 09:24:54.697 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.013s] 2025-10-14 09:24:54.709 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.011s] 2025-10-14 09:24:54.712 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2025-10-14 09:24:54.725 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:24:54.909 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.183s] 2025-10-14 09:24:54.931 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.022s] 2025-10-14 09:24:54.958 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.027s] 2025-10-14 09:24:54.986 26 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [3.946s] 2025-10-14 09:24:54.992 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.033s] 2025-10-14 09:24:56.566 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.164s] 2025-10-14 09:24:56.615 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [1.929s] 2025-10-14 09:24:56.836 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.221s] 2025-10-14 09:24:56.950 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.114s] 2025-10-14 09:24:57.047 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.096s] 2025-10-14 09:24:57.114 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.066s] 2025-10-14 09:24:57.167 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.053s] 2025-10-14 09:24:57.257 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.090s] 2025-10-14 09:24:57.331 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.073s] 2025-10-14 09:24:57.365 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.034s] 2025-10-14 09:24:57.403 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.037s] 2025-10-14 09:24:58.405 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [0.391s] 2025-10-14 09:24:58.465 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [0.059s] 2025-10-14 09:24:59.547 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.142s] 2025-10-14 09:25:00.833 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.265s] 2025-10-14 09:25:00.877 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.061s] 2025-10-14 09:25:00.995 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.117s] 2025-10-14 09:25:01.051 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.056s] 2025-10-14 09:25:01.065 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.232s] 2025-10-14 09:25:01.102 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.050s] 2025-10-14 09:25:01.144 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.042s] 2025-10-14 09:25:01.175 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.031s] 2025-10-14 09:25:01.206 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.030s] 2025-10-14 09:25:01.249 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.040s] 2025-10-14 09:25:01.429 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.180s] 2025-10-14 09:25:01.633 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.204s] 2025-10-14 09:25:02.015 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.107s] 2025-10-14 09:25:02.624 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.609s] 2025-10-14 09:25:02.998 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.372s] 2025-10-14 09:25:03.330 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.331s] 2025-10-14 09:25:03.607 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.276s] 2025-10-14 09:25:04.181 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.016s] 2025-10-14 09:25:04.184 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.573s] 2025-10-14 09:25:04.214 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.034s] 2025-10-14 09:25:04.498 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.316s] 2025-10-14 09:25:04.538 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.040s] 2025-10-14 09:25:04.555 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.017s] 2025-10-14 09:25:04.570 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.014s] 2025-10-14 09:25:04.587 26 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2025-10-14 09:25:06.072 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.151s] 2025-10-14 09:25:06.193 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.119s] 2025-10-14 09:25:06.256 26 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.064s] 2025-10-14 09:25:06.377 26 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [0.557s] 2025-10-14 09:25:08.061 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.177s] 2025-10-14 09:25:08.266 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.206s] 2025-10-14 09:25:09.776 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.297s] 2025-10-14 09:25:10.000 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.225s] 2025-10-14 09:25:12.259 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.060s] 2025-10-14 09:25:12.322 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.062s] 2025-10-14 09:25:12.399 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.077s] 2025-10-14 09:25:12.739 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.339s] 2025-10-14 09:25:12.915 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.175s] 2025-10-14 09:25:13.183 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.267s] 2025-10-14 09:25:13.242 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.059s] 2025-10-14 09:25:13.318 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.076s] 2025-10-14 09:25:13.408 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.089s] 2025-10-14 09:25:13.490 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.082s] 2025-10-14 09:25:13.558 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.068s] 2025-10-14 09:25:13.689 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.129s] 2025-10-14 09:25:13.832 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.140s] 2025-10-14 09:25:13.914 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.084s] 2025-10-14 09:25:13.995 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.081s] 2025-10-14 09:25:18.113 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.606s] 2025-10-14 09:25:20.708 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.018s] 2025-10-14 09:25:20.734 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.025s] 2025-10-14 09:25:20.758 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.024s] 2025-10-14 09:25:20.790 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.030s] 2025-10-14 09:25:20.811 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.020s] 2025-10-14 09:25:20.826 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2025-10-14 09:25:20.842 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2025-10-14 09:25:20.873 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.031s] 2025-10-14 09:25:20.887 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.013s] 2025-10-14 09:25:20.909 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.022s] 2025-10-14 09:25:20.924 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2025-10-14 09:25:21.003 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.079s] 2025-10-14 09:25:21.084 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.079s] 2025-10-14 09:25:21.153 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.069s] 2025-10-14 09:25:21.216 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.062s] 2025-10-14 09:25:21.232 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.015s] 2025-10-14 09:25:21.258 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.026s] 2025-10-14 09:25:21.288 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.029s] 2025-10-14 09:25:21.313 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.024s] 2025-10-14 09:25:21.341 26 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.028s] 2025-10-14 09:25:26.897 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.777s] 2025-10-14 09:25:31.052 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [22.780s] 2025-10-14 09:25:33.688 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.115s] 2025-10-14 09:25:33.735 26 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.047s] 2025-10-14 09:25:37.733 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.837s] 2025-10-14 09:25:38.506 26 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [49.962s] 2025-10-14 09:25:44.001 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.033s] 2025-10-14 09:25:44.065 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.064s] 2025-10-14 09:25:44.094 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.028s] 2025-10-14 09:25:44.185 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.091s] 2025-10-14 09:25:44.229 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.043s] 2025-10-14 09:25:44.269 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.039s] 2025-10-14 09:25:44.300 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.031s] 2025-10-14 09:25:44.340 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.040s] 2025-10-14 09:25:44.377 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.036s] 2025-10-14 09:25:44.413 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.036s] 2025-10-14 09:25:44.449 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.036s] 2025-10-14 09:25:44.566 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.115s] 2025-10-14 09:25:44.688 26 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.122s] 2025-10-14 09:26:08.049 26 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [29.529s] 2025-10-14 09:26:15.576 26 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.062s] 2025-10-14 09:26:21.446 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [4.192s] 2025-10-14 09:26:26.604 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [5.155s] 2025-10-14 09:26:28.111 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [1.511s] 2025-10-14 09:26:29.264 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [1.151s] 2025-10-14 09:26:35.462 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [6.196s] 2025-10-14 09:26:46.780 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [11.309s] 2025-10-14 09:26:47.776 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.000s] 2025-10-14 09:26:50.892 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [3.113s] 2025-10-14 09:26:54.138 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [3.242s] 2025-10-14 09:26:55.755 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [1.621s] 2025-10-14 09:27:07.428 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [11.663s] 2025-10-14 09:27:17.443 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.919s] 2025-10-14 09:27:22.257 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [4.811s] 2025-10-14 09:27:26.109 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [3.851s] 2025-10-14 09:27:35.916 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [9.806s] 2025-10-14 09:27:44.134 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [1.226s] 2025-10-14 09:27:44.269 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.134s] 2025-10-14 09:27:44.956 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [0.687s] 2025-10-14 09:27:51.072 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.249s] 2025-10-14 09:27:53.375 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.302s] 2025-10-14 09:27:54.360 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [0.985s] 2025-10-14 09:27:54.469 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.108s] 2025-10-14 09:27:54.560 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.091s] 2025-10-14 09:27:58.985 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [4.423s] 2025-10-14 09:27:59.402 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.417s] 2025-10-14 09:27:59.463 26 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.062s] 2025-10-14 09:28:02.861 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.094s] 2025-10-14 09:28:05.214 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.226s] 2025-10-14 09:28:05.291 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [0.076s] 2025-10-14 09:28:05.467 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.176s] 2025-10-14 09:28:05.575 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.105s] 2025-10-14 09:28:05.666 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [0.091s] 2025-10-14 09:28:05.760 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [0.092s] 2025-10-14 09:28:05.844 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [0.084s] 2025-10-14 09:28:05.944 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [0.100s] 2025-10-14 09:28:06.143 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [0.198s] 2025-10-14 09:28:06.252 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [0.109s] 2025-10-14 09:28:06.347 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [0.094s] 2025-10-14 09:28:06.449 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [0.102s] 2025-10-14 09:28:06.529 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.079s] 2025-10-14 09:28:06.583 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [0.054s] 2025-10-14 09:28:06.654 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [0.069s] 2025-10-14 09:28:06.718 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [0.065s] 2025-10-14 09:28:06.796 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [0.077s] 2025-10-14 09:28:06.863 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [0.066s] 2025-10-14 09:28:06.930 26 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [0.068s] 2025-10-14 09:28:11.843 26 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.182s] 2025-10-14 09:28:13.284 26 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2025-10-14 09:28:20.416 26 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.556s] 2025-10-14 09:28:27.880 26 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.461s] 2025-10-14 09:28:30.680 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context testr@default cleanup() started 2025-10-14 09:28:30.681 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context testr@default cleanup() finished in 0.76 msec 2025-10-14 09:28:30.681 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context tempest@default cleanup() started 2025-10-14 09:28:30.846 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e5982d6d_lsNPm6yL'. 2025-10-14 09:28:30.847 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/11e313b2-19bb-4683-b8fc-f6b7f53543bd -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}bfd48560297813faa16d689851b79090ffb255b581ac066b36f9130368ba33c6" _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2025-10-14 09:28:31.183 26 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Tue, 14 Oct 2025 09:28:30 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-06a891dc-a6cb-440a-9e10-498ab9464a35 x-openstack-request-id: req-06a891dc-a6cb-440a-9e10-498ab9464a35 _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2025-10-14 09:28:31.183 26 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/11e313b2-19bb-4683-b8fc-f6b7f53543bd used request id req-06a891dc-a6cb-440a-9e10-498ab9464a35 request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2025-10-14 09:28:31.184 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e5982d6d_lsNPm6yL' has been deleted. 2025-10-14 09:28:31.185 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '11e313b2-19bb-4683-b8fc-f6b7f53543bd' of option 'instance_type' from Tempest config file. 2025-10-14 09:28:31.185 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '11e313b2-19bb-4683-b8fc-f6b7f53543bd' has been removed. 2025-10-14 09:28:31.187 26 INFO rally.task.context [-] Verification f23f2289-a855-4e39-a792-8eb3c671ae99 | Context tempest@default cleanup() finished in 0.51 sec 2025-10-14 09:28:31.212 26 INFO rally.api [-] Verification (UUID=e5982d6d-869a-41f4-906a-4c3acc34d951) has been successfully finished for deployment 'opnfv-rally' (UUID=bbf4c848-03f6-4121-a611-317d5ed6ea4f)! 2025-10-14 09:28:34.026 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:28:34.027 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:28:34.027 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:28:37.023 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:28:37.024 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:28:37.024 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:28:39.673 71 INFO rally.api [-] Building 'html' report for the following verification(s): 'e5982d6d-869a-41f4-906a-4c3acc34d951' 2025-10-14 09:28:39.705 71 INFO rally.api [-] The report has been successfully built. 2025-10-14 09:28:42.085 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2025-10-14 09:28:42.085 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2025-10-14 09:28:42.085 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2025-10-14 09:28:44.660 72 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e5982d6d-869a-41f4-906a-4c3acc34d951' 2025-10-14 09:28:44.683 72 INFO rally.api [-] The report has been successfully built.