Status: Pass 676 Failure 106 Skip 182
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.admin.test_servers | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.admin.test_servers.ServersAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_servers.py", line 48, in resource_setup
server = cls.create_test_server(name=cls.s2_name,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 528273ab-7fe9-444b-8932-70ec38df35a5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:33:16Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-953a5318-1e36-411f-a69f-1a2945941492.
|
||||||
| setUpClass (tempest.api.compute.admin.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_servers_negative.py", line 42, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8dc14db1-3ba2-434e-85a4-926773899bc2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:33:36Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-f16aa19d-5e34-4782-80cf-f361b7339fa7.
|
||||||
| setUpClass (tempest.api.compute.admin.test_simple_tenant_usage | 1 | 0 | 1 | 0 | 0 | Detail | |
TenantUsagesTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_simple_tenant_usage.py", line 43, in resource_setup
cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6511e9eb-4e7c-4358-bdc2-3fddf386802c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:33:53Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-202ef763-9245-418f-bd7a-bc782a512e90.
|
||||||
| setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 70, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 04bbdf1c-42e5-428c-91c2-6e711b513c82 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:33:56Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b3ad281b-0247-4217-b534-0d97305fda0f.
|
||||||
| setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationNegativeTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py", line 72, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (FloatingIPsAssociationNegativeTestJSON:setUpClass) Server 8d9085e2-9df7-4f22-83ec-889f2d18edc9 failed to reach ACTIVE status and task state "None" within the required time (300 s). Request ID of server operation performed before checking the server status req-ea3a1a74-53c3-43d1-bbed-a25f437c61a2. Current status: BUILD. Current task state: spawning.
|
||||||
| setUpClass (tempest.api.compute.images.test_images_oneserver | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images_oneserver.py", line 32, in resource_setup
cls.server_id = cls.create_test_server(wait_until='ACTIVE')['id']
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 54ce1dc7-e43d-4d8a-a215-bc4e20f8e53b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:34:46Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b85d382b-c35a-475f-92fb-16d6cde05b16.
|
||||||
| setUpClass (tempest.api.compute.images.test_images_oneserver_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerNegativeTestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images_oneserver_negative.py", line 86, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 35b6f921-5852-4f75-bab7-1804d670f4a9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:46Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-c92ad0ab-d71e-4dfb-b38b-75ba470186ee.
|
||||||
| setUpClass (tempest.api.compute.images.test_list_image_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListImageFiltersTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_list_image_filters.py", line 99, in resource_setup
cls.server2 = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 83c7aa33-7737-456a-b6d4-fe8d54c1a2a5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:10Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-49d82c3f-b123-4f2c-ac05-4d2359fe9458.
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 3 | 0 | 2 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt9.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
ServersTestJSON) |
fail
ft9.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 118c9ddb-0e7c-4b66-bd1f-4d3f594ab74d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:38:51Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-2851cbb5-ce8f-406e-8256-67065ca90d1f.
|
||||||
ServersTestManualDisk) |
fail
ft9.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 998f5bb6-83a0-4936-bd45-c8bb17a7430a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:27Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-c66446e7-6067-4573-ae69-d0fa9fa9878f.
|
||||||
| setUpClass (tempest.api.compute.servers.test_instance_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsTestJSON) |
fail
ft10.1: setUpClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_instance_actions.py", line 34, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 404816d7-be1c-45f4-849c-e9381ef50999 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:37Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-0bb1d338-e3d5-4c6c-b5a8-88682fbd9223.
|
||||||
| setUpClass (tempest.api.compute.servers.test_instance_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsNegativeTestJSON) |
fail
ft11.1: setUpClass (tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_instance_actions_negative.py", line 35, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c7de466d-5828-400c-b4ba-e179432324b7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:22Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-2da84edd-a85a-4f4f-a01a-acc34f6876b9.
|
||||||
| setUpClass (tempest.api.compute.servers.test_list_server_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServerFiltersTestJSON) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_list_server_filters.py", line 68, in resource_setup
cls.s3 = cls.create_test_server(name=cls.s3_name,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9ead47d7-6d99-4a4f-bd7f-0dce80de9715 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:34:23Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-8579cedd-53af-4c01-a59e-5a5e39e5bc92.
|
||||||
| setUpClass (tempest.api.compute.servers.test_list_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServersNegativeTestJSON) |
fail
ft13.1: setUpClass (tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_list_servers_negative.py", line 40, in resource_setup
body = cls.create_test_server(wait_until='ACTIVE', min_count=3)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ee90b0e7-b247-4e99-a777-73283e0d6dc1 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:38:31Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-2a19afa2-be3d-42ca-bfe8-e8b0d6e9adb7.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 4 | 0 | 3 | 0 | 1 | Detail | |
ServerActionsTestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c1d6591c-0a6e-401d-94b0-9b98dd88b790 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:08Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-035c459e-baa0-4c30-a975-67a3d0ef26f9.
|
||||||
ServerActionsTestOtherB) |
fail
ft14.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 445adf67-0fe0-4f73-93fa-c0a4dad731a3 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:39Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-f21c907a-d08b-48aa-8eb2-f50641fc33ed.
|
||||||
ServerActionsTestOtherA) |
fail
ft14.3: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3f37aa8a-980d-4bf2-8e7e-4a9fc8bce656 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:24Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-ff967713-fbba-4b01-ad7e-ed1e6ab6b5fe.
|
||||||
ServerActionsV293TestJSON) |
skip
pt14.4: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft15.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_addresses.py", line 33, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 2859a010-f746-4fbd-9d5a-3989c4d2b487 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:03Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-427d948e-c8fd-4a4b-afed-35335c591088.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesNegativeTestJSON) |
fail
ft16.1: setUpClass (tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_addresses_negative.py", line 33, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3c407769-4a27-4780-bf81-99bccc05ff0d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:34:48Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-3d16a176-ac00-4531-b274-2d1cd7f29f5e.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataTestJSON) |
fail
ft17.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_metadata.py", line 37, in resource_setup
cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7d679f8f-d38d-48cf-9431-037ce409a10d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:42Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-4cb480bc-7944-410c-81c7-2f6574ca41b6.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_metadata_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataNegativeTestJSON) |
fail
ft18.1: setUpClass (tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_metadata_negative.py", line 36, in resource_setup
cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8a005d7a-4c5c-4ada-9188-11432283d133 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:44Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b0920c82-79bd-4771-910a-5c0e60c8ce2a.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_password | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerPasswordTestJSON) |
fail
ft19.1: setUpClass (tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_password.py", line 29, in resource_setup
cls.server = cls.create_test_server(wait_until="ACTIVE")
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c1ecf38f-f18f-4b97-ae15-a0b5121566ee failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:52Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-fff39406-75d8-4c90-ba0f-4966be32aa14.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue | 4 | 0 | 2 | 0 | 2 | Detail | |
ServerStableDeviceRescueTest) |
skip
pt20.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest)
|
||||||
ServerBootFromVolumeStableRescueTest) |
skip
pt20.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest)
|
||||||
ServerRescueTestJSON) |
fail
ft20.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup
server = cls.create_test_server(adminPass=password,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0bad2364-2776-4936-a6d0-bde393aa336b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:17Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-004b9e84-8572-488e-815a-79a3f15e491b.
|
||||||
ServerRescueTestJSONUnderV235) |
fail
ft20.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup
server = cls.create_test_server(adminPass=password,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5ff04417-10df-419f-b403-fa9987cb4028 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:36Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-d090d91d-abbe-451e-a01c-cc1be9192dd6.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft21.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_rescue_negative.py", line 54, in resource_setup
resc_server = cls.create_test_server(adminPass=rescue_password,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7b1b367d-f333-4022-9095-98595cd7396a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:44Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-39c28203-d188-47af-9298-cdb6af29246c.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerTagsTestJSON) |
fail
ft22.1: setUpClass (tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_tags.py", line 40, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3e66e744-80d1-49f0-91ea-8cc8750bea59 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:12Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-61a550ad-8c22-43bf-b49f-6ecfcdf862da.
|
||||||
| setUpClass (tempest.api.compute.servers.test_servers_negative | 2 | 0 | 2 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft23.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 31cbc4ed-ab79-4dba-9b1f-8ad423ad020b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:24Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-080722bf-b9be-43e1-92f0-7db5997567c9.
|
||||||
ServersNegativeTestMultiTenantJSON) |
fail
ft23.2: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers_negative.py", line 598, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c13d3a62-d2b7-49fe-89f9-a84fd638505a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:57Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-052b73ba-cc0d-423c-a841-d188fede7d3c.
|
||||||
| setUpClass (tempest.serial_tests.api.admin.test_aggregates | 2 | 0 | 2 | 0 | 0 | Detail | |
AggregatesAdminTestJSON) |
fail
ft24.1: setUpClass (tempest.serial_tests.api.admin.test_aggregates.AggregatesAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/serial_tests/api/admin/test_aggregates.py", line 62, in resource_setup
raise testtools.TestCase.failureException(msg)
AssertionError: no available compute node found
|
||||||
AggregatesAdminTestV241) |
fail
ft24.2: setUpClass (tempest.serial_tests.api.admin.test_aggregates.AggregatesAdminTestV241)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/serial_tests/api/admin/test_aggregates.py", line 62, in resource_setup
raise testtools.TestCase.failureException(msg)
AssertionError: no available compute node found
|
||||||
| tearDownClass (tempest.api.compute.admin.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersWithSpecificFlavorTestJSON) |
fail
ft25.1: tearDownClass (tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds
self._clear_isolated_net_resources()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 590, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 553, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2a0287d8-a722-4138-9269-aa4b535b04dc: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tearDownClass (tempest.api.compute.admin.test_live_migration_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
LiveMigrationNegativeTest) |
fail
ft26.1: tearDownClass (tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: None, <traceback object at 0x7f643815e440>)
|
||||||
| tearDownClass (tempest.api.compute.admin.test_server_diagnostics | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerDiagnosticsV248Test) |
fail
ft27.1: tearDownClass (tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: None, <traceback object at 0x7ffbb10285c0>)
|
||||||
| tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
fail
ft28.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:21:41,386 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474 0.388s
2025-11-24 20:21:41,387 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:41 GMT', 'server': 'Apache', 'content-length': '507', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6da007-ba33-4c45-b3f3-4d7894dd231f', 'x-compute-request-id': 'req-3f6da007-ba33-4c45-b3f3-4d7894dd231f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474'}
Body: b'{"flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "name": "m1.nano", "ram": 128, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}}'
2025-11-24 20:21:41,573 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.180s
2025-11-24 20:21:41,573 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"flavor": {"ram": 128, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_1-823758181", "id": 2119239168, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:41 GMT', 'server': 'Apache', 'content-length': '463', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-267a9e6a-eddc-4c0b-afe5-b039b905e45d', 'x-compute-request-id': 'req-267a9e6a-eddc-4c0b-afe5-b039b905e45d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors'}
Body: b'{"flavor": {"id": "2119239168", "name": "tempest-flavor_with_ephemeral_1-823758181", "ram": 128, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/2119239168"}]}}'
2025-11-24 20:21:41,721 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474/os-extra_specs 0.145s
2025-11-24 20:21:41,722 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:41 GMT', 'server': 'Apache', 'content-length': '43', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3493e771-0f64-418a-affd-507267391c32', 'x-compute-request-id': 'req-3493e771-0f64-418a-affd-507267391c32', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474/os-extra_specs'}
Body: b'{"extra_specs": {"hw_rng:allowed": "True"}}'
2025-11-24 20:21:41,842 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168/os-extra_specs 0.119s
2025-11-24 20:21:41,842 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"extra_specs": {"hw_rng:allowed": "True"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:41 GMT', 'server': 'Apache', 'content-length': '43', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c22dfd9-a0ea-4ee6-8948-0c0b18e091c3', 'x-compute-request-id': 'req-1c22dfd9-a0ea-4ee6-8948-0c0b18e091c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168/os-extra_specs'}
Body: b'{"extra_specs": {"hw_rng:allowed": "True"}}'
2025-11-24 20:21:41,992 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/flavors 0.148s
2025-11-24 20:21:41,992 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"flavor": {"ram": 128, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_0-1804918357", "id": 1385523466, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:41 GMT', 'server': 'Apache', 'content-length': '464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeab8bc3-8f8d-4937-b0f0-4154388e8281', 'x-compute-request-id': 'req-aeab8bc3-8f8d-4937-b0f0-4154388e8281', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors'}
Body: b'{"flavor": {"id": "1385523466", "name": "tempest-flavor_with_ephemeral_0-1804918357", "ram": 128, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/1385523466"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}}'
2025-11-24 20:21:42,134 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474/os-extra_specs 0.141s
2025-11-24 20:21:42,134 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:42 GMT', 'server': 'Apache', 'content-length': '43', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d385b6f1-62ac-416a-bd67-d630b9295e33', 'x-compute-request-id': 'req-d385b6f1-62ac-416a-bd67-d630b9295e33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474/os-extra_specs'}
Body: b'{"extra_specs": {"hw_rng:allowed": "True"}}'
2025-11-24 20:21:42,348 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/flavors/1385523466/os-extra_specs 0.212s
2025-11-24 20:21:42,348 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"extra_specs": {"hw_rng:allowed": "True"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:42 GMT', 'server': 'Apache', 'content-length': '43', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-722e3d8a-1d3a-4a67-82d4-e2ec10fe4692', 'x-compute-request-id': 'req-722e3d8a-1d3a-4a67-82d4-e2ec10fe4692', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/1385523466/os-extra_specs'}
Body: b'{"extra_specs": {"hw_rng:allowed": "True"}}'
2025-11-24 20:21:42,350 46 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:21:42,350 46 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:21:42,576 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.224s
2025-11-24 20:21:42,576 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2026842827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ49e9iAJEYdP63NtFUlk479LSObt9IGRnSbGRaroqCq0SiEqjsLmEcHzkRQxmkD21/PvlVjsdtCG++6W4Lpc+br9tY3YaZ1hZsnL6FJl1+U+Y0MVHhZ5uhQPdv+XsNd7w=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:42 GMT', 'server': 'Apache', 'content-length': '386', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38e96df5-9a36-46d4-947c-5e451348554b', 'x-compute-request-id': 'req-38e96df5-9a36-46d4-947c-5e451348554b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2026842827", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ49e9iAJEYdP63NtFUlk479LSObt9IGRnSbGRaroqCq0SiEqjsLmEcHzkRQxmkD21/PvlVjsdtCG++6W4Lpc+br9tY3YaZ1hZsnL6FJl1+U+Y0MVHhZ5uhQPdv+XsNd7w==", "fingerprint": "e5:19:94:11:3f:fc:5b:0c:09:7a:8b:02:0b:40:f1:d1", "user_id": "fdcce01fe61847e0972b7d8925fc4984"}}'
2025-11-24 20:21:42,578 46 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2026842827 created
2025-11-24 20:21:43,068 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.489s
2025-11-24 20:21:43,069 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1538497007", "description": "tempest-description--326766613"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-b034c0bd-83bb-43a0-bef0-86286e86865f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "59bba69b-88bb-42f5-9692-fcbbda323061", "name": "tempest-securitygroup--1538497007", "stateful": true, "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "description": "tempest-description--326766613", "shared": false, "security_group_rules": [{"id": "2da0f82f-f0f5-42e6-955b-581764fabb1e", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 88, "description": null, "tags": [], "created_at": "2025-11-24T20:21:42Z", "updated_at": "2025-11-24T20:21:42Z", "revision_number": 0, "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4"}, {"id": "efdd1b71-f1b4-4b39-adae-6ce619f67250", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 87, "description": null, "tags": [], "created_at": "2025-11-24T20:21:42Z", "updated_at": "2025-11-24T20:21:42Z", "revision_number": 0, "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4"}], "tags": [], "created_at": "2025-11-24T20:21:42Z", "updated_at": "2025-11-24T20:21:42Z", "revision_number": 1, "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4"}}'
2025-11-24 20:21:43,375 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.304s
2025-11-24 20:21:43,375 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-1c796e91-764c-4c11-9035-c09b7d0dbff7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a578fa9d-b1b8-4a2f-8f90-0d625b551186", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:21:43Z", "updated_at": "2025-11-24T20:21:43Z", "revision_number": 0, "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4"}}'
2025-11-24 20:21:43,959 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.582s
2025-11-24 20:21:43,959 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0c75bf7e-ed96-4d4c-8f2f-2938a10babc8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f15eefe8-5b50-4368-9ba9-c1ddc67ab664", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "security_group_id": "59bba69b-88bb-42f5-9692-fcbbda323061", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:21:43Z", "updated_at": "2025-11-24T20:21:43Z", "revision_number": 0, "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4"}}'
2025-11-24 20:21:43,959 46 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1538497007 created
2025-11-24 20:21:44,798 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 0.837s
2025-11-24 20:21:44,799 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-4b2a8041-00a5-43be-8cae-07ecf9482bc0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "34f250d8-dd28-4c56-a112-2551b8a1e34e", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "floating_ip_address": "192.168.122.176", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:21:44Z", "updated_at": "2025-11-24T20:21:44Z", "revision_number": 0}}'
2025-11-24 20:21:44,799 46 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '34f250d8-dd28-4c56-a112-2551b8a1e34e', 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'floating_ip_address': '192.168.122.176', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:21:44Z', 'updated_at': '2025-11-24T20:21:44Z', 'revision_number': 0, 'ip': '192.168.122.176'} created
2025-11-24 20:21:45,151 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.347s
2025-11-24 20:21:45,151 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:44 GMT', 'server': 'Apache', 'content-length': '5730', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-432c4278-fd81-454f-a549-ecdc2f04db3d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fdcce01fe61847e0972b7d8925fc4984", "name": "tempest-ServersWithSpecificFlavorTestJSON-365147575-project-member", "password_expires_at": null}, "audit_ids": ["e3GRsWdxRJKYl9ImSWC6kA"], "expires_at": "2025-11-24T21:21:45.000000Z", "issued_at": "2025-11-24T20:21:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c56e6d5c1eae48bfa49e12800a76eaa4", "name": "tempest-ServersWithSpecificFlavorTestJSON-365147575"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_c56e6d5c1eae48bfa49e12800a76eaa4", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_c56e6d5c1eae48bfa49e12800a76eaa4", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "place
2025-11-24 20:21:45,152 46 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': '4a485bc3-226d-456b-9867-555937265557', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-477509760-network', 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60659, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:21:27Z', 'updated_at': '2025-11-24T20:21:27Z', 'revision_number': 1} available for tenant
2025-11-24 20:21:45,153 46 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2026842827', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ49e9iAJEYdP63NtFUlk479LSObt9IGRnSbGRaroqCq0SiEqjsLmEcHzkRQxmkD21/PvlVjsdtCG++6W4Lpc+br9tY3YaZ1hZsnL6FJl1+U+Y0MVHhZ5uhQPdv+XsNd7w==', 'fingerprint': 'e5:19:94:11:3f:fc:5b:0c:09:7a:8b:02:0b:40:f1:d1', 'user_id': 'fdcce01fe61847e0972b7d8925fc4984', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBSVtTrIfePOWMiv1HbvbUsawN6PHQvhDVujLouo4WwWPsvdoSf66aX\nVcvTYcR1NBGgBwYFK4EEACKhZANiAASePXvYgCRGHT+tzbRVJZOO/S0jm7fSBkZ0\nmxkWq6KgqtEohKo7C5hHB85EUMZpA9tfz75VY7HbQhvvuluC6XPm6/bWN2GmdYWb\nJy+hSZdflPmNDFR4WeboUD3b/l7DXe8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '59bba69b-88bb-42f5-9692-fcbbda323061', 'name': 'tempest-securitygroup--1538497007', 'stateful': True, 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'description': 'tempest-description--326766613', 'shared': False, 'security_group_rules': [{'id': '2da0f82f-f0f5-42e6-955b-581764fabb1e', 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'security_group_id': '59bba69b-88bb-42f5-9692-fcbbda323061', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 88, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:21:42Z', 'updated_at': '2025-11-24T20:21:42Z', 'revision_number': 0, 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4'}, {'id': 'efdd1b71-f1b4-4b39-adae-6ce619f67250', 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'security_group_id': '59bba69b-88bb-42f5-9692-fcbbda323061', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 87, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:21:42Z', 'updated_at': '2025-11-24T20:21:42Z', 'revision_number': 0, 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4'}], 'tags': [], 'created_at': '2025-11-24T20:21:42Z', 'updated_at': '2025-11-24T20:21:42Z', 'revision_number': 1, 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4'}, 'floating_ip': {'id': '34f250d8-dd28-4c56-a112-2551b8a1e34e', 'tenant_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'floating_ip_address': '192.168.122.176', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c56e6d5c1eae48bfa49e12800a76eaa4', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:21:44Z', 'updated_at': '2025-11-24T20:21:44Z', 'revision_number': 0, 'ip': '192.168.122.176'}}
2025-11-24 20:21:48,844 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.690s
2025-11-24 20:21:48,845 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "1385523466", "adminPass": "password", "networks": [{"uuid": "4a485bc3-226d-456b-9867-555937265557"}], "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "key_name": "tempest-keypair-2026842827", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:45 GMT', 'server': 'Apache', 'content-length': '442', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba3f03dd-66f2-4990-aa3b-a93f29ccb4b1', 'x-compute-request-id': 'req-ba3f03dd-66f2-4990-aa3b-a93f29ccb4b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "adminPass": "password"}}'
2025-11-24 20:21:49,121 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.274s
2025-11-24 20:21:49,121 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:48 GMT', 'server': 'Apache', 'content-length': '1345', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca6d08f5-e0e2-4cf5-acae-4176c1660caf', 'x-compute-request-id': 'req-ca6d08f5-e0e2-4cf5-acae-4176c1660caf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:21:50,509 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.378s
2025-11-24 20:21:50,509 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:50 GMT', 'server': 'Apache', 'content-length': '1397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14455689-d828-448a-884d-1d0513ac44fa', 'x-compute-request-id': 'req-14455689-d828-448a-884d-1d0513ac44fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:21:50,514 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2025-11-24 20:21:52,126 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.611s
2025-11-24 20:21:52,127 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:51 GMT', 'server': 'Apache', 'content-length': '1403', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20df02e6-2615-4394-8a1b-99d96f4f25ff', 'x-compute-request-id': 'req-20df02e6-2615-4394-8a1b-99d96f4f25ff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:21:52,133 46 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2025-11-24 20:21:53,689 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.554s
2025-11-24 20:21:53,690 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:53 GMT', 'server': 'Apache', 'content-length': '1403', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4441fa7e-cacd-4aa9-ad10-fa0f80776954', 'x-compute-request-id': 'req-4441fa7e-cacd-4aa9-ad10-fa0f80776954', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:21:56,048 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.350s
2025-11-24 20:21:56,048 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:54 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d53dd8ab-c1df-4745-a3fa-8cd177797a31', 'x-compute-request-id': 'req-d53dd8ab-c1df-4745-a3fa-8cd177797a31', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:21:57,948 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.895s
2025-11-24 20:21:57,948 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe901791-865f-42b9-aa82-83b7dbfe7a9a', 'x-compute-request-id': 'req-fe901791-865f-42b9-aa82-83b7dbfe7a9a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:00,824 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.871s
2025-11-24 20:22:00,825 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:21:58 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-230a70ee-3f4c-40a8-8c80-81206677bcee', 'x-compute-request-id': 'req-230a70ee-3f4c-40a8-8c80-81206677bcee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:04,674 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 2.841s
2025-11-24 20:22:04,675 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad43c228-1a61-49ba-b16d-138fcc6afcab', 'x-compute-request-id': 'req-ad43c228-1a61-49ba-b16d-138fcc6afcab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:07,928 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 2.225s
2025-11-24 20:22:07,928 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86507b82-4959-4365-bb4f-08407e7c325a', 'x-compute-request-id': 'req-86507b82-4959-4365-bb4f-08407e7c325a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:10,153 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.217s
2025-11-24 20:22:10,154 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9905d53-26e9-4108-94be-87517d2f7410', 'x-compute-request-id': 'req-b9905d53-26e9-4108-94be-87517d2f7410', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:12,553 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.392s
2025-11-24 20:22:12,553 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:11 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be140f8f-caaf-4860-9fbc-ab325baa39e7', 'x-compute-request-id': 'req-be140f8f-caaf-4860-9fbc-ab325baa39e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:14,202 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.645s
2025-11-24 20:22:14,203 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:13 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38763e35-50bb-483d-943a-affd77ff7cf3', 'x-compute-request-id': 'req-38763e35-50bb-483d-943a-affd77ff7cf3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:16,311 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.098s
2025-11-24 20:22:16,312 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c485108-53cc-4d6c-bbe6-1eb424824f74', 'x-compute-request-id': 'req-7c485108-53cc-4d6c-bbe6-1eb424824f74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:18,231 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.913s
2025-11-24 20:22:18,232 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc784fdd-af19-43df-b67e-dfdd2d880e04', 'x-compute-request-id': 'req-fc784fdd-af19-43df-b67e-dfdd2d880e04', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:20,033 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.796s
2025-11-24 20:22:20,033 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:19 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed0463cd-50fc-4e95-8bdb-7aaf5b1c1c02', 'x-compute-request-id': 'req-ed0463cd-50fc-4e95-8bdb-7aaf5b1c1c02', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:21,580 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.543s
2025-11-24 20:22:21,580 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:21 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fc67cb5-020d-481b-905f-1bf4a4e6e9b2', 'x-compute-request-id': 'req-5fc67cb5-020d-481b-905f-1bf4a4e6e9b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:23,173 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.580s
2025-11-24 20:22:23,174 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:22 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb352e8-c5eb-4cbf-8296-7f272a40d7a4', 'x-compute-request-id': 'req-cdb352e8-c5eb-4cbf-8296-7f272a40d7a4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:25,173 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.991s
2025-11-24 20:22:25,174 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50580829-144c-43ea-a574-b9e8202bd1b3', 'x-compute-request-id': 'req-50580829-144c-43ea-a574-b9e8202bd1b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:27,157 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.980s
2025-11-24 20:22:27,157 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96d059f1-57ca-4023-a15b-0adb1d5358ce', 'x-compute-request-id': 'req-96d059f1-57ca-4023-a15b-0adb1d5358ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:28,823 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.660s
2025-11-24 20:22:28,823 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4a6d302-dc67-40f5-a07e-bfa0dbf6c86c', 'x-compute-request-id': 'req-a4a6d302-dc67-40f5-a07e-bfa0dbf6c86c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:30,594 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.766s
2025-11-24 20:22:30,594 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:29 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b05415b8-c1a9-4efd-8ef6-b18ff657d08e', 'x-compute-request-id': 'req-b05415b8-c1a9-4efd-8ef6-b18ff657d08e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:32,595 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.980s
2025-11-24 20:22:32,595 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:31 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9978b9ad-8f25-4c6e-8c83-7794d4ea6188', 'x-compute-request-id': 'req-9978b9ad-8f25-4c6e-8c83-7794d4ea6188', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:34,693 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.093s
2025-11-24 20:22:34,694 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94067371-d493-4749-8972-212f89d35b98', 'x-compute-request-id': 'req-94067371-d493-4749-8972-212f89d35b98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:36,816 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.116s
2025-11-24 20:22:36,816 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b25968-2829-457b-aafa-f78d20000732', 'x-compute-request-id': 'req-e5b25968-2829-457b-aafa-f78d20000732', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:38,559 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.733s
2025-11-24 20:22:38,559 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e838da1-d2ed-4aef-a988-766ccb210ec2', 'x-compute-request-id': 'req-0e838da1-d2ed-4aef-a988-766ccb210ec2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:40,225 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.660s
2025-11-24 20:22:40,225 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:39 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fd45af2-589d-476f-b687-7231318feb47', 'x-compute-request-id': 'req-5fd45af2-589d-476f-b687-7231318feb47', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:41,658 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.429s
2025-11-24 20:22:41,659 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:41 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae573e0-2541-40a3-894f-aae380304460', 'x-compute-request-id': 'req-5ae573e0-2541-40a3-894f-aae380304460', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:43,222 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.558s
2025-11-24 20:22:43,222 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209ea2d3-96a2-498b-8cc6-4816533e3366', 'x-compute-request-id': 'req-209ea2d3-96a2-498b-8cc6-4816533e3366', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:44,800 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.570s
2025-11-24 20:22:44,801 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9405adc-2014-4e7a-bca2-4c3517ecff40', 'x-compute-request-id': 'req-f9405adc-2014-4e7a-bca2-4c3517ecff40', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:46,630 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.825s
2025-11-24 20:22:46,631 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38e1be39-fed4-4106-9e89-5c214f7aa0a6', 'x-compute-request-id': 'req-38e1be39-fed4-4106-9e89-5c214f7aa0a6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:48,746 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.110s
2025-11-24 20:22:48,747 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e051b9f0-f0ca-4090-9bda-894b07e5569a', 'x-compute-request-id': 'req-e051b9f0-f0ca-4090-9bda-894b07e5569a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:50,649 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.898s
2025-11-24 20:22:50,649 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:49 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b56135e-de64-41fe-8acc-4a30a8f3abb9', 'x-compute-request-id': 'req-3b56135e-de64-41fe-8acc-4a30a8f3abb9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:52,422 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.766s
2025-11-24 20:22:52,423 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2dc0380-83f8-407d-8c4c-c5afd1e71fb8', 'x-compute-request-id': 'req-a2dc0380-83f8-407d-8c4c-c5afd1e71fb8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:54,426 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.996s
2025-11-24 20:22:54,427 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0eaea8-dd6b-4373-bddb-061bac553625', 'x-compute-request-id': 'req-df0eaea8-dd6b-4373-bddb-061bac553625', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:56,371 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.937s
2025-11-24 20:22:56,372 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af622e94-5ae9-4fff-8678-11bbdc570add', 'x-compute-request-id': 'req-af622e94-5ae9-4fff-8678-11bbdc570add', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:58,277 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.897s
2025-11-24 20:22:58,277 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084f4336-9414-4e42-b89f-e31b347fabd9', 'x-compute-request-id': 'req-084f4336-9414-4e42-b89f-e31b347fabd9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:22:59,969 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.682s
2025-11-24 20:22:59,969 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:22:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab4be6c1-01a0-450a-acfb-c94f52dcba98', 'x-compute-request-id': 'req-ab4be6c1-01a0-450a-acfb-c94f52dcba98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:01,634 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.660s
2025-11-24 20:23:01,635 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f5ae690-a799-4033-b463-d71e00361930', 'x-compute-request-id': 'req-1f5ae690-a799-4033-b463-d71e00361930', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:03,414 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.770s
2025-11-24 20:23:03,414 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:02 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-535bf75d-2887-4bc1-a34b-28c7e68aea8b', 'x-compute-request-id': 'req-535bf75d-2887-4bc1-a34b-28c7e68aea8b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:05,849 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.426s
2025-11-24 20:23:05,850 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a60012af-2e52-4dd4-8133-a00a0c45feb5', 'x-compute-request-id': 'req-a60012af-2e52-4dd4-8133-a00a0c45feb5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:07,943 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.086s
2025-11-24 20:23:07,943 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:06 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304c87b3-cfb1-4e77-9313-1eba016bbf68', 'x-compute-request-id': 'req-304c87b3-cfb1-4e77-9313-1eba016bbf68', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:09,768 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.821s
2025-11-24 20:23:09,769 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0d84232-4e45-466d-bf8d-345e31fadb87', 'x-compute-request-id': 'req-f0d84232-4e45-466d-bf8d-345e31fadb87', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:11,677 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.903s
2025-11-24 20:23:11,678 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1680a73d-ccb1-4672-ac17-f228d4c1732c', 'x-compute-request-id': 'req-1680a73d-ccb1-4672-ac17-f228d4c1732c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:13,424 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.742s
2025-11-24 20:23:13,425 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b544263-c765-4965-8481-54064806ca8f', 'x-compute-request-id': 'req-2b544263-c765-4965-8481-54064806ca8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:14,826 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.391s
2025-11-24 20:23:14,826 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a624fbd8-6056-49cc-82d2-14d63adc4728', 'x-compute-request-id': 'req-a624fbd8-6056-49cc-82d2-14d63adc4728', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:16,346 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.516s
2025-11-24 20:23:16,346 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ed6b11e-12a1-46c3-86d8-cef6827a9a97', 'x-compute-request-id': 'req-6ed6b11e-12a1-46c3-86d8-cef6827a9a97', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:18,172 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.816s
2025-11-24 20:23:18,172 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06678a24-35bf-42c8-b354-4882eb6dd05a', 'x-compute-request-id': 'req-06678a24-35bf-42c8-b354-4882eb6dd05a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:19,712 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.534s
2025-11-24 20:23:19,713 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:19 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97435e85-1bbb-4383-a299-7f1e2a30c0ff', 'x-compute-request-id': 'req-97435e85-1bbb-4383-a299-7f1e2a30c0ff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:21,154 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.436s
2025-11-24 20:23:21,154 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8d7a88b-30aa-4fa7-8f48-d88cec42e7e5', 'x-compute-request-id': 'req-a8d7a88b-30aa-4fa7-8f48-d88cec42e7e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:23,175 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.011s
2025-11-24 20:23:23,175 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:22 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfb51bc0-5116-4809-9809-b5c18415266c', 'x-compute-request-id': 'req-dfb51bc0-5116-4809-9809-b5c18415266c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:25,994 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.814s
2025-11-24 20:23:25,994 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa3524b-ff43-49e4-be90-42a86e89cb5c', 'x-compute-request-id': 'req-4fa3524b-ff43-49e4-be90-42a86e89cb5c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:27,938 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.939s
2025-11-24 20:23:27,939 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:27 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a3b23d2-5780-4502-a48e-ecca8e6187f4', 'x-compute-request-id': 'req-3a3b23d2-5780-4502-a48e-ecca8e6187f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:29,938 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.994s
2025-11-24 20:23:29,938 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be8dd1c8-c9a0-424a-903b-16135d95ded8', 'x-compute-request-id': 'req-be8dd1c8-c9a0-424a-903b-16135d95ded8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:31,720 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.776s
2025-11-24 20:23:31,720 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67d6ae3-99e0-44dd-b854-9461f61a0e19', 'x-compute-request-id': 'req-c67d6ae3-99e0-44dd-b854-9461f61a0e19', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:33,482 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.752s
2025-11-24 20:23:33,482 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e55524d-aa72-4f0c-a5e3-fdbd60eefa83', 'x-compute-request-id': 'req-4e55524d-aa72-4f0c-a5e3-fdbd60eefa83', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:35,000 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.509s
2025-11-24 20:23:35,001 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:34 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a363fa-bf1a-490d-999c-c25b09b7c40a', 'x-compute-request-id': 'req-78a363fa-bf1a-490d-999c-c25b09b7c40a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:37,610 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.605s
2025-11-24 20:23:37,610 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04849903-a5fd-4b5c-909d-909f331b5d27', 'x-compute-request-id': 'req-04849903-a5fd-4b5c-909d-909f331b5d27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:39,704 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.089s
2025-11-24 20:23:39,704 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06016fb5-a0ca-4be6-a08e-d0df1a418c28', 'x-compute-request-id': 'req-06016fb5-a0ca-4be6-a08e-d0df1a418c28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:41,623 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.910s
2025-11-24 20:23:41,623 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-683ad21a-8bad-4248-b4cf-d47d229948aa', 'x-compute-request-id': 'req-683ad21a-8bad-4248-b4cf-d47d229948aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:43,206 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.569s
2025-11-24 20:23:43,207 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f82947d-f510-460e-8626-deebc7624bf8', 'x-compute-request-id': 'req-2f82947d-f510-460e-8626-deebc7624bf8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:44,867 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.654s
2025-11-24 20:23:44,867 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce05c789-6240-43ef-b939-4e5f41d77c1e', 'x-compute-request-id': 'req-ce05c789-6240-43ef-b939-4e5f41d77c1e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:46,387 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.512s
2025-11-24 20:23:46,388 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf552cc-e81e-48d2-bf71-badbf21fb009', 'x-compute-request-id': 'req-edf552cc-e81e-48d2-bf71-badbf21fb009', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:47,872 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.478s
2025-11-24 20:23:47,873 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-888f1467-4423-449f-b9b2-bcbeb3066bde', 'x-compute-request-id': 'req-888f1467-4423-449f-b9b2-bcbeb3066bde', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:49,216 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.330s
2025-11-24 20:23:49,216 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afd22a4d-5abb-4fc3-b5e4-4ad6f9e4991a', 'x-compute-request-id': 'req-afd22a4d-5abb-4fc3-b5e4-4ad6f9e4991a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:50,838 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.611s
2025-11-24 20:23:50,839 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-812ff7ee-27d7-4508-ac53-30781e788d4e', 'x-compute-request-id': 'req-812ff7ee-27d7-4508-ac53-30781e788d4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:52,939 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.089s
2025-11-24 20:23:52,939 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4312128-9762-4836-8679-0a300466ef6c', 'x-compute-request-id': 'req-b4312128-9762-4836-8679-0a300466ef6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:54,654 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.707s
2025-11-24 20:23:54,655 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed8fafe5-6ab1-476c-8971-c87db34cd235', 'x-compute-request-id': 'req-ed8fafe5-6ab1-476c-8971-c87db34cd235', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:56,668 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.009s
2025-11-24 20:23:56,669 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bfad6d2-8db9-4c25-b8c3-cac864e6afe2', 'x-compute-request-id': 'req-3bfad6d2-8db9-4c25-b8c3-cac864e6afe2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:58,188 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.511s
2025-11-24 20:23:58,188 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b88b7f8-123d-4598-86e4-7f7f18086a16', 'x-compute-request-id': 'req-6b88b7f8-123d-4598-86e4-7f7f18086a16', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:01,456 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 2.262s
2025-11-24 20:24:01,456 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bde4eae-f9f2-4071-ab0c-3c426da5f6d3', 'x-compute-request-id': 'req-2bde4eae-f9f2-4071-ab0c-3c426da5f6d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:06,678 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 4.211s
2025-11-24 20:24:06,678 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:02 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940b96f4-f18d-4954-a38b-790592608a80', 'x-compute-request-id': 'req-940b96f4-f18d-4954-a38b-790592608a80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:08,114 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.430s
2025-11-24 20:24:08,115 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:07 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-299a3cd6-e76c-41c9-b68a-91acf6135ffa', 'x-compute-request-id': 'req-299a3cd6-e76c-41c9-b68a-91acf6135ffa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:09,716 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.590s
2025-11-24 20:24:09,716 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:09 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3f640e8-ad2c-4764-bd9c-0292dbb5099f', 'x-compute-request-id': 'req-c3f640e8-ad2c-4764-bd9c-0292dbb5099f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:11,648 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.924s
2025-11-24 20:24:11,649 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-079f1b57-7a85-485d-a3fe-44df10b074af', 'x-compute-request-id': 'req-079f1b57-7a85-485d-a3fe-44df10b074af', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:13,258 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.605s
2025-11-24 20:24:13,258 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f0e8652-d614-48e9-88ef-c5f58055b184', 'x-compute-request-id': 'req-9f0e8652-d614-48e9-88ef-c5f58055b184', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:14,831 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.569s
2025-11-24 20:24:14,831 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-576bec21-a376-41aa-9c19-772a1557e209', 'x-compute-request-id': 'req-576bec21-a376-41aa-9c19-772a1557e209', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:16,215 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.379s
2025-11-24 20:24:16,215 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ee7c93c-3aea-4de4-b67f-61d165c2cb21', 'x-compute-request-id': 'req-4ee7c93c-3aea-4de4-b67f-61d165c2cb21', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:17,975 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.754s
2025-11-24 20:24:17,975 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ef42706-a420-418c-8ce8-9309f7f375fd', 'x-compute-request-id': 'req-0ef42706-a420-418c-8ce8-9309f7f375fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:19,592 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.611s
2025-11-24 20:24:19,593 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14d43b4b-88ef-4815-ab14-fecdb3502a1e', 'x-compute-request-id': 'req-14d43b4b-88ef-4815-ab14-fecdb3502a1e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:21,149 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.548s
2025-11-24 20:24:21,149 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c83f699d-7840-4af2-b6e4-62ec98eed431', 'x-compute-request-id': 'req-c83f699d-7840-4af2-b6e4-62ec98eed431', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:22,953 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.800s
2025-11-24 20:24:22,954 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:22 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01fc57cf-819e-465d-a3a6-b8a899ac0003', 'x-compute-request-id': 'req-01fc57cf-819e-465d-a3a6-b8a899ac0003', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:25,471 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.512s
2025-11-24 20:24:25,472 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:23 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fda1476-3e2a-47d6-8ede-59dbaeb4d691', 'x-compute-request-id': 'req-2fda1476-3e2a-47d6-8ede-59dbaeb4d691', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:27,595 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.114s
2025-11-24 20:24:27,595 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5029203f-a7a9-4261-8c40-281f9e6ad6c1', 'x-compute-request-id': 'req-5029203f-a7a9-4261-8c40-281f9e6ad6c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:29,483 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.882s
2025-11-24 20:24:29,483 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ebf27f-6cb1-4e70-a087-b8d9f9430c1c', 'x-compute-request-id': 'req-43ebf27f-6cb1-4e70-a087-b8d9f9430c1c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:31,472 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.977s
2025-11-24 20:24:31,472 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-183d2800-9d54-45cf-a992-a3722c28f71f', 'x-compute-request-id': 'req-183d2800-9d54-45cf-a992-a3722c28f71f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:32,877 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.394s
2025-11-24 20:24:32,877 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15dda871-ba49-499d-a90b-1e184fe4ab0b', 'x-compute-request-id': 'req-15dda871-ba49-499d-a90b-1e184fe4ab0b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:34,568 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.684s
2025-11-24 20:24:34,568 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bcd5c81-e205-498b-95e9-2f98a5984243', 'x-compute-request-id': 'req-0bcd5c81-e205-498b-95e9-2f98a5984243', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:36,142 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.566s
2025-11-24 20:24:36,142 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-584a7d63-ccab-4e76-adb6-3e4c2f6d99e7', 'x-compute-request-id': 'req-584a7d63-ccab-4e76-adb6-3e4c2f6d99e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:37,859 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.711s
2025-11-24 20:24:37,859 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c042c4d-9c12-416f-b3a9-3f6e05845825', 'x-compute-request-id': 'req-3c042c4d-9c12-416f-b3a9-3f6e05845825', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:39,672 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.806s
2025-11-24 20:24:39,673 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aa43a08-6efa-4663-a273-1305dfb10506', 'x-compute-request-id': 'req-9aa43a08-6efa-4663-a273-1305dfb10506', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:41,590 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.911s
2025-11-24 20:24:41,590 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f09cb1f2-d977-482a-bad0-79c4a9b2c8c5', 'x-compute-request-id': 'req-f09cb1f2-d977-482a-bad0-79c4a9b2c8c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:43,111 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.516s
2025-11-24 20:24:43,111 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e75a090c-a8b8-4cf0-a6a9-68ea12236e69', 'x-compute-request-id': 'req-e75a090c-a8b8-4cf0-a6a9-68ea12236e69', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:44,650 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.533s
2025-11-24 20:24:44,651 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-709b5353-fc7b-4405-9120-ca942c31659e', 'x-compute-request-id': 'req-709b5353-fc7b-4405-9120-ca942c31659e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:46,155 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.499s
2025-11-24 20:24:46,155 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ad023f7-1d6c-4283-b3b2-88f70845b282', 'x-compute-request-id': 'req-2ad023f7-1d6c-4283-b3b2-88f70845b282', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:47,895 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.732s
2025-11-24 20:24:47,895 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-201b3ea4-df7e-461d-996a-be710872b849', 'x-compute-request-id': 'req-201b3ea4-df7e-461d-996a-be710872b849', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:49,295 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.392s
2025-11-24 20:24:49,295 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb2cd4a2-5b50-47fd-a066-b07a31e40858', 'x-compute-request-id': 'req-eb2cd4a2-5b50-47fd-a066-b07a31e40858', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:50,925 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.625s
2025-11-24 20:24:50,926 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bc018b-1296-426d-941f-28f36a0a5b28', 'x-compute-request-id': 'req-f4bc018b-1296-426d-941f-28f36a0a5b28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:53,168 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.235s
2025-11-24 20:24:53,169 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-589b7d48-1700-4d76-b0a2-7380771f1931', 'x-compute-request-id': 'req-589b7d48-1700-4d76-b0a2-7380771f1931', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:54,714 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.540s
2025-11-24 20:24:54,715 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:54 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ec9eae-d7d4-488f-bfc7-05f3bdc026c2', 'x-compute-request-id': 'req-e1ec9eae-d7d4-488f-bfc7-05f3bdc026c2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:56,714 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.991s
2025-11-24 20:24:56,714 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05bbaa89-9afa-4e3f-83d8-c318f2134aeb', 'x-compute-request-id': 'req-05bbaa89-9afa-4e3f-83d8-c318f2134aeb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:58,489 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.771s
2025-11-24 20:24:58,490 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c99810ed-ecd4-4409-a751-3a0047c6f515', 'x-compute-request-id': 'req-c99810ed-ecd4-4409-a751-3a0047c6f515', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:00,079 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.581s
2025-11-24 20:25:00,079 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a318b3-d5da-4eaa-9df4-dc20dda27937', 'x-compute-request-id': 'req-40a318b3-d5da-4eaa-9df4-dc20dda27937', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:01,600 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.508s
2025-11-24 20:25:01,601 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67de3ffe-4811-47b6-a2e0-c1187b5da467', 'x-compute-request-id': 'req-67de3ffe-4811-47b6-a2e0-c1187b5da467', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:03,145 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.531s
2025-11-24 20:25:03,145 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:02 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c7fe071-bb7b-4a54-bed9-a0d925f4dff3', 'x-compute-request-id': 'req-7c7fe071-bb7b-4a54-bed9-a0d925f4dff3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:04,703 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.550s
2025-11-24 20:25:04,703 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e948f8ea-bbd0-47fe-a9fa-8a7ff0cb8b9c', 'x-compute-request-id': 'req-e948f8ea-bbd0-47fe-a9fa-8a7ff0cb8b9c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:06,227 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.518s
2025-11-24 20:25:06,227 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a05e57-cb72-4328-b184-435b3048574d', 'x-compute-request-id': 'req-62a05e57-cb72-4328-b184-435b3048574d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:07,742 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.509s
2025-11-24 20:25:07,742 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:07 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c6eb90-cb07-44ef-92ae-b60a7fff2d85', 'x-compute-request-id': 'req-57c6eb90-cb07-44ef-92ae-b60a7fff2d85', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:09,324 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.577s
2025-11-24 20:25:09,325 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c7441b-d326-4ff1-8606-3de051dd5fab', 'x-compute-request-id': 'req-27c7441b-d326-4ff1-8606-3de051dd5fab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:10,831 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.496s
2025-11-24 20:25:10,831 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0b31c98-0e95-4130-b93a-5139260d75a9', 'x-compute-request-id': 'req-b0b31c98-0e95-4130-b93a-5139260d75a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:12,308 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.472s
2025-11-24 20:25:12,308 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:11 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5baa6ff4-ade8-4ad1-b046-d9405b3d2877', 'x-compute-request-id': 'req-5baa6ff4-ade8-4ad1-b046-d9405b3d2877', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:13,909 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.590s
2025-11-24 20:25:13,909 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:13 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3222445-4c74-4cc4-bcaa-3928fbc9b8ec', 'x-compute-request-id': 'req-e3222445-4c74-4cc4-bcaa-3928fbc9b8ec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:15,997 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.083s
2025-11-24 20:25:15,998 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9430b58b-de19-42f0-9883-766dabe43a7e', 'x-compute-request-id': 'req-9430b58b-de19-42f0-9883-766dabe43a7e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:17,612 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.604s
2025-11-24 20:25:17,612 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67c9fa7-264f-4253-963b-6b0523814076', 'x-compute-request-id': 'req-d67c9fa7-264f-4253-963b-6b0523814076', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:19,063 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.447s
2025-11-24 20:25:19,063 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb7d3548-6e4d-41ff-b445-cdf983bcbdd7', 'x-compute-request-id': 'req-bb7d3548-6e4d-41ff-b445-cdf983bcbdd7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:20,620 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.552s
2025-11-24 20:25:20,621 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7666f73-c9ea-4010-b418-2e2feed677f5', 'x-compute-request-id': 'req-b7666f73-c9ea-4010-b418-2e2feed677f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:22,636 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.005s
2025-11-24 20:25:22,636 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:21 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0868e85d-ea45-4ea9-8bac-1bef17a2667f', 'x-compute-request-id': 'req-0868e85d-ea45-4ea9-8bac-1bef17a2667f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:25,487 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.845s
2025-11-24 20:25:25,487 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:23 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2887b438-6670-411d-bb57-590253dd85d7', 'x-compute-request-id': 'req-2887b438-6670-411d-bb57-590253dd85d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:27,633 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.139s
2025-11-24 20:25:27,633 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adc11b27-89fa-46ce-86fb-1f256cd5e456', 'x-compute-request-id': 'req-adc11b27-89fa-46ce-86fb-1f256cd5e456', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:29,815 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.177s
2025-11-24 20:25:29,815 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb9c34e2-e721-4d4a-ba56-cf16b994b5dd', 'x-compute-request-id': 'req-cb9c34e2-e721-4d4a-ba56-cf16b994b5dd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:31,739 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.919s
2025-11-24 20:25:31,739 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a30d32f-1332-46d3-943f-7d66b936ac61', 'x-compute-request-id': 'req-5a30d32f-1332-46d3-943f-7d66b936ac61', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:33,164 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.417s
2025-11-24 20:25:33,165 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8051d9cb-ced3-430a-9db0-f6e38fbe0a8f', 'x-compute-request-id': 'req-8051d9cb-ced3-430a-9db0-f6e38fbe0a8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:35,481 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.311s
2025-11-24 20:25:35,482 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:34 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24a5c6ea-2b92-46b7-8d2f-0d961193b60e', 'x-compute-request-id': 'req-24a5c6ea-2b92-46b7-8d2f-0d961193b60e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:36,988 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.500s
2025-11-24 20:25:36,989 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41522474-4151-4b3f-8dd6-28d1929eaef3', 'x-compute-request-id': 'req-41522474-4151-4b3f-8dd6-28d1929eaef3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:38,625 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.632s
2025-11-24 20:25:38,625 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e5d12b7-fc33-4991-b690-df7a6a6ccd49', 'x-compute-request-id': 'req-3e5d12b7-fc33-4991-b690-df7a6a6ccd49', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:40,017 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.387s
2025-11-24 20:25:40,018 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:39 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef5d5914-004c-4ca3-8727-a6c234b19e04', 'x-compute-request-id': 'req-ef5d5914-004c-4ca3-8727-a6c234b19e04', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:41,503 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.481s
2025-11-24 20:25:41,503 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:41 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-713661f7-4fc3-481b-8d06-93824a82bf85', 'x-compute-request-id': 'req-713661f7-4fc3-481b-8d06-93824a82bf85', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:43,191 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.684s
2025-11-24 20:25:43,191 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b0d23f-fe36-4b62-af0e-930da2f9d8e5', 'x-compute-request-id': 'req-41b0d23f-fe36-4b62-af0e-930da2f9d8e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:45,672 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.455s
2025-11-24 20:25:45,672 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6daf9fb0-b562-4427-b7a6-910ecbfcd00b', 'x-compute-request-id': 'req-6daf9fb0-b562-4427-b7a6-910ecbfcd00b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:47,648 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.971s
2025-11-24 20:25:47,649 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:46 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb405635-4444-4e37-818b-16553c734c78', 'x-compute-request-id': 'req-eb405635-4444-4e37-818b-16553c734c78', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:49,225 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.568s
2025-11-24 20:25:49,226 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c02022-c4fa-4c77-8d79-b8dab3ea1eb7', 'x-compute-request-id': 'req-d4c02022-c4fa-4c77-8d79-b8dab3ea1eb7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:51,480 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.246s
2025-11-24 20:25:51,480 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef8821f0-b33f-452b-a751-34425831713c', 'x-compute-request-id': 'req-ef8821f0-b33f-452b-a751-34425831713c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:53,118 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.628s
2025-11-24 20:25:53,118 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:52 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e88bc720-53f1-4c89-91fe-5abf73dea424', 'x-compute-request-id': 'req-e88bc720-53f1-4c89-91fe-5abf73dea424', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:54,776 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.652s
2025-11-24 20:25:54,777 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:54 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a42c42f-05c6-4a3d-91df-dcdba27e4a09', 'x-compute-request-id': 'req-4a42c42f-05c6-4a3d-91df-dcdba27e4a09', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:56,189 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.408s
2025-11-24 20:25:56,190 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c87b7a-24ae-4f7e-b20a-22f57fac4a31', 'x-compute-request-id': 'req-81c87b7a-24ae-4f7e-b20a-22f57fac4a31', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:57,843 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.645s
2025-11-24 20:25:57,843 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e859b0-df10-4f95-9abc-560571a1310b', 'x-compute-request-id': 'req-18e859b0-df10-4f95-9abc-560571a1310b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:59,388 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.539s
2025-11-24 20:25:59,389 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:58 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11222a9-1317-47cd-b521-3b8cb7748737', 'x-compute-request-id': 'req-e11222a9-1317-47cd-b521-3b8cb7748737', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:00,938 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.542s
2025-11-24 20:26:00,939 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b05dec-ce3f-4616-96c6-af085a9807b5', 'x-compute-request-id': 'req-19b05dec-ce3f-4616-96c6-af085a9807b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:03,006 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.057s
2025-11-24 20:26:03,007 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acb065b4-51d8-472d-88ec-090b1222c6be', 'x-compute-request-id': 'req-acb065b4-51d8-472d-88ec-090b1222c6be', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:04,660 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.646s
2025-11-24 20:26:04,661 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b86ab09f-4ed6-4d53-adeb-0354002e8a53', 'x-compute-request-id': 'req-b86ab09f-4ed6-4d53-adeb-0354002e8a53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:11,452 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 5.786s
2025-11-24 20:26:11,452 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f58647-cdd6-4e9a-8aeb-af3fc26c58ef', 'x-compute-request-id': 'req-b9f58647-cdd6-4e9a-8aeb-af3fc26c58ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:12,891 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.433s
2025-11-24 20:26:12,891 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43dbb268-9023-4680-ab61-4af41c6bc066', 'x-compute-request-id': 'req-43dbb268-9023-4680-ab61-4af41c6bc066', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:15,644 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.747s
2025-11-24 20:26:15,644 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:13 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-364f6d89-ef9e-49d8-b892-ea57876771aa', 'x-compute-request-id': 'req-364f6d89-ef9e-49d8-b892-ea57876771aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:17,805 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.152s
2025-11-24 20:26:17,805 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:16 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58e812dc-f720-49c3-918b-5e3f790dc6ad', 'x-compute-request-id': 'req-58e812dc-f720-49c3-918b-5e3f790dc6ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:19,509 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.697s
2025-11-24 20:26:19,509 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562ffbe2-1aaa-482b-ba84-7627151a24bb', 'x-compute-request-id': 'req-562ffbe2-1aaa-482b-ba84-7627151a24bb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:20,910 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.394s
2025-11-24 20:26:20,910 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a82ccc-f694-4629-9c68-142e5dd5b52a', 'x-compute-request-id': 'req-83a82ccc-f694-4629-9c68-142e5dd5b52a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:22,682 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.767s
2025-11-24 20:26:22,682 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:21 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f94717-461f-4a46-bb31-3b20aba6ca3b', 'x-compute-request-id': 'req-89f94717-461f-4a46-bb31-3b20aba6ca3b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:24,798 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.108s
2025-11-24 20:26:24,798 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:23 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32d34b89-fde2-4787-b3f2-94fe5e6b11d3', 'x-compute-request-id': 'req-32d34b89-fde2-4787-b3f2-94fe5e6b11d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:26,689 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.886s
2025-11-24 20:26:26,689 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:25 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e03964c-615d-43bb-9a9d-9c8af44d8e72', 'x-compute-request-id': 'req-2e03964c-615d-43bb-9a9d-9c8af44d8e72', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:28,692 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.995s
2025-11-24 20:26:28,692 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:27 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed49b8f-90cb-4039-b06f-55665df71b8c', 'x-compute-request-id': 'req-4ed49b8f-90cb-4039-b06f-55665df71b8c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:31,522 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.824s
2025-11-24 20:26:31,523 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:29 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc5fb584-2a49-4c2f-b0f6-225a8ae78fb5', 'x-compute-request-id': 'req-cc5fb584-2a49-4c2f-b0f6-225a8ae78fb5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:32,896 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.369s
2025-11-24 20:26:32,896 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d53f404d-9e98-4aea-98d8-fd3b62321cc2', 'x-compute-request-id': 'req-d53f404d-9e98-4aea-98d8-fd3b62321cc2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:35,520 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.619s
2025-11-24 20:26:35,520 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1a188ff-bfb9-45df-baba-a270cf7ca6c9', 'x-compute-request-id': 'req-d1a188ff-bfb9-45df-baba-a270cf7ca6c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:36,930 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.401s
2025-11-24 20:26:36,930 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-915c5790-c280-4759-beba-849cf3e7b449', 'x-compute-request-id': 'req-915c5790-c280-4759-beba-849cf3e7b449', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:38,688 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.753s
2025-11-24 20:26:38,688 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-657e27c6-313b-4251-8de0-6378dfc40bc9', 'x-compute-request-id': 'req-657e27c6-313b-4251-8de0-6378dfc40bc9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:40,139 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.444s
2025-11-24 20:26:40,139 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:39 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f6d5d3f-8828-447f-8c79-6f806802e902', 'x-compute-request-id': 'req-4f6d5d3f-8828-447f-8c79-6f806802e902', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:41,667 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.474s
2025-11-24 20:26:41,667 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:41 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1325500-9e89-4b3e-a609-779707afe1d5', 'x-compute-request-id': 'req-b1325500-9e89-4b3e-a609-779707afe1d5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:43,170 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.497s
2025-11-24 20:26:43,171 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-175d8c96-dbc1-448b-b265-da2f94037b01', 'x-compute-request-id': 'req-175d8c96-dbc1-448b-b265-da2f94037b01', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:44,779 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.599s
2025-11-24 20:26:44,779 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96234571-252b-4a1d-ac4c-7a801fa91946', 'x-compute-request-id': 'req-96234571-252b-4a1d-ac4c-7a801fa91946', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:46,304 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.520s
2025-11-24 20:26:46,304 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b6b3aa-c3a4-4a15-8cc3-1bf8a8c5ec0e', 'x-compute-request-id': 'req-a6b6b3aa-c3a4-4a15-8cc3-1bf8a8c5ec0e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:47,845 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.531s
2025-11-24 20:26:47,845 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01edb87a-286f-49ae-bfe6-2445cf1a2c33', 'x-compute-request-id': 'req-01edb87a-286f-49ae-bfe6-2445cf1a2c33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:49,269 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.419s
2025-11-24 20:26:49,269 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11fda7df-268d-4e89-bcde-0b475489839c', 'x-compute-request-id': 'req-11fda7df-268d-4e89-bcde-0b475489839c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:49,421 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.148s
2025-11-24 20:26:49,421 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:49 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c4dee0-260d-4932-9c2f-75ff84a507ba', 'x-compute-request-id': 'req-99c4dee0-260d-4932-9c2f-75ff84a507ba', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b''
2025-11-24 20:26:50,510 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.086s
2025-11-24 20:26:50,510 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:49 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb557972-def6-4db5-a68e-7ed966ae7895', 'x-compute-request-id': 'req-bb557972-def6-4db5-a68e-7ed966ae7895', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:52,609 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.094s
2025-11-24 20:26:52,610 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04a177db-7042-4b3d-ad8b-55c27a3830ed', 'x-compute-request-id': 'req-04a177db-7042-4b3d-ad8b-55c27a3830ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:54,689 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.074s
2025-11-24 20:26:54,690 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5571932-ecb0-4e89-b3e3-f1cacfeb865e', 'x-compute-request-id': 'req-e5571932-ecb0-4e89-b3e3-f1cacfeb865e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:56,111 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.416s
2025-11-24 20:26:56,111 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0631d16f-d04f-4af8-b442-372702c4caef', 'x-compute-request-id': 'req-0631d16f-d04f-4af8-b442-372702c4caef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:57,835 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.719s
2025-11-24 20:26:57,835 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f3d5bf7-3721-44b2-9b5b-00c7a3ea1a25', 'x-compute-request-id': 'req-6f3d5bf7-3721-44b2-9b5b-00c7a3ea1a25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:59,247 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.407s
2025-11-24 20:26:59,247 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:58 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1269d97-f203-4bfd-89b7-7ecf924ff5ab', 'x-compute-request-id': 'req-f1269d97-f203-4bfd-89b7-7ecf924ff5ab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:00,874 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.623s
2025-11-24 20:27:00,874 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-685c8c2c-0e0a-4147-9e61-60cd5671dfe3', 'x-compute-request-id': 'req-685c8c2c-0e0a-4147-9e61-60cd5671dfe3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:03,223 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.343s
2025-11-24 20:27:03,223 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91a31645-02a9-4f87-9992-32e17255d292', 'x-compute-request-id': 'req-91a31645-02a9-4f87-9992-32e17255d292', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:04,634 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.405s
2025-11-24 20:27:04,634 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a010236-6869-451b-9463-119136d1eabe', 'x-compute-request-id': 'req-8a010236-6869-451b-9463-119136d1eabe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:06,089 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.451s
2025-11-24 20:27:06,089 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91f640af-0b4e-40fd-9c67-e7fbcd4f7531', 'x-compute-request-id': 'req-91f640af-0b4e-40fd-9c67-e7fbcd4f7531', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:07,635 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.540s
2025-11-24 20:27:07,636 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:07 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a64510c7-a58b-4381-be4c-9bc2f071b4aa', 'x-compute-request-id': 'req-a64510c7-a58b-4381-be4c-9bc2f071b4aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:09,133 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.491s
2025-11-24 20:27:09,133 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21164226-b627-4115-a11a-24772e993fc5', 'x-compute-request-id': 'req-21164226-b627-4115-a11a-24772e993fc5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:10,684 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.545s
2025-11-24 20:27:10,685 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501b00bc-c1ee-42c7-a106-c12ad12e9954', 'x-compute-request-id': 'req-501b00bc-c1ee-42c7-a106-c12ad12e9954', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:12,672 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.976s
2025-11-24 20:27:12,672 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:11 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835acd0c-955f-491b-9e1d-128087edfcf6', 'x-compute-request-id': 'req-835acd0c-955f-491b-9e1d-128087edfcf6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:14,661 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.984s
2025-11-24 20:27:14,661 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:13 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54bf5963-abc0-45ab-b161-7bb33db60a8e', 'x-compute-request-id': 'req-54bf5963-abc0-45ab-b161-7bb33db60a8e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:16,542 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.876s
2025-11-24 20:27:16,543 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1ed4f07-5297-4806-a089-f608127846de', 'x-compute-request-id': 'req-c1ed4f07-5297-4806-a089-f608127846de', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:18,002 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.453s
2025-11-24 20:27:18,002 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18739e21-5dae-4df9-968e-ee6bb9e45b8e', 'x-compute-request-id': 'req-18739e21-5dae-4df9-968e-ee6bb9e45b8e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:19,389 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.382s
2025-11-24 20:27:19,389 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:19 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea5f07e-86b3-4d1a-abf4-bdc2bddda256', 'x-compute-request-id': 'req-6ea5f07e-86b3-4d1a-abf4-bdc2bddda256', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:20,820 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.427s
2025-11-24 20:27:20,821 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7dab6f8-3e40-4c8b-8ea7-7a3c2d69a4de', 'x-compute-request-id': 'req-c7dab6f8-3e40-4c8b-8ea7-7a3c2d69a4de', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:23,143 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.317s
2025-11-24 20:27:23,144 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:21 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee5eb960-935a-42d0-8ac9-c8cc673c936c', 'x-compute-request-id': 'req-ee5eb960-935a-42d0-8ac9-c8cc673c936c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:25,627 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.480s
2025-11-24 20:27:25,628 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0209317d-86d4-47c8-ad45-6475846b4697', 'x-compute-request-id': 'req-0209317d-86d4-47c8-ad45-6475846b4697', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:27,510 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.876s
2025-11-24 20:27:27,510 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c155b707-d6aa-4c00-9d16-e61a461b8850', 'x-compute-request-id': 'req-c155b707-d6aa-4c00-9d16-e61a461b8850', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:29,103 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.585s
2025-11-24 20:27:29,104 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4021538b-d55d-4d10-bb45-b97bf96302d5', 'x-compute-request-id': 'req-4021538b-d55d-4d10-bb45-b97bf96302d5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:30,631 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.522s
2025-11-24 20:27:30,631 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc5cf2b-e147-4a96-8669-bc121509c486', 'x-compute-request-id': 'req-2bc5cf2b-e147-4a96-8669-bc121509c486', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:32,635 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.995s
2025-11-24 20:27:32,635 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:31 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-023bcd04-5ce6-430f-a676-5c8635710eb2', 'x-compute-request-id': 'req-023bcd04-5ce6-430f-a676-5c8635710eb2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:34,512 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.870s
2025-11-24 20:27:34,513 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e49365ae-67e7-4f5d-bc1e-148bdd36631b', 'x-compute-request-id': 'req-e49365ae-67e7-4f5d-bc1e-148bdd36631b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:35,918 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.400s
2025-11-24 20:27:35,918 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb9f31dd-d9a0-4118-8087-3ee23cfa653b', 'x-compute-request-id': 'req-bb9f31dd-d9a0-4118-8087-3ee23cfa653b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:37,920 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.998s
2025-11-24 20:27:37,921 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22ab7326-6473-47c1-a85a-272d813b8e9e', 'x-compute-request-id': 'req-22ab7326-6473-47c1-a85a-272d813b8e9e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:39,491 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.562s
2025-11-24 20:27:39,492 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ded3a6b-e44c-47eb-b6f8-2db729d5872b', 'x-compute-request-id': 'req-5ded3a6b-e44c-47eb-b6f8-2db729d5872b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:41,744 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.249s
2025-11-24 20:27:41,745 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbb063cc-fa91-401b-a050-4e1cf888af1e', 'x-compute-request-id': 'req-cbb063cc-fa91-401b-a050-4e1cf888af1e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:43,745 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.994s
2025-11-24 20:27:43,745 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f9a5a2-fb48-4263-91ab-97bae8792439', 'x-compute-request-id': 'req-45f9a5a2-fb48-4263-91ab-97bae8792439', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:45,734 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.984s
2025-11-24 20:27:45,735 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90180c8c-e4bb-42ef-8d12-0d9c2e8a0baf', 'x-compute-request-id': 'req-90180c8c-e4bb-42ef-8d12-0d9c2e8a0baf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:47,361 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.603s
2025-11-24 20:27:47,362 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:46 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6580e5d3-613b-4c08-92ed-1ddcc48ebc13', 'x-compute-request-id': 'req-6580e5d3-613b-4c08-92ed-1ddcc48ebc13', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:49,117 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.748s
2025-11-24 20:27:49,117 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d3f92d7-e096-40d6-8a74-41bc1670cc0e', 'x-compute-request-id': 'req-7d3f92d7-e096-40d6-8a74-41bc1670cc0e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:50,649 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.528s
2025-11-24 20:27:50,649 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152808a5-a365-409c-a0cc-10bc6b5dbd4e', 'x-compute-request-id': 'req-152808a5-a365-409c-a0cc-10bc6b5dbd4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:52,945 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.273s
2025-11-24 20:27:52,945 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed1db8b-77c9-488f-af7f-8dcc53e38dc1', 'x-compute-request-id': 'req-5ed1db8b-77c9-488f-af7f-8dcc53e38dc1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:54,797 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.848s
2025-11-24 20:27:54,798 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bc7676a-55c4-4e8e-9b2d-381e8b3b4f0a', 'x-compute-request-id': 'req-5bc7676a-55c4-4e8e-9b2d-381e8b3b4f0a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:56,565 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.761s
2025-11-24 20:27:56,565 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda7eacd-d14e-41fd-a0ed-241b5b14149d', 'x-compute-request-id': 'req-fda7eacd-d14e-41fd-a0ed-241b5b14149d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:58,711 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.141s
2025-11-24 20:27:58,711 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98a9e1c7-4c9f-4cf5-98bd-e71f44a0f736', 'x-compute-request-id': 'req-98a9e1c7-4c9f-4cf5-98bd-e71f44a0f736', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:00,473 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.757s
2025-11-24 20:28:00,474 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5081f4-495f-447e-9340-854d73c91642', 'x-compute-request-id': 'req-5b5081f4-495f-447e-9340-854d73c91642', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:02,575 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.091s
2025-11-24 20:28:02,576 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:01 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4ddd7f7-a458-4c29-b1d5-a30bcdb5ef18', 'x-compute-request-id': 'req-c4ddd7f7-a458-4c29-b1d5-a30bcdb5ef18', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:04,103 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.517s
2025-11-24 20:28:04,104 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:03 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a10dee7b-b1b7-4a17-b831-511e22bb3367', 'x-compute-request-id': 'req-a10dee7b-b1b7-4a17-b831-511e22bb3367', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:07,301 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 2.191s
2025-11-24 20:28:07,301 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6557dc5c-0a6a-4196-bef4-c851e9a1a8c0', 'x-compute-request-id': 'req-6557dc5c-0a6a-4196-bef4-c851e9a1a8c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:10,070 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.759s
2025-11-24 20:28:10,070 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da2a986-6ce2-4f12-924b-0bbf51ef68f4', 'x-compute-request-id': 'req-7da2a986-6ce2-4f12-924b-0bbf51ef68f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:11,812 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.734s
2025-11-24 20:28:11,812 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:11 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-558bf80e-fd0d-40f3-bb8b-7001856d16f9', 'x-compute-request-id': 'req-558bf80e-fd0d-40f3-bb8b-7001856d16f9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:13,129 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.311s
2025-11-24 20:28:13,129 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffee79fd-539a-429a-a209-be5a43175fd5', 'x-compute-request-id': 'req-ffee79fd-539a-429a-a209-be5a43175fd5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:14,622 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.487s
2025-11-24 20:28:14,623 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-085acdfa-01c3-4b2d-b648-17875c99d1d1', 'x-compute-request-id': 'req-085acdfa-01c3-4b2d-b648-17875c99d1d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:16,256 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.624s
2025-11-24 20:28:16,256 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8085e3b4-f422-41ea-9aad-dd090d3bf23e', 'x-compute-request-id': 'req-8085e3b4-f422-41ea-9aad-dd090d3bf23e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:17,823 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.562s
2025-11-24 20:28:17,823 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfcf729-86eb-4328-a45e-7563e97b2248', 'x-compute-request-id': 'req-fcfcf729-86eb-4328-a45e-7563e97b2248', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:19,281 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.449s
2025-11-24 20:28:19,281 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2064a7a-2c28-4d71-a26c-f1ceeb39715c', 'x-compute-request-id': 'req-c2064a7a-2c28-4d71-a26c-f1ceeb39715c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:20,848 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.563s
2025-11-24 20:28:20,848 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107b4ec5-bddf-4ac6-bbd5-6b9672106ef1', 'x-compute-request-id': 'req-107b4ec5-bddf-4ac6-bbd5-6b9672106ef1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:23,227 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.373s
2025-11-24 20:28:23,228 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:21 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-febad08e-3a01-4890-b2a9-fceece1f6df5', 'x-compute-request-id': 'req-febad08e-3a01-4890-b2a9-fceece1f6df5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:25,621 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.388s
2025-11-24 20:28:25,621 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda903fa-be74-4316-b44f-c0dae9a0038b', 'x-compute-request-id': 'req-eda903fa-be74-4316-b44f-c0dae9a0038b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:27,633 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.008s
2025-11-24 20:28:27,633 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b88a3d2-3275-4a75-948a-92f07add7fe8', 'x-compute-request-id': 'req-3b88a3d2-3275-4a75-948a-92f07add7fe8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:29,156 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.519s
2025-11-24 20:28:29,156 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef5deede-cfdf-4088-9074-945fdef4a84b', 'x-compute-request-id': 'req-ef5deede-cfdf-4088-9074-945fdef4a84b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:30,664 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.503s
2025-11-24 20:28:30,664 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fca74d5-2ce9-4b6c-a2dc-65cc92251e2f', 'x-compute-request-id': 'req-0fca74d5-2ce9-4b6c-a2dc-65cc92251e2f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:32,731 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.063s
2025-11-24 20:28:32,731 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:31 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5c672aa-c240-49de-8432-dd630c998b82', 'x-compute-request-id': 'req-e5c672aa-c240-49de-8432-dd630c998b82', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:34,748 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.009s
2025-11-24 20:28:34,749 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-668abb3b-704e-45fb-96c5-e5cf369855b0', 'x-compute-request-id': 'req-668abb3b-704e-45fb-96c5-e5cf369855b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:36,275 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.522s
2025-11-24 20:28:36,275 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ec2f97-01fa-4257-8eba-3ff3bbfaac85', 'x-compute-request-id': 'req-a7ec2f97-01fa-4257-8eba-3ff3bbfaac85', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:37,782 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.501s
2025-11-24 20:28:37,782 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfbd7251-1ee9-44eb-98d4-fb4a01834de5', 'x-compute-request-id': 'req-dfbd7251-1ee9-44eb-98d4-fb4a01834de5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:39,543 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.755s
2025-11-24 20:28:39,544 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fca5f8c-1fe4-45cb-91e2-64976b769607', 'x-compute-request-id': 'req-7fca5f8c-1fe4-45cb-91e2-64976b769607', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:40,991 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.442s
2025-11-24 20:28:40,991 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46d82ab6-799c-4d52-b38c-067124a759fe', 'x-compute-request-id': 'req-46d82ab6-799c-4d52-b38c-067124a759fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:42,504 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.509s
2025-11-24 20:28:42,505 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-755f9cbc-fd11-419c-9ff0-969623b07f59', 'x-compute-request-id': 'req-755f9cbc-fd11-419c-9ff0-969623b07f59', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:43,983 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.473s
2025-11-24 20:28:43,983 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:43 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe801ee2-8f16-45bb-b741-5e1255bd72f5', 'x-compute-request-id': 'req-fe801ee2-8f16-45bb-b741-5e1255bd72f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:46,027 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.034s
2025-11-24 20:28:46,027 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d01b701-f070-45dc-8761-e03c993545f2', 'x-compute-request-id': 'req-3d01b701-f070-45dc-8761-e03c993545f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:47,863 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.829s
2025-11-24 20:28:47,863 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef1594eb-7ba7-4483-bba4-3e876a4aec9e', 'x-compute-request-id': 'req-ef1594eb-7ba7-4483-bba4-3e876a4aec9e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:49,334 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.466s
2025-11-24 20:28:49,334 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10891b4a-5bf9-4d7f-85aa-dc028bee5b75', 'x-compute-request-id': 'req-10891b4a-5bf9-4d7f-85aa-dc028bee5b75', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:50,875 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.531s
2025-11-24 20:28:50,876 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a40df07-c030-4897-ba11-13d8d892106a', 'x-compute-request-id': 'req-5a40df07-c030-4897-ba11-13d8d892106a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:52,628 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.747s
2025-11-24 20:28:52,628 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6db11da-ec2b-449d-b812-11958997afa6', 'x-compute-request-id': 'req-e6db11da-ec2b-449d-b812-11958997afa6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:53,992 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.358s
2025-11-24 20:28:53,992 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21224656-3328-4364-9546-91a936423de9', 'x-compute-request-id': 'req-21224656-3328-4364-9546-91a936423de9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:55,555 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.557s
2025-11-24 20:28:55,555 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-267ed23f-fe57-4d58-9445-161704ea2481', 'x-compute-request-id': 'req-267ed23f-fe57-4d58-9445-161704ea2481', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:56,892 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.334s
2025-11-24 20:28:56,892 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:56 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8325bf4-8dc9-4097-8057-715accef1233', 'x-compute-request-id': 'req-e8325bf4-8dc9-4097-8057-715accef1233', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:58,268 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.371s
2025-11-24 20:28:58,268 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-366b2b75-25d8-4409-a92e-1a8162159cd9', 'x-compute-request-id': 'req-366b2b75-25d8-4409-a92e-1a8162159cd9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:59,773 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.499s
2025-11-24 20:28:59,774 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a11c76a-0b4c-4cbf-a074-469cc2af5487', 'x-compute-request-id': 'req-5a11c76a-0b4c-4cbf-a074-469cc2af5487', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:01,185 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.407s
2025-11-24 20:29:01,185 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2ef6d06-c848-45a5-9e04-bba1d2b3e1b4', 'x-compute-request-id': 'req-d2ef6d06-c848-45a5-9e04-bba1d2b3e1b4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:03,104 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.915s
2025-11-24 20:29:03,104 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:02 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d0b85a-b183-4a51-a6a9-8b58c0381871', 'x-compute-request-id': 'req-d8d0b85a-b183-4a51-a6a9-8b58c0381871', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:04,837 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.725s
2025-11-24 20:29:04,837 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-138b2d83-9ee0-4117-a200-1f9047e2af06', 'x-compute-request-id': 'req-138b2d83-9ee0-4117-a200-1f9047e2af06', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:06,512 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.670s
2025-11-24 20:29:06,512 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d6d6f7-e96d-4410-bbe1-35a06fdf0a87', 'x-compute-request-id': 'req-00d6d6f7-e96d-4410-bbe1-35a06fdf0a87', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:07,982 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.464s
2025-11-24 20:29:07,983 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:07 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5561a08-c509-46a0-abf6-27473ec458cd', 'x-compute-request-id': 'req-b5561a08-c509-46a0-abf6-27473ec458cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:09,547 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.560s
2025-11-24 20:29:09,548 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6da3cbd8-8b80-4904-a48a-9840700a3697', 'x-compute-request-id': 'req-6da3cbd8-8b80-4904-a48a-9840700a3697', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:10,907 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.351s
2025-11-24 20:29:10,908 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b54b5031-1c36-429a-b2f7-d99d1813b282', 'x-compute-request-id': 'req-b54b5031-1c36-429a-b2f7-d99d1813b282', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:13,182 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.253s
2025-11-24 20:29:13,182 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:11 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d7647a-5f11-4c85-85b4-49b72e9b5fbb', 'x-compute-request-id': 'req-47d7647a-5f11-4c85-85b4-49b72e9b5fbb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:14,783 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.591s
2025-11-24 20:29:14,783 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87ca3b77-fd7f-43f9-b198-e4822f38bb32', 'x-compute-request-id': 'req-87ca3b77-fd7f-43f9-b198-e4822f38bb32', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:16,264 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.475s
2025-11-24 20:29:16,265 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:15 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b25842-9c7d-4e77-ba53-1b50c632368c', 'x-compute-request-id': 'req-18b25842-9c7d-4e77-ba53-1b50c632368c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:17,845 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.576s
2025-11-24 20:29:17,845 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:17 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75f594b8-d494-44f3-a593-72249b48a13e', 'x-compute-request-id': 'req-75f594b8-d494-44f3-a593-72249b48a13e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:19,379 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.529s
2025-11-24 20:29:19,379 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52697f08-e53b-4f33-aa06-484718a474df', 'x-compute-request-id': 'req-52697f08-e53b-4f33-aa06-484718a474df', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:22,718 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 2.334s
2025-11-24 20:29:22,719 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf24b0e-932e-4490-858d-a3ec4c5ea689', 'x-compute-request-id': 'req-4bf24b0e-932e-4490-858d-a3ec4c5ea689', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:24,921 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.195s
2025-11-24 20:29:24,921 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:23 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78ffeae2-cc0c-42d3-a23a-324896d40545', 'x-compute-request-id': 'req-78ffeae2-cc0c-42d3-a23a-324896d40545', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:26,296 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.370s
2025-11-24 20:29:26,296 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:25 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6dc625a-4239-4cc2-be2d-e7b176d31e19', 'x-compute-request-id': 'req-f6dc625a-4239-4cc2-be2d-e7b176d31e19', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:27,865 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.561s
2025-11-24 20:29:27,866 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:27 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717c94fa-2fb1-4b5f-9180-2db979e5eefe', 'x-compute-request-id': 'req-717c94fa-2fb1-4b5f-9180-2db979e5eefe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:29,818 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.946s
2025-11-24 20:29:29,818 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c0dfd15-25c3-4a40-be5c-181d7a8561a9', 'x-compute-request-id': 'req-4c0dfd15-25c3-4a40-be5c-181d7a8561a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:31,195 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.372s
2025-11-24 20:29:31,196 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fe6eb33-0615-4c22-9cc1-21649b231019', 'x-compute-request-id': 'req-4fe6eb33-0615-4c22-9cc1-21649b231019', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:32,753 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.552s
2025-11-24 20:29:32,754 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aed1a36-1ab9-4048-a350-4b7d45259485', 'x-compute-request-id': 'req-7aed1a36-1ab9-4048-a350-4b7d45259485', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:35,680 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.919s
2025-11-24 20:29:35,680 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:33 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd8f0582-5f8a-4b40-8130-e360df45a88d', 'x-compute-request-id': 'req-fd8f0582-5f8a-4b40-8130-e360df45a88d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:37,976 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.291s
2025-11-24 20:29:37,976 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e84212b-12f9-49b3-9c8d-a472ab110959', 'x-compute-request-id': 'req-8e84212b-12f9-49b3-9c8d-a472ab110959', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:39,342 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.360s
2025-11-24 20:29:39,342 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f5356f7-c5c8-44d5-ac84-3222e963bfca', 'x-compute-request-id': 'req-9f5356f7-c5c8-44d5-ac84-3222e963bfca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:41,026 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.677s
2025-11-24 20:29:41,026 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-148c01c4-6d5c-41e9-a076-905866af49c6', 'x-compute-request-id': 'req-148c01c4-6d5c-41e9-a076-905866af49c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:42,993 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.963s
2025-11-24 20:29:42,994 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:42 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4ff55f0-723f-4989-9cd2-ad88b8a4c5cb', 'x-compute-request-id': 'req-b4ff55f0-723f-4989-9cd2-ad88b8a4c5cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:44,714 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.715s
2025-11-24 20:29:44,714 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d29dae65-43fd-4bf6-81d2-466f3925907b', 'x-compute-request-id': 'req-d29dae65-43fd-4bf6-81d2-466f3925907b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:46,143 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.424s
2025-11-24 20:29:46,144 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-226cde57-6ed0-420b-a162-b3e578841856', 'x-compute-request-id': 'req-226cde57-6ed0-420b-a162-b3e578841856', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:47,658 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.510s
2025-11-24 20:29:47,658 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ace05e5-4071-45bb-932c-60831dfb94fc', 'x-compute-request-id': 'req-3ace05e5-4071-45bb-932c-60831dfb94fc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:49,651 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.987s
2025-11-24 20:29:49,651 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:48 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfaa32b9-3b06-40e9-8eb5-49f71cd6c2cf', 'x-compute-request-id': 'req-bfaa32b9-3b06-40e9-8eb5-49f71cd6c2cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:51,744 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.086s
2025-11-24 20:29:51,744 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:50 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb612910-f81b-4a62-a199-48d6ee2579c5', 'x-compute-request-id': 'req-eb612910-f81b-4a62-a199-48d6ee2579c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:53,258 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.505s
2025-11-24 20:29:53,258 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:52 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de6c96ca-2ecc-46bb-97ec-b9473969e346', 'x-compute-request-id': 'req-de6c96ca-2ecc-46bb-97ec-b9473969e346', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:54,866 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.604s
2025-11-24 20:29:54,867 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:54 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69dba5bc-a0fd-4448-80d4-c5f928c8d23b', 'x-compute-request-id': 'req-69dba5bc-a0fd-4448-80d4-c5f928c8d23b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:56,227 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.354s
2025-11-24 20:29:56,228 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fd0371-2d54-4248-a2e3-902a1b11a864', 'x-compute-request-id': 'req-00fd0371-2d54-4248-a2e3-902a1b11a864', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:57,943 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.707s
2025-11-24 20:29:57,944 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23d3668e-31e6-443e-9f4f-0016c282e29b', 'x-compute-request-id': 'req-23d3668e-31e6-443e-9f4f-0016c282e29b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:59,379 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.429s
2025-11-24 20:29:59,379 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:58 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a77a7f51-8845-4d9e-97d6-0b076c8f78f1', 'x-compute-request-id': 'req-a77a7f51-8845-4d9e-97d6-0b076c8f78f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:01,183 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.799s
2025-11-24 20:30:01,184 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de20e077-182f-404f-b983-69449628a676', 'x-compute-request-id': 'req-de20e077-182f-404f-b983-69449628a676', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:03,161 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.972s
2025-11-24 20:30:03,161 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:02 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a9546af-b771-4e38-b256-a14f3ba1eaf5', 'x-compute-request-id': 'req-2a9546af-b771-4e38-b256-a14f3ba1eaf5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:05,706 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.532s
2025-11-24 20:30:05,707 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:04 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6812c7e-62fd-4b95-a5ac-aaa837c675f2', 'x-compute-request-id': 'req-c6812c7e-62fd-4b95-a5ac-aaa837c675f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:07,688 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.975s
2025-11-24 20:30:07,693 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:06 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aef78b12-9260-4b65-8a67-026ac27006dc', 'x-compute-request-id': 'req-aef78b12-9260-4b65-8a67-026ac27006dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:09,750 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.048s
2025-11-24 20:30:09,750 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3782f5-da2b-4310-bcb5-6038b706c03d', 'x-compute-request-id': 'req-ad3782f5-da2b-4310-bcb5-6038b706c03d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:11,820 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.065s
2025-11-24 20:30:11,820 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00dffa88-febd-4e97-85a0-f0f04193296e', 'x-compute-request-id': 'req-00dffa88-febd-4e97-85a0-f0f04193296e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:13,547 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.723s
2025-11-24 20:30:13,548 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48281b1c-22ed-405b-b20d-c73e3e78f834', 'x-compute-request-id': 'req-48281b1c-22ed-405b-b20d-c73e3e78f834', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:15,708 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.151s
2025-11-24 20:30:15,708 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a08355b2-5845-4868-822f-f9794fbd704d', 'x-compute-request-id': 'req-a08355b2-5845-4868-822f-f9794fbd704d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:17,679 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.964s
2025-11-24 20:30:17,679 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:16 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c78075-759a-4ee0-9ca5-3faa213ba622', 'x-compute-request-id': 'req-f0c78075-759a-4ee0-9ca5-3faa213ba622', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:18,975 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.291s
2025-11-24 20:30:18,975 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f605271-fc84-485f-8e2e-9d510a692a20', 'x-compute-request-id': 'req-4f605271-fc84-485f-8e2e-9d510a692a20', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:21,723 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.744s
2025-11-24 20:30:21,723 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:19 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5295af0f-fb24-410b-99f0-ea13ff5dba0f', 'x-compute-request-id': 'req-5295af0f-fb24-410b-99f0-ea13ff5dba0f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:23,147 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.418s
2025-11-24 20:30:23,147 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:22 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2e340d1-99c1-406f-9b18-4c004f0f4332', 'x-compute-request-id': 'req-d2e340d1-99c1-406f-9b18-4c004f0f4332', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:25,577 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.424s
2025-11-24 20:30:25,577 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322b2617-f0a2-4d37-9d70-3ebcfd42d4f7', 'x-compute-request-id': 'req-322b2617-f0a2-4d37-9d70-3ebcfd42d4f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:27,572 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.987s
2025-11-24 20:30:27,572 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:26 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d78ec6-8133-4e78-9dd1-87b30ea4fc47', 'x-compute-request-id': 'req-c9d78ec6-8133-4e78-9dd1-87b30ea4fc47', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:29,069 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.493s
2025-11-24 20:30:29,070 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89dc1298-9aa2-4961-88d4-9356296aeb23', 'x-compute-request-id': 'req-89dc1298-9aa2-4961-88d4-9356296aeb23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:31,607 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.529s
2025-11-24 20:30:31,607 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77e40f4b-b644-4bfb-975b-f7b63ebf666b', 'x-compute-request-id': 'req-77e40f4b-b644-4bfb-975b-f7b63ebf666b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:33,112 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.498s
2025-11-24 20:30:33,112 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9b0f691-31f4-470f-8ced-857cbbdb120d', 'x-compute-request-id': 'req-e9b0f691-31f4-470f-8ced-857cbbdb120d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:34,727 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.610s
2025-11-24 20:30:34,727 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:34 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c129f7f-0628-4aa0-8026-bd97f73221ce', 'x-compute-request-id': 'req-4c129f7f-0628-4aa0-8026-bd97f73221ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:36,123 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.388s
2025-11-24 20:30:36,123 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99033525-8f8e-409d-9b05-3a02c9b418e3', 'x-compute-request-id': 'req-99033525-8f8e-409d-9b05-3a02c9b418e3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:37,692 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.565s
2025-11-24 20:30:37,692 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:37 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69a207dc-7155-4df4-be1c-9f75cd0453f1', 'x-compute-request-id': 'req-69a207dc-7155-4df4-be1c-9f75cd0453f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:39,296 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.598s
2025-11-24 20:30:39,297 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c38001-f7d4-4503-b9cb-0e52988eb407', 'x-compute-request-id': 'req-a2c38001-f7d4-4503-b9cb-0e52988eb407', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:40,883 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.581s
2025-11-24 20:30:40,884 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02895438-7bdc-4f38-a48a-d1d5261b95c8', 'x-compute-request-id': 'req-02895438-7bdc-4f38-a48a-d1d5261b95c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:43,017 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.127s
2025-11-24 20:30:43,017 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:41 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5e1c954-d239-4799-a5a9-1aa2d1c14b1b', 'x-compute-request-id': 'req-d5e1c954-d239-4799-a5a9-1aa2d1c14b1b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:44,820 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.798s
2025-11-24 20:30:44,821 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:44 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3529ea26-ac91-4893-a121-a6a5f18e5912', 'x-compute-request-id': 'req-3529ea26-ac91-4893-a121-a6a5f18e5912', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:46,719 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.895s
2025-11-24 20:30:46,719 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c4fe7a2-60a2-4ee4-92ee-cc107c594ecf', 'x-compute-request-id': 'req-1c4fe7a2-60a2-4ee4-92ee-cc107c594ecf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:48,779 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.054s
2025-11-24 20:30:48,780 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c833ade2-677d-46d4-a0c8-bba4db5b229e', 'x-compute-request-id': 'req-c833ade2-677d-46d4-a0c8-bba4db5b229e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:50,616 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.829s
2025-11-24 20:30:50,616 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:49 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5dbcce-7016-49b6-971b-fbc24ada898c', 'x-compute-request-id': 'req-7a5dbcce-7016-49b6-971b-fbc24ada898c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:52,726 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.105s
2025-11-24 20:30:52,727 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:51 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5af8bb-d5aa-4902-b7c3-14db734a9d06', 'x-compute-request-id': 'req-1e5af8bb-d5aa-4902-b7c3-14db734a9d06', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:54,818 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.083s
2025-11-24 20:30:54,818 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:53 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9b2322a-f5e0-4905-9452-5e65ee0fbc50', 'x-compute-request-id': 'req-c9b2322a-f5e0-4905-9452-5e65ee0fbc50', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:56,827 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.005s
2025-11-24 20:30:56,828 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:55 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-836a6464-ec63-4300-8cd1-e412eff37fbc', 'x-compute-request-id': 'req-836a6464-ec63-4300-8cd1-e412eff37fbc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:58,259 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.424s
2025-11-24 20:30:58,260 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:57 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67a26e1c-afae-49f8-916c-54786e9dcf26', 'x-compute-request-id': 'req-67a26e1c-afae-49f8-916c-54786e9dcf26', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:59,952 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.687s
2025-11-24 20:30:59,952 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:59 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c5e8102-0943-436b-ac6f-26bbed92f0e5', 'x-compute-request-id': 'req-7c5e8102-0943-436b-ac6f-26bbed92f0e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:02,562 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.598s
2025-11-24 20:31:02,563 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:00 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40c5f74d-6983-4814-8774-d45b75fca2e1', 'x-compute-request-id': 'req-40c5f74d-6983-4814-8774-d45b75fca2e1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:04,611 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.042s
2025-11-24 20:31:04,612 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:03 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92877beb-27e8-49ca-9263-1f383f784dc2', 'x-compute-request-id': 'req-92877beb-27e8-49ca-9263-1f383f784dc2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:06,238 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.617s
2025-11-24 20:31:06,239 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:05 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2d4ea27-b754-4c38-b997-358ffa87de2f', 'x-compute-request-id': 'req-f2d4ea27-b754-4c38-b997-358ffa87de2f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:07,815 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.564s
2025-11-24 20:31:07,815 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:07 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5d96a15-b9e2-41fc-930f-8c37a00b4d9b', 'x-compute-request-id': 'req-c5d96a15-b9e2-41fc-930f-8c37a00b4d9b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:09,358 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.533s
2025-11-24 20:31:09,359 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:08 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7ac71ef-7879-4a13-8e60-17e40c0e77bf', 'x-compute-request-id': 'req-b7ac71ef-7879-4a13-8e60-17e40c0e77bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:10,989 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.626s
2025-11-24 20:31:10,990 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:10 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-754d37a2-91a2-478c-9f8f-0a4f6b655172', 'x-compute-request-id': 'req-754d37a2-91a2-478c-9f8f-0a4f6b655172', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:13,316 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.321s
2025-11-24 20:31:13,316 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:12 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dff04ec-2a2d-408d-848b-5079e43296d3', 'x-compute-request-id': 'req-4dff04ec-2a2d-408d-848b-5079e43296d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:15,585 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.259s
2025-11-24 20:31:15,585 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:14 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a81b8449-8af2-4628-a0dc-e47b833c84b5', 'x-compute-request-id': 'req-a81b8449-8af2-4628-a0dc-e47b833c84b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:17,692 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.096s
2025-11-24 20:31:17,692 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:16 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c1db59e-76d2-4e47-af16-5ceccde33afb', 'x-compute-request-id': 'req-8c1db59e-76d2-4e47-af16-5ceccde33afb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:19,831 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.133s
2025-11-24 20:31:19,832 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6867af7c-5c89-4baa-972a-d5a43e21979f', 'x-compute-request-id': 'req-6867af7c-5c89-4baa-972a-d5a43e21979f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:21,719 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.883s
2025-11-24 20:31:21,719 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:20 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-863302e5-942c-4624-9f72-bf508bf251f2', 'x-compute-request-id': 'req-863302e5-942c-4624-9f72-bf508bf251f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:23,163 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.439s
2025-11-24 20:31:23,163 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:22 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-243116e8-0255-4dcb-a4bd-8cce42bcbed1', 'x-compute-request-id': 'req-243116e8-0255-4dcb-a4bd-8cce42bcbed1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:24,763 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.593s
2025-11-24 20:31:24,764 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:24 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280cd132-44fc-493e-9709-f553ed3dd3e9', 'x-compute-request-id': 'req-280cd132-44fc-493e-9709-f553ed3dd3e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:26,234 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.461s
2025-11-24 20:31:26,234 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:25 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cd66c6c-bbcf-46bc-923b-2734ca5f70fe', 'x-compute-request-id': 'req-9cd66c6c-bbcf-46bc-923b-2734ca5f70fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:27,922 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.682s
2025-11-24 20:31:27,923 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:27 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26d80c7c-89cc-40a1-9c47-19f882a9de32', 'x-compute-request-id': 'req-26d80c7c-89cc-40a1-9c47-19f882a9de32', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:29,298 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.371s
2025-11-24 20:31:29,298 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:28 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-542925a0-418e-4cce-bb82-500b7c73ed28', 'x-compute-request-id': 'req-542925a0-418e-4cce-bb82-500b7c73ed28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:30,952 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.650s
2025-11-24 20:31:30,952 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:30 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48b0e04f-2bc6-4295-bdd4-89635309b2da', 'x-compute-request-id': 'req-48b0e04f-2bc6-4295-bdd4-89635309b2da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:33,125 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.165s
2025-11-24 20:31:33,125 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:31 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c69e210-332f-4fb8-99b5-043f51c204c1', 'x-compute-request-id': 'req-7c69e210-332f-4fb8-99b5-043f51c204c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:35,739 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.609s
2025-11-24 20:31:35,739 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:34 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df1e8973-e9a8-4e66-a20a-a08a22b7ae9c', 'x-compute-request-id': 'req-df1e8973-e9a8-4e66-a20a-a08a22b7ae9c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:37,787 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.043s
2025-11-24 20:31:37,788 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:36 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e95c5872-1aa7-48a8-892e-60839216a1be', 'x-compute-request-id': 'req-e95c5872-1aa7-48a8-892e-60839216a1be', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:39,837 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.045s
2025-11-24 20:31:39,837 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:38 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4decf350-cab8-48d2-a5b1-a89eca3dbfcd', 'x-compute-request-id': 'req-4decf350-cab8-48d2-a5b1-a89eca3dbfcd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:42,600 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.755s
2025-11-24 20:31:42,601 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:40 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-828769b5-d10f-4dcf-bb64-70abd7fdf60c', 'x-compute-request-id': 'req-828769b5-d10f-4dcf-bb64-70abd7fdf60c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:44,753 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.139s
2025-11-24 20:31:44,753 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:43 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a46ea24b-8f26-444b-a053-16f596931e47', 'x-compute-request-id': 'req-a46ea24b-8f26-444b-a053-16f596931e47', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:46,167 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 0.409s
2025-11-24 20:31:46,167 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:45 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90143f94-879c-47b2-9185-0980f76fbdff', 'x-compute-request-id': 'req-90143f94-879c-47b2-9185-0980f76fbdff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:48,601 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.427s
2025-11-24 20:31:48,602 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:47 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f30907cf-d807-4941-b1ae-51d41f70d11f', 'x-compute-request-id': 'req-f30907cf-d807-4941-b1ae-51d41f70d11f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:50,798 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa 1.186s
2025-11-24 20:31:50,798 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:49 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1510dc5-8a69-444d-a804-e45d2e63cb27', 'x-compute-request-id': 'req-b1510dc5-8a69-444d-a804-e45d2e63cb27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa'}
Body: b'{"server": {"id": "43bc955c-77ee-42d8-98e2-84163217d1aa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1081708806", "status": "BUILD", "tenant_id": "c56e6d5c1eae48bfa49e12800a76eaa4", "user_id": "fdcce01fe61847e0972b7d8925fc4984", "metadata": {}, "hostId": "abb6b9da10db0dfc4188e7275e391d1ae992f4296060f97d20f432d4", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "1385523466", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1385523466"}]}, "created": "2025-11-24T20:21:48Z", "updated": "2025-11-24T20:26:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/43bc955c-77ee-42d8-98e2-84163217d1aa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2026842827", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1538497007"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:50,803 46 ERROR [tempest.common.compute] Server 43bc955c-77ee-42d8-98e2-84163217d1aa failed to delete in time
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute Traceback (most recent call last):
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute raise lib_exc.TimeoutException(message)
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute Details: (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Server 43bc955c-77ee-42d8-98e2-84163217d1aa failed to reach ACTIVE status and task state "None" within the required time (300 s). Request ID of server operation performed before checking the server status req-ba3f03dd-66f2-4990-aa3b-a93f29ccb4b1. Current status: BUILD. Current task state: spawning.
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute Traceback (most recent call last):
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 356, in create_test_server
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute waiters.wait_for_server_termination(
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 151, in wait_for_server_termination
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute raise lib_exc.TimeoutException
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute Details: None
2025-11-24 20:31:50.803 46 ERROR tempest.common.compute
2025-11-24 20:31:50,956 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-2026842827 0.105s
2025-11-24 20:31:50,956 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:50 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63202b9c-179d-4653-a6db-d3162f231790', 'x-compute-request-id': 'req-63202b9c-179d-4653-a6db-d3162f231790', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-2026842827'}
Body: b''
2025-11-24 20:31:51,583 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 409 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/59bba69b-88bb-42f5-9692-fcbbda323061 0.626s
2025-11-24 20:31:51,583 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-e2e33078-7b28-4722-ad83-dbc16dade893', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '409', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/59bba69b-88bb-42f5-9692-fcbbda323061'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 59bba69b-88bb-42f5-9692-fcbbda323061 in use.", "detail": ""}}'
2025-11-24 20:31:51,584 46 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 59bba69b-88bb-42f5-9692-fcbbda323061 VM might not be deleted
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 59bba69b-88bb-42f5-9692-fcbbda323061 in use.', 'detail': ''}
2025-11-24 20:31:51.584 46 ERROR tempest.lib.common.validation_resources
2025-11-24 20:31:52,513 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/34f250d8-dd28-4c56-a112-2551b8a1e34e 0.917s
2025-11-24 20:31:52,514 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-44dca2d4-8b9b-4f5b-aaac-37890906b7fb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/34f250d8-dd28-4c56-a112-2551b8a1e34e'}
Body: b''
2025-11-24 20:31:52,794 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/flavors/1385523466 0.276s
2025-11-24 20:31:52,794 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e761f34-01b1-4489-9bf8-f163f972a142', 'x-compute-request-id': 'req-6e761f34-01b1-4489-9bf8-f163f972a142', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/1385523466'}
Body: b''
2025-11-24 20:31:52,856 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors/detail 0.061s
2025-11-24 20:31:52,856 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'content-length': '1985', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1771365-d1b7-4ab7-81de-89a522b3d2d1', 'x-compute-request-id': 'req-c1771365-d1b7-4ab7-81de-89a522b3d2d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/detail'}
Body: b'{"flavors": [{"id": "2119239168", "name": "tempest-flavor_with_ephemeral_1-823758181", "ram": 128, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/2119239168"}]}, {"id": "67120476-40a0-42ea-948d-218bf9a62474", "name": "m1.nano", "ram": 128, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, {"id": "8719e6b3-3203-437b-8ca4-4a9d17bb1085", "name": "cirros-0.6.2-test-operator-flavor", "ram": 512, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/8719e6b3-3203-437b-8ca4-4a9d17bb1085"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/8719e6b3-3203-437b-8ca4-4a9d17bb1085"}]}, {"id": "c59dd53f-84cb-42c3-a81b-3f29455c36c6", "name": "m1.micro", "ram": 192, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/c59dd53f-84cb-42c3-a81b-3f29455c36c6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/c59dd53f-84cb-42c3-a81b-3f29455c36c6"}]}]}'
2025-11-24 20:31:52,960 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168 0.102s
2025-11-24 20:31:52,961 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b524bb1-f085-4c77-95cb-3e80306ed280', 'x-compute-request-id': 'req-9b524bb1-f085-4c77-95cb-3e80306ed280', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/2119239168'}
Body: b''
2025-11-24 20:31:53,033 46 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/flavors/detail 0.071s
2025-11-24 20:31:53,033 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'content-length': '1532', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc351912-836f-4e9d-a515-d207a71ff4f6', 'x-compute-request-id': 'req-cc351912-836f-4e9d-a515-d207a71ff4f6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/flavors/detail'}
Body: b'{"flavors": [{"id": "67120476-40a0-42ea-948d-218bf9a62474", "name": "m1.nano", "ram": 128, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/67120476-40a0-42ea-948d-218bf9a62474"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, {"id": "8719e6b3-3203-437b-8ca4-4a9d17bb1085", "name": "cirros-0.6.2-test-operator-flavor", "ram": 512, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/8719e6b3-3203-437b-8ca4-4a9d17bb1085"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/8719e6b3-3203-437b-8ca4-4a9d17bb1085"}]}, {"id": "c59dd53f-84cb-42c3-a81b-3f29455c36c6", "name": "m1.micro", "ram": 192, "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": "https://nova-public-openstack.apps-crc.testing/v2.1/flavors/c59dd53f-84cb-42c3-a81b-3f29455c36c6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/c59dd53f-84cb-42c3-a81b-3f29455c36c6"}]}]}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/fixtures/fixture.py", line 124, in cleanUp
return self._cleanups(raise_errors=raise_first)
File "/usr/lib/python3.9/site-packages/fixtures/callmany.py", line 84, in __call__
raise error[1].with_traceback(error[2])
File "/usr/lib/python3.9/site-packages/fixtures/callmany.py", line 78, in __call__
cleanup(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
security_group_client.delete_security_group(sec_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 887, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 59bba69b-88bb-42f5-9692-fcbbda323061 in use.', 'detail': ''}
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_create_server.py", line 85, in test_verify_created_server_ephemeral_disk
server_no_eph_disk = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Server 43bc955c-77ee-42d8-98e2-84163217d1aa failed to reach ACTIVE status and task state "None" within the required time (300 s). Request ID of server operation performed before checking the server status req-ba3f03dd-66f2-4990-aa3b-a93f29ccb4b1. Current status: BUILD. Current task state: spawning.
|
||||||
| tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
fail
ft29.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:32:00,951 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.347s
2025-11-24 20:32:00,952 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:00 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-856eb6e4-4319-4c78-94dd-fa1c354d332b', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dfc6c1ae078e461a91d8166a57656802", "name": "tempest-DeleteServersAdminTestJSON-1593226288-project-member", "password_expires_at": null}, "audit_ids": ["OqYsC2vRS8m45MviVDoEGA"], "expires_at": "2025-11-24T21:32:00.000000Z", "issued_at": "2025-11-24T20:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42adafd03d9f462fbc2d8f648fcefdba", "name": "tempest-DeleteServersAdminTestJSON-1593226288"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_42adafd03d9f462fbc2d8f648fcefdba", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_42adafd03d9f462fbc2d8f648fcefdba", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:32:00,952 46 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others) Found network None available for tenant
2025-11-24 20:32:03,398 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.444s
2025-11-24 20:32:03,398 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersAdminTestJSON-server-1543034495", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:00 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1576ddfc-c550-4bed-ba63-b788047641d8', 'x-compute-request-id': 'req-1576ddfc-c550-4bed-ba63-b788047641d8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "3a8ad03f-b468-46e9-8daa-3f845d35bbab", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5z52dykB8oBG"}}'
2025-11-24 20:32:03,608 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab 0.208s
2025-11-24 20:32:03,608 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:03 GMT', 'server': 'Apache', 'content-length': '1366', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc33616-2895-4464-af22-d519a4d33105', 'x-compute-request-id': 'req-0cc33616-2895-4464-af22-d519a4d33105', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab'}
Body: b'{"server": {"id": "3a8ad03f-b468-46e9-8daa-3f845d35bbab", "name": "tempest-DeleteServersAdminTestJSON-server-1543034495", "status": "BUILD", "tenant_id": "42adafd03d9f462fbc2d8f648fcefdba", "user_id": "dfc6c1ae078e461a91d8166a57656802", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:32:03Z", "updated": "2025-11-24T20:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:05,588 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab 0.974s
2025-11-24 20:32:05,589 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:04 GMT', 'server': 'Apache', 'content-length': '1476', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1aba9df-7e29-442e-82d3-8db3170c6a9d', 'x-compute-request-id': 'req-f1aba9df-7e29-442e-82d3-8db3170c6a9d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab'}
Body: b'{"server": {"id": "3a8ad03f-b468-46e9-8daa-3f845d35bbab", "name": "tempest-DeleteServersAdminTestJSON-server-1543034495", "status": "ERROR", "tenant_id": "42adafd03d9f462fbc2d8f648fcefdba", "user_id": "dfc6c1ae078e461a91d8166a57656802", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:32:03Z", "updated": "2025-11-24T20:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:32:03Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:05,592 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:32:06,852 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab 1.259s
2025-11-24 20:32:06,852 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:05 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd351a9-9c02-48bd-83d3-57a3c8bf18f7', 'x-compute-request-id': 'req-fdd351a9-9c02-48bd-83d3-57a3c8bf18f7', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab'}
Body: b''
2025-11-24 20:32:07,074 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab 0.221s
2025-11-24 20:32:07,074 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:06 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d37a2e9-b785-4985-904c-5eaa5adaff32', 'x-compute-request-id': 'req-6d37a2e9-b785-4985-904c-5eaa5adaff32', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3a8ad03f-b468-46e9-8daa-3f845d35bbab'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3a8ad03f-b468-46e9-8daa-3f845d35bbab could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_delete_server.py", line 49, in test_admin_delete_servers_of_others
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3a8ad03f-b468-46e9-8daa-3f845d35bbab failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:32:03Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-1576ddfc-c550-4bed-ba63-b788047641d8.
|
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
fail
ft29.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:32:07,424 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.310s
2025-11-24 20:32:07,425 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:07 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-da177168-2230-4e7f-9d8f-788365e406be', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dfc6c1ae078e461a91d8166a57656802", "name": "tempest-DeleteServersAdminTestJSON-1593226288-project-member", "password_expires_at": null}, "audit_ids": ["kPOBrNJgTRqD3Zpoa_qIPw"], "expires_at": "2025-11-24T21:32:07.000000Z", "issued_at": "2025-11-24T20:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42adafd03d9f462fbc2d8f648fcefdba", "name": "tempest-DeleteServersAdminTestJSON-1593226288"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_42adafd03d9f462fbc2d8f648fcefdba", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_42adafd03d9f462fbc2d8f648fcefdba", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:32:07,425 46 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state) Found network None available for tenant
2025-11-24 20:32:09,009 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.580s
2025-11-24 20:32:09,009 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersAdminTestJSON-server-676492505", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:07 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a850ca5d-aa4c-46a0-855f-e8eaeae908e3', 'x-compute-request-id': 'req-a850ca5d-aa4c-46a0-855f-e8eaeae908e3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "3760de5a-92da-4689-b829-8737bb3b2152", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3760de5a-92da-4689-b829-8737bb3b2152"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "zaFT8zJ2Ey4G"}}'
2025-11-24 20:32:09,207 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152 0.196s
2025-11-24 20:32:09,207 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:09 GMT', 'server': 'Apache', 'content-length': '1365', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6961906-ab3d-421e-ad03-8bb59e047e31', 'x-compute-request-id': 'req-e6961906-ab3d-421e-ad03-8bb59e047e31', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152'}
Body: b'{"server": {"id": "3760de5a-92da-4689-b829-8737bb3b2152", "name": "tempest-DeleteServersAdminTestJSON-server-676492505", "status": "BUILD", "tenant_id": "42adafd03d9f462fbc2d8f648fcefdba", "user_id": "dfc6c1ae078e461a91d8166a57656802", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:32:08Z", "updated": "2025-11-24T20:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3760de5a-92da-4689-b829-8737bb3b2152"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:10,588 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152 0.375s
2025-11-24 20:32:10,588 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:10 GMT', 'server': 'Apache', 'content-length': '1475', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0873227d-5d7d-4dd6-9ec2-a62e2495fb10', 'x-compute-request-id': 'req-0873227d-5d7d-4dd6-9ec2-a62e2495fb10', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152'}
Body: b'{"server": {"id": "3760de5a-92da-4689-b829-8737bb3b2152", "name": "tempest-DeleteServersAdminTestJSON-server-676492505", "status": "ERROR", "tenant_id": "42adafd03d9f462fbc2d8f648fcefdba", "user_id": "dfc6c1ae078e461a91d8166a57656802", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:32:08Z", "updated": "2025-11-24T20:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3760de5a-92da-4689-b829-8737bb3b2152"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:32:09Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:10,591 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:32:11,691 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152 1.099s
2025-11-24 20:32:11,692 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:10 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e83b17b-2a7e-4c5e-b01b-cf956a59dac1', 'x-compute-request-id': 'req-3e83b17b-2a7e-4c5e-b01b-cf956a59dac1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152'}
Body: b''
2025-11-24 20:32:11,781 46 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152 0.088s
2025-11-24 20:32:11,781 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:11 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd41a8f-8db0-440e-954c-a5ed2d5f7f30', 'x-compute-request-id': 'req-8fd41a8f-8db0-440e-954c-a5ed2d5f7f30', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3760de5a-92da-4689-b829-8737bb3b2152'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3760de5a-92da-4689-b829-8737bb3b2152 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_delete_server.py", line 36, in test_delete_server_while_in_error_state
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3760de5a-92da-4689-b829-8737bb3b2152 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:32:09Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-a850ca5d-aa4c-46a0-855f-e8eaeae908e3.
|
||||||
| tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
fail
ft30.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:23:14,893 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.346s
2025-11-24 20:23:14,893 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:14 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ef8e5202-4a88-4c8a-902a-3786ed1f8a4f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0143f386bac846eab04e312327825f6f", "name": "tempest-ServerDiagnosticsNegativeTest-439204045-project-member", "password_expires_at": null}, "audit_ids": ["NUhfEMX5QhqehhptYxKJdQ"], "expires_at": "2025-11-24T21:23:14.000000Z", "issued_at": "2025-11-24T20:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "name": "tempest-ServerDiagnosticsNegativeTest-439204045"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_873c3bd5e5d04a9e9c5488d3c51dc34c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_873c3bd5e5d04a9e9c5488d3c51dc34c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:23:14,893 43 INFO [tempest.lib.common.fixed_network] (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin) Found network None available for tenant
2025-11-24 20:23:16,403 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.509s
2025-11-24 20:23:16,403 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:14 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc47bc98-816e-475c-8f06-44944d97ef18', 'x-compute-request-id': 'req-bc47bc98-816e-475c-8f06-44944d97ef18', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3sHj6BxMRExV"}}'
2025-11-24 20:23:16,699 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.295s
2025-11-24 20:23:16,700 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:16 GMT', 'server': 'Apache', 'content-length': '1369', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8a3c8c1-749e-499c-a633-0f074b58d6a4', 'x-compute-request-id': 'req-f8a3c8c1-749e-499c-a633-0f074b58d6a4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:17,986 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.282s
2025-11-24 20:23:17,987 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da0c0c2c-77ad-4938-9266-16a332d2ab6f', 'x-compute-request-id': 'req-da0c0c2c-77ad-4938-9266-16a332d2ab6f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:17,994 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2025-11-24 20:23:19,411 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.415s
2025-11-24 20:23:19,412 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa96fe65-cd9f-4ff6-94cd-11e0663d781a', 'x-compute-request-id': 'req-fa96fe65-cd9f-4ff6-94cd-11e0663d781a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:20,662 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.245s
2025-11-24 20:23:20,662 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c847062-e1d1-49b2-ba74-20a38a54b6f8', 'x-compute-request-id': 'req-1c847062-e1d1-49b2-ba74-20a38a54b6f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:22,425 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.755s
2025-11-24 20:23:22,425 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d105be6-efc0-455d-8a1b-2418428501b4', 'x-compute-request-id': 'req-2d105be6-efc0-455d-8a1b-2418428501b4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:23,633 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.197s
2025-11-24 20:23:23,633 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7988cef9-acb8-4994-8f7d-7930a4c20218', 'x-compute-request-id': 'req-7988cef9-acb8-4994-8f7d-7930a4c20218', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:26,009 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.365s
2025-11-24 20:23:26,010 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:24 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b911d312-082c-4d13-b846-f0946f7a5114', 'x-compute-request-id': 'req-b911d312-082c-4d13-b846-f0946f7a5114', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:27,670 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.656s
2025-11-24 20:23:27,671 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:27 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8afd31ae-bb1f-4753-8d1d-71e435ea41a9', 'x-compute-request-id': 'req-8afd31ae-bb1f-4753-8d1d-71e435ea41a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:29,438 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.761s
2025-11-24 20:23:29,438 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0683d54-7ea8-467a-a8d0-e8ea74312a81', 'x-compute-request-id': 'req-a0683d54-7ea8-467a-a8d0-e8ea74312a81', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:30,763 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.317s
2025-11-24 20:23:30,764 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:30 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d4f659b-bce5-4bf1-98da-027a6cda2d2e', 'x-compute-request-id': 'req-0d4f659b-bce5-4bf1-98da-027a6cda2d2e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:31,973 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.203s
2025-11-24 20:23:31,974 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d6a0b0f-daae-4d8f-9773-b6dc1af13c96', 'x-compute-request-id': 'req-8d6a0b0f-daae-4d8f-9773-b6dc1af13c96', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:33,661 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.680s
2025-11-24 20:23:33,662 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6429d9c-be23-48c3-88a8-abcd9a888451', 'x-compute-request-id': 'req-b6429d9c-be23-48c3-88a8-abcd9a888451', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:35,004 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.331s
2025-11-24 20:23:35,005 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73cc53ed-4419-426b-ac89-5675d6977305', 'x-compute-request-id': 'req-73cc53ed-4419-426b-ac89-5675d6977305', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:36,707 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.695s
2025-11-24 20:23:36,707 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:36 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50fef658-7ee7-4885-9fe4-b30b19798fd7', 'x-compute-request-id': 'req-50fef658-7ee7-4885-9fe4-b30b19798fd7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:37,960 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.244s
2025-11-24 20:23:37,960 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe2e0f07-b767-4f02-aa19-8236b7f1bdc7', 'x-compute-request-id': 'req-fe2e0f07-b767-4f02-aa19-8236b7f1bdc7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:40,433 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.467s
2025-11-24 20:23:40,433 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1442ce3-96f7-4805-8403-3da32545fbd3', 'x-compute-request-id': 'req-d1442ce3-96f7-4805-8403-3da32545fbd3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:41,731 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.294s
2025-11-24 20:23:41,733 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-863790b7-0a77-4988-a2a8-fe5b06c78616', 'x-compute-request-id': 'req-863790b7-0a77-4988-a2a8-fe5b06c78616', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:43,030 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.289s
2025-11-24 20:23:43,030 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-667ba069-3808-4f12-8291-f1923ba7c8ad', 'x-compute-request-id': 'req-667ba069-3808-4f12-8291-f1923ba7c8ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:44,430 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.393s
2025-11-24 20:23:44,430 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b40ad7e-1366-4b26-9f03-14ad46807d44', 'x-compute-request-id': 'req-6b40ad7e-1366-4b26-9f03-14ad46807d44', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:45,802 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.361s
2025-11-24 20:23:45,803 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:45 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8b1cab4-c16a-4a47-aa2b-1c616efcb394', 'x-compute-request-id': 'req-c8b1cab4-c16a-4a47-aa2b-1c616efcb394', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:47,431 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.616s
2025-11-24 20:23:47,432 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa1beb35-3a72-4506-9719-2f19bd27b6a6', 'x-compute-request-id': 'req-aa1beb35-3a72-4506-9719-2f19bd27b6a6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:48,867 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.427s
2025-11-24 20:23:48,868 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12577002-2af6-4e40-8297-6de246f06697', 'x-compute-request-id': 'req-12577002-2af6-4e40-8297-6de246f06697', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:50,439 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.562s
2025-11-24 20:23:50,439 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecd6509b-e9a5-48d5-88e1-e96a8df846f4', 'x-compute-request-id': 'req-ecd6509b-e9a5-48d5-88e1-e96a8df846f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:52,429 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.986s
2025-11-24 20:23:52,429 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b971bc20-b5da-4cc4-b543-95c496ed167e', 'x-compute-request-id': 'req-b971bc20-b5da-4cc4-b543-95c496ed167e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:53,692 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.258s
2025-11-24 20:23:53,693 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbc5787a-34e0-4b0c-820b-f4802eb89f33', 'x-compute-request-id': 'req-cbc5787a-34e0-4b0c-820b-f4802eb89f33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:55,445 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.745s
2025-11-24 20:23:55,445 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f53e6b8-0d64-40a7-9895-2fabf7dd5b6b', 'x-compute-request-id': 'req-0f53e6b8-0d64-40a7-9895-2fabf7dd5b6b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:56,684 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.234s
2025-11-24 20:23:56,684 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:56 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-350463bc-09b9-422c-aea7-6fe1ca2e08cc', 'x-compute-request-id': 'req-350463bc-09b9-422c-aea7-6fe1ca2e08cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:58,047 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.347s
2025-11-24 20:23:58,047 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d3fa02-cfcb-4f60-b442-de3c69a186ae', 'x-compute-request-id': 'req-a1d3fa02-cfcb-4f60-b442-de3c69a186ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:23:59,477 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.417s
2025-11-24 20:23:59,478 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:23:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1587f9d7-cff6-4c0b-9b8d-afcd14d54107', 'x-compute-request-id': 'req-1587f9d7-cff6-4c0b-9b8d-afcd14d54107', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:02,441 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.954s
2025-11-24 20:24:02,442 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:00 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f9aaa71-af36-467f-b3df-8499f9296543', 'x-compute-request-id': 'req-6f9aaa71-af36-467f-b3df-8499f9296543', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:06,918 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 3.460s
2025-11-24 20:24:06,919 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b62bdd41-b417-4e44-9638-ed4e90086d07', 'x-compute-request-id': 'req-b62bdd41-b417-4e44-9638-ed4e90086d07', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:08,402 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.476s
2025-11-24 20:24:08,403 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:07 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b17e7272-aece-4a3e-89f9-43f9df4573b5', 'x-compute-request-id': 'req-b17e7272-aece-4a3e-89f9-43f9df4573b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:09,919 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.506s
2025-11-24 20:24:09,919 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:09 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eba85c1-4261-4a3e-9771-d5be35185cea', 'x-compute-request-id': 'req-4eba85c1-4261-4a3e-9771-d5be35185cea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:12,439 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.511s
2025-11-24 20:24:12,439 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2795f8f-c9a9-4e3d-b174-6c30cee6c746', 'x-compute-request-id': 'req-b2795f8f-c9a9-4e3d-b174-6c30cee6c746', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:13,689 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.241s
2025-11-24 20:24:13,689 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c61d54c-c918-4aca-8519-8a6bf5eee8f4', 'x-compute-request-id': 'req-4c61d54c-c918-4aca-8519-8a6bf5eee8f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:14,881 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.186s
2025-11-24 20:24:14,881 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c84b2d8c-847d-4051-bddd-4ee5692b8639', 'x-compute-request-id': 'req-c84b2d8c-847d-4051-bddd-4ee5692b8639', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:16,110 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.224s
2025-11-24 20:24:16,110 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69b4ea50-2919-4fd8-a84e-bdfbd6eb3325', 'x-compute-request-id': 'req-69b4ea50-2919-4fd8-a84e-bdfbd6eb3325', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:17,688 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.571s
2025-11-24 20:24:17,689 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16e59b31-a10b-450c-930c-6f82cd5c36d4', 'x-compute-request-id': 'req-16e59b31-a10b-450c-930c-6f82cd5c36d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:19,152 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.454s
2025-11-24 20:24:19,153 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c3f708a-8624-4a4c-83a6-86b36f5216aa', 'x-compute-request-id': 'req-1c3f708a-8624-4a4c-83a6-86b36f5216aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:20,747 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.589s
2025-11-24 20:24:20,748 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-148bd7c5-5245-4a65-b492-5f960572aaec', 'x-compute-request-id': 'req-148bd7c5-5245-4a65-b492-5f960572aaec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:22,636 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.884s
2025-11-24 20:24:22,636 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f683ea2-7985-46e7-9514-ccc468773dd3', 'x-compute-request-id': 'req-7f683ea2-7985-46e7-9514-ccc468773dd3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:24,434 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.793s
2025-11-24 20:24:24,434 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f1136f5-16f7-4ff8-bd25-b49aebb59d68', 'x-compute-request-id': 'req-8f1136f5-16f7-4ff8-bd25-b49aebb59d68', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:25,691 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.251s
2025-11-24 20:24:25,692 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-511bc83e-963e-4e5d-9350-073861794091', 'x-compute-request-id': 'req-511bc83e-963e-4e5d-9350-073861794091', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:27,686 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.985s
2025-11-24 20:24:27,687 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bc4ecd0-1680-4e66-be09-ea9824021bf4', 'x-compute-request-id': 'req-9bc4ecd0-1680-4e66-be09-ea9824021bf4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:29,438 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.742s
2025-11-24 20:24:29,439 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f93a85f-e65f-4d08-a530-5e2d13108030', 'x-compute-request-id': 'req-4f93a85f-e65f-4d08-a530-5e2d13108030', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:30,742 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.299s
2025-11-24 20:24:30,743 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:30 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d8fb26-ad56-45fc-a6a6-e7e33b8f01b8', 'x-compute-request-id': 'req-04d8fb26-ad56-45fc-a6a6-e7e33b8f01b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:31,981 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.230s
2025-11-24 20:24:31,982 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0083b747-4c0e-4c0e-ae36-bcb31f8e2fe5', 'x-compute-request-id': 'req-0083b747-4c0e-4c0e-ae36-bcb31f8e2fe5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:33,225 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.236s
2025-11-24 20:24:33,226 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:33 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1079e4f-f694-481e-be25-2c4096f85bab', 'x-compute-request-id': 'req-c1079e4f-f694-481e-be25-2c4096f85bab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:35,434 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.198s
2025-11-24 20:24:35,435 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0fb7ffc-144f-4b4c-9da3-17ae25824227', 'x-compute-request-id': 'req-c0fb7ffc-144f-4b4c-9da3-17ae25824227', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:36,734 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.293s
2025-11-24 20:24:36,734 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:36 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d97da1c6-71b6-44d5-850e-d13e5fe0c720', 'x-compute-request-id': 'req-d97da1c6-71b6-44d5-850e-d13e5fe0c720', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:38,430 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.689s
2025-11-24 20:24:38,430 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d3e940a-9931-494f-ba7c-5a5340870ea5', 'x-compute-request-id': 'req-5d3e940a-9931-494f-ba7c-5a5340870ea5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:39,706 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.271s
2025-11-24 20:24:39,706 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:39 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3774b92a-50cc-484c-a6b2-c5d6f70f56c6', 'x-compute-request-id': 'req-3774b92a-50cc-484c-a6b2-c5d6f70f56c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:41,432 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.717s
2025-11-24 20:24:41,433 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:40 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18a01151-e551-4d39-8ea9-69a05816e567', 'x-compute-request-id': 'req-18a01151-e551-4d39-8ea9-69a05816e567', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:42,936 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.500s
2025-11-24 20:24:42,937 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d913d208-b8b0-4711-9bdb-169110402a03', 'x-compute-request-id': 'req-d913d208-b8b0-4711-9bdb-169110402a03', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:44,441 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.496s
2025-11-24 20:24:44,441 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:43 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cb5a9c4-ddd8-4786-a5f0-60b4c47325ca', 'x-compute-request-id': 'req-8cb5a9c4-ddd8-4786-a5f0-60b4c47325ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:45,801 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.349s
2025-11-24 20:24:45,801 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:45 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbe153c7-79eb-45f0-8151-d9e911ff1aa0', 'x-compute-request-id': 'req-fbe153c7-79eb-45f0-8151-d9e911ff1aa0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:47,438 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.631s
2025-11-24 20:24:47,439 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e428dd6d-b645-474d-9b1c-14b913c703d7', 'x-compute-request-id': 'req-e428dd6d-b645-474d-9b1c-14b913c703d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:48,886 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.433s
2025-11-24 20:24:48,886 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4205710a-4e00-4906-9c3b-0a583ce5ad53', 'x-compute-request-id': 'req-4205710a-4e00-4906-9c3b-0a583ce5ad53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:50,514 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.622s
2025-11-24 20:24:50,515 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bb7417-bf71-49b9-8024-4cc0defcd2b4', 'x-compute-request-id': 'req-f4bb7417-bf71-49b9-8024-4cc0defcd2b4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:52,452 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.928s
2025-11-24 20:24:52,453 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf81c621-9b87-428a-8bfd-3ade69face36', 'x-compute-request-id': 'req-bf81c621-9b87-428a-8bfd-3ade69face36', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:53,740 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.280s
2025-11-24 20:24:53,741 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a94b1ea-00a7-4349-accd-8566e116f14d', 'x-compute-request-id': 'req-1a94b1ea-00a7-4349-accd-8566e116f14d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:54,939 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.190s
2025-11-24 20:24:54,939 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b171473-cbc1-422d-ab9f-f798f8e251c5', 'x-compute-request-id': 'req-5b171473-cbc1-422d-ab9f-f798f8e251c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:56,452 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.505s
2025-11-24 20:24:56,453 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa776bf2-43e0-4b62-8d2e-7e3b30877afa', 'x-compute-request-id': 'req-aa776bf2-43e0-4b62-8d2e-7e3b30877afa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:57,719 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.256s
2025-11-24 20:24:57,719 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b33fe0c-631f-4aae-884c-bdbdc3e206ef', 'x-compute-request-id': 'req-2b33fe0c-631f-4aae-884c-bdbdc3e206ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:24:58,967 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.239s
2025-11-24 20:24:58,967 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-149cb836-8563-4421-ad9d-00ecb9fd4705', 'x-compute-request-id': 'req-149cb836-8563-4421-ad9d-00ecb9fd4705', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:00,451 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.474s
2025-11-24 20:25:00,452 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:24:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0be0f44-b1ba-4ef7-a9c7-afff624d6936', 'x-compute-request-id': 'req-a0be0f44-b1ba-4ef7-a9c7-afff624d6936', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:01,667 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.205s
2025-11-24 20:25:01,667 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7396a1bf-7cd8-4a88-a57a-dc09bafcd46c', 'x-compute-request-id': 'req-7396a1bf-7cd8-4a88-a57a-dc09bafcd46c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:03,244 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.571s
2025-11-24 20:25:03,244 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:02 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bdf2759-86b0-4f0e-be94-18d3d3082fd0', 'x-compute-request-id': 'req-9bdf2759-86b0-4f0e-be94-18d3d3082fd0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:04,784 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.534s
2025-11-24 20:25:04,785 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:04 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff0cc386-4978-4bd3-9d97-073d9f402612', 'x-compute-request-id': 'req-ff0cc386-4978-4bd3-9d97-073d9f402612', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:06,259 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.466s
2025-11-24 20:25:06,259 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6b27d32-9f89-4a5a-9e3a-3c84df2d1a2f', 'x-compute-request-id': 'req-f6b27d32-9f89-4a5a-9e3a-3c84df2d1a2f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:07,715 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.450s
2025-11-24 20:25:07,715 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:07 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-938a9599-9b66-4f4b-8c71-a90dea6a65da', 'x-compute-request-id': 'req-938a9599-9b66-4f4b-8c71-a90dea6a65da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:08,988 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.267s
2025-11-24 20:25:08,989 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:08 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00f1ac88-0300-4e8d-83ba-561ee64b3786', 'x-compute-request-id': 'req-00f1ac88-0300-4e8d-83ba-561ee64b3786', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:10,452 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.459s
2025-11-24 20:25:10,453 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e984c2a0-2f01-4b8e-8821-94696208f278', 'x-compute-request-id': 'req-e984c2a0-2f01-4b8e-8821-94696208f278', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:11,762 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.300s
2025-11-24 20:25:11,762 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:11 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c93ea908-99f4-4a6c-8d67-df8d6cc9da95', 'x-compute-request-id': 'req-c93ea908-99f4-4a6c-8d67-df8d6cc9da95', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:13,469 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.701s
2025-11-24 20:25:13,469 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfe8d45-a995-4b23-a584-369412adeb64', 'x-compute-request-id': 'req-0cfe8d45-a995-4b23-a584-369412adeb64', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:15,456 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.979s
2025-11-24 20:25:15,456 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95fa1830-07da-45b0-aa6e-162740816fa5', 'x-compute-request-id': 'req-95fa1830-07da-45b0-aa6e-162740816fa5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:16,734 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.268s
2025-11-24 20:25:16,734 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7838182d-baaa-4891-9450-001de69e06f1', 'x-compute-request-id': 'req-7838182d-baaa-4891-9450-001de69e06f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:17,941 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.201s
2025-11-24 20:25:17,942 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e0eb68-ee2d-4f37-ad42-ffd5f5b2efb6', 'x-compute-request-id': 'req-40e0eb68-ee2d-4f37-ad42-ffd5f5b2efb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:19,255 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.309s
2025-11-24 20:25:19,255 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c422e00c-d64d-4166-9bde-5ab9531c5d41', 'x-compute-request-id': 'req-c422e00c-d64d-4166-9bde-5ab9531c5d41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:20,889 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.629s
2025-11-24 20:25:20,890 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e68926f-e318-4492-8305-0fe465258ab2', 'x-compute-request-id': 'req-6e68926f-e318-4492-8305-0fe465258ab2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:22,951 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.058s
2025-11-24 20:25:22,952 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4bc31a-321f-4255-b51e-ec1475bb5883', 'x-compute-request-id': 'req-0a4bc31a-321f-4255-b51e-ec1475bb5883', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:25,452 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.493s
2025-11-24 20:25:25,452 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b1b4765-60ef-46fc-9555-8db6b58a6eda', 'x-compute-request-id': 'req-3b1b4765-60ef-46fc-9555-8db6b58a6eda', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:27,467 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.009s
2025-11-24 20:25:27,468 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa1b0204-1e1f-464a-9774-5c9b8ab8281b', 'x-compute-request-id': 'req-fa1b0204-1e1f-464a-9774-5c9b8ab8281b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:28,776 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.304s
2025-11-24 20:25:28,776 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40593e93-1eee-4b7c-b6d5-dbeaa929ff29', 'x-compute-request-id': 'req-40593e93-1eee-4b7c-b6d5-dbeaa929ff29', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:30,476 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.695s
2025-11-24 20:25:30,476 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a68991-dce8-4905-8dfa-08768d2a7b6e', 'x-compute-request-id': 'req-b5a68991-dce8-4905-8dfa-08768d2a7b6e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:31,824 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.334s
2025-11-24 20:25:31,825 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1172388e-ec1a-44a5-9059-5accd9965a69', 'x-compute-request-id': 'req-1172388e-ec1a-44a5-9059-5accd9965a69', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:33,050 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.219s
2025-11-24 20:25:33,050 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1feb68e-ce4c-42b3-9445-0b120d91d23f', 'x-compute-request-id': 'req-f1feb68e-ce4c-42b3-9445-0b120d91d23f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:34,686 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.625s
2025-11-24 20:25:34,687 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07a304fc-a8ba-49f6-9ecb-943d499c54ed', 'x-compute-request-id': 'req-07a304fc-a8ba-49f6-9ecb-943d499c54ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:36,605 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.914s
2025-11-24 20:25:36,605 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f9a45a5-8e5f-4aa6-9d6a-365fc4a0477c', 'x-compute-request-id': 'req-6f9a45a5-8e5f-4aa6-9d6a-365fc4a0477c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:37,867 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.253s
2025-11-24 20:25:37,867 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45576ef6-9f03-42bf-a08c-b6526cedd525', 'x-compute-request-id': 'req-45576ef6-9f03-42bf-a08c-b6526cedd525', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:39,123 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.248s
2025-11-24 20:25:39,123 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09a460e7-00dd-40ba-b86f-e613ca1222f7', 'x-compute-request-id': 'req-09a460e7-00dd-40ba-b86f-e613ca1222f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:40,480 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.349s
2025-11-24 20:25:40,481 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:40 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1fa8877-2ef6-41e0-8857-d1daa68583c5', 'x-compute-request-id': 'req-a1fa8877-2ef6-41e0-8857-d1daa68583c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:41,723 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.230s
2025-11-24 20:25:41,723 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c4325e-2feb-42ea-8174-df8f45bc8148', 'x-compute-request-id': 'req-a2c4325e-2feb-42ea-8174-df8f45bc8148', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:43,192 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.465s
2025-11-24 20:25:43,193 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0caa46f9-e24a-46bd-b442-f0935ea4f099', 'x-compute-request-id': 'req-0caa46f9-e24a-46bd-b442-f0935ea4f099', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:45,505 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.297s
2025-11-24 20:25:45,505 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec48e5df-dd8b-44f7-95ed-c1258b777bf1', 'x-compute-request-id': 'req-ec48e5df-dd8b-44f7-95ed-c1258b777bf1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:47,478 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.961s
2025-11-24 20:25:47,479 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf81129-f2a7-4ccb-bb67-6dbf3410ddad', 'x-compute-request-id': 'req-9bf81129-f2a7-4ccb-bb67-6dbf3410ddad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:48,723 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.239s
2025-11-24 20:25:48,723 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76a93245-8566-4502-afa4-bb12ccaff98c', 'x-compute-request-id': 'req-76a93245-8566-4502-afa4-bb12ccaff98c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:50,497 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.769s
2025-11-24 20:25:50,497 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2c010c9-4cf9-4ac3-93b3-0f33f1883872', 'x-compute-request-id': 'req-f2c010c9-4cf9-4ac3-93b3-0f33f1883872', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:51,772 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.269s
2025-11-24 20:25:51,773 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e95ee20-cf17-4369-bb3c-1110b41ea7f4', 'x-compute-request-id': 'req-5e95ee20-cf17-4369-bb3c-1110b41ea7f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:53,199 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.423s
2025-11-24 20:25:53,199 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:52 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92a39ba8-2578-4ee6-869a-bd8f8534327b', 'x-compute-request-id': 'req-92a39ba8-2578-4ee6-869a-bd8f8534327b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:54,810 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.605s
2025-11-24 20:25:54,810 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee44af0d-8844-49a8-89ab-bce79ab3cd73', 'x-compute-request-id': 'req-ee44af0d-8844-49a8-89ab-bce79ab3cd73', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:56,112 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.296s
2025-11-24 20:25:56,112 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e36f48-9d0c-4ba0-8bc1-366f5d9445f7', 'x-compute-request-id': 'req-51e36f48-9d0c-4ba0-8bc1-366f5d9445f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:57,500 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.380s
2025-11-24 20:25:57,500 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20f8ebc1-3aa4-4ee5-a3a9-80c381382a91', 'x-compute-request-id': 'req-20f8ebc1-3aa4-4ee5-a3a9-80c381382a91', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:25:58,973 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.468s
2025-11-24 20:25:58,974 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfc3c4c-58d1-4d14-84fe-bb2363ad269c', 'x-compute-request-id': 'req-fcfc3c4c-58d1-4d14-84fe-bb2363ad269c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:00,494 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.516s
2025-11-24 20:26:00,495 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:25:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-518d3fd4-ab73-457b-987a-e41863f34a1f', 'x-compute-request-id': 'req-518d3fd4-ab73-457b-987a-e41863f34a1f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:02,478 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.973s
2025-11-24 20:26:02,479 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56a6cfc-ec97-4a83-b39c-08ec1202c142', 'x-compute-request-id': 'req-d56a6cfc-ec97-4a83-b39c-08ec1202c142', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:03,711 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.223s
2025-11-24 20:26:03,711 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91ef1f99-46b0-466e-93f4-3b67584c519f', 'x-compute-request-id': 'req-91ef1f99-46b0-466e-93f4-3b67584c519f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:05,501 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.786s
2025-11-24 20:26:05,501 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:04 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858dd997-c2f1-41fa-abac-51c0a8997b20', 'x-compute-request-id': 'req-858dd997-c2f1-41fa-abac-51c0a8997b20', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:11,542 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 5.032s
2025-11-24 20:26:11,542 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:06 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-970a629e-d360-4808-9938-e0ae0890a905', 'x-compute-request-id': 'req-970a629e-d360-4808-9938-e0ae0890a905', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:12,837 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.289s
2025-11-24 20:26:12,837 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fec09a0-a2a0-4abf-89ee-28db1f249a8f', 'x-compute-request-id': 'req-4fec09a0-a2a0-4abf-89ee-28db1f249a8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:14,504 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.663s
2025-11-24 20:26:14,505 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87fdf879-66c4-4286-9cc8-265607b891f5', 'x-compute-request-id': 'req-87fdf879-66c4-4286-9cc8-265607b891f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:16,973 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.460s
2025-11-24 20:26:16,973 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc3c16fe-b09d-4aa2-a76a-49e9c5768201', 'x-compute-request-id': 'req-dc3c16fe-b09d-4aa2-a76a-49e9c5768201', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:18,481 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.501s
2025-11-24 20:26:18,482 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1c169b-9daa-47db-9360-abdc2a74ca49', 'x-compute-request-id': 'req-de1c169b-9daa-47db-9360-abdc2a74ca49', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:19,760 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.262s
2025-11-24 20:26:19,760 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1009ec-65e4-4365-aca0-c5b1d1a127a5', 'x-compute-request-id': 'req-8b1009ec-65e4-4365-aca0-c5b1d1a127a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:21,012 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.245s
2025-11-24 20:26:21,012 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5715b608-d143-45d8-a127-4ac4a8717ac3', 'x-compute-request-id': 'req-5715b608-d143-45d8-a127-4ac4a8717ac3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:23,022 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.004s
2025-11-24 20:26:23,022 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:22 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03cb475b-5bb0-4031-b457-5512b1476339', 'x-compute-request-id': 'req-03cb475b-5bb0-4031-b457-5512b1476339', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:25,513 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.483s
2025-11-24 20:26:25,514 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:24 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1704cc9d-a9fe-4f8a-a177-ccc923eccd69', 'x-compute-request-id': 'req-1704cc9d-a9fe-4f8a-a177-ccc923eccd69', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:26,801 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.279s
2025-11-24 20:26:26,801 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4874497a-204c-457d-8eec-6316d3739d37', 'x-compute-request-id': 'req-4874497a-204c-457d-8eec-6316d3739d37', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:28,499 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.691s
2025-11-24 20:26:28,500 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:27 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43aebe60-7a75-4997-b15a-ebd9284453af', 'x-compute-request-id': 'req-43aebe60-7a75-4997-b15a-ebd9284453af', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:30,514 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.006s
2025-11-24 20:26:30,514 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f274232-77ff-4f1f-85cc-1b655e6eaf80', 'x-compute-request-id': 'req-8f274232-77ff-4f1f-85cc-1b655e6eaf80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:31,773 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.253s
2025-11-24 20:26:31,774 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ed85a1-0138-4b52-88aa-abf11097081f', 'x-compute-request-id': 'req-67ed85a1-0138-4b52-88aa-abf11097081f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:32,963 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.181s
2025-11-24 20:26:32,963 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8012ac9f-32f6-496b-92ce-5feb5a332725', 'x-compute-request-id': 'req-8012ac9f-32f6-496b-92ce-5feb5a332725', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:34,718 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.751s
2025-11-24 20:26:34,719 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:33 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9ce132-e73d-4714-a8f8-32403ab36881', 'x-compute-request-id': 'req-8d9ce132-e73d-4714-a8f8-32403ab36881', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:36,030 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.302s
2025-11-24 20:26:36,030 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb2b7dc4-4931-409e-b407-8c798030730a', 'x-compute-request-id': 'req-eb2b7dc4-4931-409e-b407-8c798030730a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:37,778 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.744s
2025-11-24 20:26:37,778 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a21094a-5ac7-447a-ac10-8668a99871c9', 'x-compute-request-id': 'req-6a21094a-5ac7-447a-ac10-8668a99871c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:38,959 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.173s
2025-11-24 20:26:38,959 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afbc9e87-3c09-405d-b816-0c0c4dc81402', 'x-compute-request-id': 'req-afbc9e87-3c09-405d-b816-0c0c4dc81402', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:40,311 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.347s
2025-11-24 20:26:40,311 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:39 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70c0ca5c-0189-4b41-a2ce-63715334b7ff', 'x-compute-request-id': 'req-70c0ca5c-0189-4b41-a2ce-63715334b7ff', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:41,881 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.565s
2025-11-24 20:26:41,881 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ad443b2-da31-4213-b33f-ae15b28e1140', 'x-compute-request-id': 'req-6ad443b2-da31-4213-b33f-ae15b28e1140', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:43,350 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.463s
2025-11-24 20:26:43,350 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48bc054b-8b75-4f15-a6f3-c5fbf939c2b5', 'x-compute-request-id': 'req-48bc054b-8b75-4f15-a6f3-c5fbf939c2b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:44,669 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.313s
2025-11-24 20:26:44,670 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f63a7b-71cd-40b8-b640-7f6ff934c10a', 'x-compute-request-id': 'req-62f63a7b-71cd-40b8-b640-7f6ff934c10a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:46,055 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.382s
2025-11-24 20:26:46,055 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:45 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4255394d-bc8d-4a05-b864-97375ae07b41', 'x-compute-request-id': 'req-4255394d-bc8d-4a05-b864-97375ae07b41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:47,686 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.626s
2025-11-24 20:26:47,686 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:47 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7e0382-dd2b-4f45-989f-ed80263bdde5', 'x-compute-request-id': 'req-3c7e0382-dd2b-4f45-989f-ed80263bdde5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:49,090 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.397s
2025-11-24 20:26:49,091 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9278e0ac-3d4a-4fc1-914f-54477efdf1f8', 'x-compute-request-id': 'req-9278e0ac-3d4a-4fc1-914f-54477efdf1f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:50,711 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.615s
2025-11-24 20:26:50,712 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:50 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b37845-70e8-4765-97ad-6335d0cf22cb', 'x-compute-request-id': 'req-f4b37845-70e8-4765-97ad-6335d0cf22cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:52,946 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.230s
2025-11-24 20:26:52,947 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39235ee7-deef-43a0-850b-83ace7c0d2e0', 'x-compute-request-id': 'req-39235ee7-deef-43a0-850b-83ace7c0d2e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:54,718 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.766s
2025-11-24 20:26:54,719 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-054c1bf3-9729-45ae-ab83-4870620417ba', 'x-compute-request-id': 'req-054c1bf3-9729-45ae-ab83-4870620417ba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:55,977 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.253s
2025-11-24 20:26:55,978 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc2f5f5-a073-4cda-8a1c-d63bb994bd90', 'x-compute-request-id': 'req-fcc2f5f5-a073-4cda-8a1c-d63bb994bd90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:57,493 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.511s
2025-11-24 20:26:57,493 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:56 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d353b41-c98f-427e-8c7b-30c7ccab7c8a', 'x-compute-request-id': 'req-2d353b41-c98f-427e-8c7b-30c7ccab7c8a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:26:58,937 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.438s
2025-11-24 20:26:58,937 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d116ae83-7278-41de-ae14-e6e4c327ff3b', 'x-compute-request-id': 'req-d116ae83-7278-41de-ae14-e6e4c327ff3b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:00,488 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.539s
2025-11-24 20:27:00,488 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:26:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013d2a12-4c7c-4749-a7ed-b1d85e925393', 'x-compute-request-id': 'req-013d2a12-4c7c-4749-a7ed-b1d85e925393', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:02,492 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.997s
2025-11-24 20:27:02,492 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace0ea58-0df4-4536-b7a2-49e01b42fd99', 'x-compute-request-id': 'req-ace0ea58-0df4-4536-b7a2-49e01b42fd99', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:03,716 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.215s
2025-11-24 20:27:03,717 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e980fa43-8f84-4745-9104-fbd780f6a9df', 'x-compute-request-id': 'req-e980fa43-8f84-4745-9104-fbd780f6a9df', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:04,973 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.250s
2025-11-24 20:27:04,974 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:04 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3341714b-2da8-490c-892b-6d2aa5c96a94', 'x-compute-request-id': 'req-3341714b-2da8-490c-892b-6d2aa5c96a94', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:06,224 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.245s
2025-11-24 20:27:06,224 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa565c4a-cb73-4a1a-9129-d9eb0cf00136', 'x-compute-request-id': 'req-fa565c4a-cb73-4a1a-9129-d9eb0cf00136', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:07,675 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.446s
2025-11-24 20:27:07,675 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:07 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2792469c-192a-4765-83cd-1a19dc054ae1', 'x-compute-request-id': 'req-2792469c-192a-4765-83cd-1a19dc054ae1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:09,185 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.501s
2025-11-24 20:27:09,185 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:08 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-560a7378-bf3c-47d1-bfc1-f900833615e3', 'x-compute-request-id': 'req-560a7378-bf3c-47d1-bfc1-f900833615e3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:10,775 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.582s
2025-11-24 20:27:10,776 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8f7e226-5140-4061-a51b-52839f20bfe8', 'x-compute-request-id': 'req-d8f7e226-5140-4061-a51b-52839f20bfe8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:12,665 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.885s
2025-11-24 20:27:12,665 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:11 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4720c55a-dcaf-49c0-9749-7c22f9c101c8', 'x-compute-request-id': 'req-4720c55a-dcaf-49c0-9749-7c22f9c101c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:14,485 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.813s
2025-11-24 20:27:14,485 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58020dea-2025-4ea1-821a-024d8ab29330', 'x-compute-request-id': 'req-58020dea-2025-4ea1-821a-024d8ab29330', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:15,774 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.283s
2025-11-24 20:27:15,774 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8083e766-6ab8-4d78-bdc5-6fd4992976db', 'x-compute-request-id': 'req-8083e766-6ab8-4d78-bdc5-6fd4992976db', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:17,488 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.707s
2025-11-24 20:27:17,488 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da53e2db-851b-4ce2-b3e3-b9525be25959', 'x-compute-request-id': 'req-da53e2db-851b-4ce2-b3e3-b9525be25959', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:18,904 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.410s
2025-11-24 20:27:18,905 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fcae5f-6259-4c04-a705-9799f86b8d8f', 'x-compute-request-id': 'req-d1fcae5f-6259-4c04-a705-9799f86b8d8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:20,487 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.572s
2025-11-24 20:27:20,487 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c19e09ae-ec32-4788-a9ea-ebf221a8dd04', 'x-compute-request-id': 'req-c19e09ae-ec32-4788-a9ea-ebf221a8dd04', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:22,492 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.999s
2025-11-24 20:27:22,492 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d08f10-8eaa-4576-8121-a0143587d6bf', 'x-compute-request-id': 'req-69d08f10-8eaa-4576-8121-a0143587d6bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:24,492 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.989s
2025-11-24 20:27:24,492 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fbb2513-f83e-43e9-917b-5b637625fac4', 'x-compute-request-id': 'req-1fbb2513-f83e-43e9-917b-5b637625fac4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:25,681 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.183s
2025-11-24 20:27:25,681 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eadf6d7-927e-4537-985d-3ba268bf4563', 'x-compute-request-id': 'req-4eadf6d7-927e-4537-985d-3ba268bf4563', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:27,495 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.809s
2025-11-24 20:27:27,496 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4287749-d183-4292-9b89-f8575bf484dc', 'x-compute-request-id': 'req-d4287749-d183-4292-9b89-f8575bf484dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:28,914 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.413s
2025-11-24 20:27:28,915 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa2688e4-8ba0-492f-bcda-38cd30454451', 'x-compute-request-id': 'req-fa2688e4-8ba0-492f-bcda-38cd30454451', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:30,505 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.584s
2025-11-24 20:27:30,505 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0a096d4-e34d-4eb6-9c7f-fea61c385a91', 'x-compute-request-id': 'req-e0a096d4-e34d-4eb6-9c7f-fea61c385a91', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:32,488 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.978s
2025-11-24 20:27:32,489 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38930641-5548-499f-b64f-dbbc816f2a82', 'x-compute-request-id': 'req-38930641-5548-499f-b64f-dbbc816f2a82', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:33,745 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.248s
2025-11-24 20:27:33,745 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:33 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10daa3b1-20ad-4117-84d5-3e936162a47e', 'x-compute-request-id': 'req-10daa3b1-20ad-4117-84d5-3e936162a47e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:35,497 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.746s
2025-11-24 20:27:35,497 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a116059e-14e3-43c6-836f-0fabe6aa4c80', 'x-compute-request-id': 'req-a116059e-14e3-43c6-836f-0fabe6aa4c80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:37,495 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.991s
2025-11-24 20:27:37,496 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:36 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf6ca832-6204-42b1-9615-f6a3d008e277', 'x-compute-request-id': 'req-cf6ca832-6204-42b1-9615-f6a3d008e277', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:38,908 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.404s
2025-11-24 20:27:38,908 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17225da5-c42c-400d-af1e-3524fb1ba9b1', 'x-compute-request-id': 'req-17225da5-c42c-400d-af1e-3524fb1ba9b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:40,500 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.585s
2025-11-24 20:27:40,500 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:39 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45842f03-cfdd-49e2-a74b-b70ceef29e2a', 'x-compute-request-id': 'req-45842f03-cfdd-49e2-a74b-b70ceef29e2a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:41,925 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.419s
2025-11-24 20:27:41,925 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7de81bc-8493-4024-a59e-9c3a9358c4cd', 'x-compute-request-id': 'req-f7de81bc-8493-4024-a59e-9c3a9358c4cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:43,498 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.566s
2025-11-24 20:27:43,499 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-850f1763-ed2b-4065-8b68-28f6227e0b53', 'x-compute-request-id': 'req-850f1763-ed2b-4065-8b68-28f6227e0b53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:45,518 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.013s
2025-11-24 20:27:45,518 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66501dcf-bd61-49b5-9b9e-416969dec7e2', 'x-compute-request-id': 'req-66501dcf-bd61-49b5-9b9e-416969dec7e2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:46,906 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.377s
2025-11-24 20:27:46,906 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33d539f-53df-4649-8022-cc3823360bbd', 'x-compute-request-id': 'req-c33d539f-53df-4649-8022-cc3823360bbd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:48,126 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.215s
2025-11-24 20:27:48,127 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:47 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceca6f2d-4a94-432e-9d5f-dcdcfa954592', 'x-compute-request-id': 'req-ceca6f2d-4a94-432e-9d5f-dcdcfa954592', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:49,381 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.250s
2025-11-24 20:27:49,381 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5262e0-261a-4edc-8125-cefa78eb115f', 'x-compute-request-id': 'req-3c5262e0-261a-4edc-8125-cefa78eb115f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:50,914 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.526s
2025-11-24 20:27:50,914 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:50 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94afb8ed-83f8-47a9-88a3-5bbfff627cef', 'x-compute-request-id': 'req-94afb8ed-83f8-47a9-88a3-5bbfff627cef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:53,180 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.249s
2025-11-24 20:27:53,180 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d643cd-ec8e-4aad-b368-b5e0c6c56023', 'x-compute-request-id': 'req-87d643cd-ec8e-4aad-b368-b5e0c6c56023', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:54,525 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.338s
2025-11-24 20:27:54,526 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4acac68d-77ff-483a-abc8-84a263eb8cf9', 'x-compute-request-id': 'req-4acac68d-77ff-483a-abc8-84a263eb8cf9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:55,755 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.219s
2025-11-24 20:27:55,756 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e03219fb-e710-49f0-a62c-f5cbc7e02766', 'x-compute-request-id': 'req-e03219fb-e710-49f0-a62c-f5cbc7e02766', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:56,926 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.166s
2025-11-24 20:27:56,926 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:56 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f3db6c-f671-4fc3-9976-504666403a45', 'x-compute-request-id': 'req-d9f3db6c-f671-4fc3-9976-504666403a45', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:27:58,755 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.823s
2025-11-24 20:27:58,755 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e49973e-a2a5-4fa3-a1fb-ae5fc9fbb64b', 'x-compute-request-id': 'req-1e49973e-a2a5-4fa3-a1fb-ae5fc9fbb64b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:00,106 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.344s
2025-11-24 20:28:00,106 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:27:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-596d1253-e162-431e-871c-709fed2879ef', 'x-compute-request-id': 'req-596d1253-e162-431e-871c-709fed2879ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:01,519 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.407s
2025-11-24 20:28:01,520 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a6f17e7-9896-474f-a97e-d816ad61f9e3', 'x-compute-request-id': 'req-3a6f17e7-9896-474f-a97e-d816ad61f9e3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:02,906 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.377s
2025-11-24 20:28:02,906 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:02 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f31c2808-60fb-4c21-88c8-d17228a60623', 'x-compute-request-id': 'req-f31c2808-60fb-4c21-88c8-d17228a60623', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:04,454 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.543s
2025-11-24 20:28:04,455 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26178fd5-52d7-485f-b020-c7afed22dcb2', 'x-compute-request-id': 'req-26178fd5-52d7-485f-b020-c7afed22dcb2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:07,287 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.826s
2025-11-24 20:28:07,287 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-605310dc-6236-45b6-9591-b83e238e8083', 'x-compute-request-id': 'req-605310dc-6236-45b6-9591-b83e238e8083', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:09,221 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.927s
2025-11-24 20:28:09,222 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:08 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd49f3d-a442-43c2-8748-a33bd725d730', 'x-compute-request-id': 'req-5cd49f3d-a442-43c2-8748-a33bd725d730', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:10,634 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.401s
2025-11-24 20:28:10,635 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfaa5055-7766-4996-95de-ce624c01474f', 'x-compute-request-id': 'req-cfaa5055-7766-4996-95de-ce624c01474f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:11,858 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.216s
2025-11-24 20:28:11,858 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:11 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d67e16-0398-4472-b233-6bd61472bd41', 'x-compute-request-id': 'req-47d67e16-0398-4472-b233-6bd61472bd41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:13,119 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.257s
2025-11-24 20:28:13,120 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f5da51-494e-42ff-9e95-1640586ddd87', 'x-compute-request-id': 'req-26f5da51-494e-42ff-9e95-1640586ddd87', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:14,683 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.557s
2025-11-24 20:28:14,683 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1f3f774-27f8-4f7b-b763-664dd66924ca', 'x-compute-request-id': 'req-a1f3f774-27f8-4f7b-b763-664dd66924ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:16,129 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.437s
2025-11-24 20:28:16,130 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9de3823c-e865-4b52-a573-d01725e53c2e', 'x-compute-request-id': 'req-9de3823c-e865-4b52-a573-d01725e53c2e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:23:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:16,395 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.253s
2025-11-24 20:28:16,395 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:16 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dcc7e7c-6d7d-451f-872a-74a0ac2a61bf', 'x-compute-request-id': 'req-3dcc7e7c-6d7d-451f-872a-74a0ac2a61bf', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b''
2025-11-24 20:28:16,598 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.202s
2025-11-24 20:28:16,598 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7832ed89-0361-4590-bec8-202ca4af5c90', 'x-compute-request-id': 'req-7832ed89-0361-4590-bec8-202ca4af5c90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:18,017 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.408s
2025-11-24 20:28:18,018 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da0e232-5bb7-4d24-83a7-8506ed94f8f1', 'x-compute-request-id': 'req-7da0e232-5bb7-4d24-83a7-8506ed94f8f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:19,236 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.210s
2025-11-24 20:28:19,236 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29b11664-3a3e-4df6-9b8e-bf418dd4c718', 'x-compute-request-id': 'req-29b11664-3a3e-4df6-9b8e-bf418dd4c718', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:20,738 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.498s
2025-11-24 20:28:20,739 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3438a234-bea0-43f8-97c7-e2917571a266', 'x-compute-request-id': 'req-3438a234-bea0-43f8-97c7-e2917571a266', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:23,054 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.307s
2025-11-24 20:28:23,055 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96927b41-8d44-4cc9-9213-022f193550a9', 'x-compute-request-id': 'req-96927b41-8d44-4cc9-9213-022f193550a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:25,513 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.453s
2025-11-24 20:28:25,513 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:24 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e3581f-e233-4bd5-a180-3b303203465b', 'x-compute-request-id': 'req-c2e3581f-e233-4bd5-a180-3b303203465b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:27,528 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.007s
2025-11-24 20:28:27,528 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9c53473-fc6c-4b8b-a6ab-2c44ceea10d8', 'x-compute-request-id': 'req-d9c53473-fc6c-4b8b-a6ab-2c44ceea10d8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:28,917 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.385s
2025-11-24 20:28:28,917 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84a92c7d-39eb-4d09-8261-cba84888b6e1', 'x-compute-request-id': 'req-84a92c7d-39eb-4d09-8261-cba84888b6e1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:30,517 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.592s
2025-11-24 20:28:30,518 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e51fa91-ec6c-4a49-a88b-4763937250db', 'x-compute-request-id': 'req-1e51fa91-ec6c-4a49-a88b-4763937250db', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:32,518 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.991s
2025-11-24 20:28:32,519 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aeab564-1ec8-4eab-8748-c1eecf04407b', 'x-compute-request-id': 'req-9aeab564-1ec8-4eab-8748-c1eecf04407b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:33,775 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.251s
2025-11-24 20:28:33,775 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:33 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-621f4280-e1ed-4eb5-96c9-d872191957a9', 'x-compute-request-id': 'req-621f4280-e1ed-4eb5-96c9-d872191957a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:34,946 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.166s
2025-11-24 20:28:34,947 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-737d7bf2-60a6-4871-8255-a4a22caaf319', 'x-compute-request-id': 'req-737d7bf2-60a6-4871-8255-a4a22caaf319', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:37,518 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.567s
2025-11-24 20:28:37,519 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4b0aa5c-dcb9-4b41-8c75-580827369ffa', 'x-compute-request-id': 'req-a4b0aa5c-dcb9-4b41-8c75-580827369ffa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:38,821 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.294s
2025-11-24 20:28:38,823 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1610c6-76bd-410a-a3c5-581f3482d7f5', 'x-compute-request-id': 'req-6a1610c6-76bd-410a-a3c5-581f3482d7f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:40,296 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.459s
2025-11-24 20:28:40,296 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:39 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a06c179-2aca-4bd3-8a63-7d0de5795b34', 'x-compute-request-id': 'req-6a06c179-2aca-4bd3-8a63-7d0de5795b34', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:41,861 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.559s
2025-11-24 20:28:41,861 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a62ec48-c68d-4830-ab66-56658adfd018', 'x-compute-request-id': 'req-1a62ec48-c68d-4830-ab66-56658adfd018', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:43,531 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.663s
2025-11-24 20:28:43,532 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8435edf8-35d9-470e-9872-016c6f765595', 'x-compute-request-id': 'req-8435edf8-35d9-470e-9872-016c6f765595', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:45,533 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.997s
2025-11-24 20:28:45,533 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e1cf21b-489b-46c9-822b-54d636139eba', 'x-compute-request-id': 'req-5e1cf21b-489b-46c9-822b-54d636139eba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:46,895 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.352s
2025-11-24 20:28:46,895 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84e46bee-0a18-426d-8b8f-864fdf1adf8d', 'x-compute-request-id': 'req-84e46bee-0a18-426d-8b8f-864fdf1adf8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:48,778 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.878s
2025-11-24 20:28:48,779 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:47 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec641f82-7279-4a18-a710-721343c64693', 'x-compute-request-id': 'req-ec641f82-7279-4a18-a710-721343c64693', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:50,344 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.560s
2025-11-24 20:28:50,345 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8148f5a2-62d8-43f3-b09b-09d9733e3999', 'x-compute-request-id': 'req-8148f5a2-62d8-43f3-b09b-09d9733e3999', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:52,036 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.679s
2025-11-24 20:28:52,036 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c88ba49-a5c2-4f0e-819c-050653fc9d4f', 'x-compute-request-id': 'req-9c88ba49-a5c2-4f0e-819c-050653fc9d4f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:53,528 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.485s
2025-11-24 20:28:53,528 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3975c85b-5991-4f19-a72e-180a218dcfef', 'x-compute-request-id': 'req-3975c85b-5991-4f19-a72e-180a218dcfef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:54,795 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.260s
2025-11-24 20:28:54,795 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e7d233c-c832-4906-a266-44db93e90ef6', 'x-compute-request-id': 'req-2e7d233c-c832-4906-a266-44db93e90ef6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:56,015 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.214s
2025-11-24 20:28:56,016 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c34f692-e88c-4ba2-b278-2319c173ebdb', 'x-compute-request-id': 'req-5c34f692-e88c-4ba2-b278-2319c173ebdb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:57,228 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.207s
2025-11-24 20:28:57,228 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb4b97d1-7b87-4543-a13d-c6a1c157fe49', 'x-compute-request-id': 'req-bb4b97d1-7b87-4543-a13d-c6a1c157fe49', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:58,649 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.415s
2025-11-24 20:28:58,649 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19168776-1aea-49b3-af39-3d7af1c885c0', 'x-compute-request-id': 'req-19168776-1aea-49b3-af39-3d7af1c885c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:28:59,893 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.234s
2025-11-24 20:28:59,894 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1557e43f-0ad6-434d-81fb-3dd34cf9f86c', 'x-compute-request-id': 'req-1557e43f-0ad6-434d-81fb-3dd34cf9f86c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:01,165 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.266s
2025-11-24 20:29:01,165 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:00 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5604e0a-0822-43dd-8908-2a84584ffaf5', 'x-compute-request-id': 'req-d5604e0a-0822-43dd-8908-2a84584ffaf5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:02,530 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.357s
2025-11-24 20:29:02,531 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:02 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aceef03d-fb74-406a-9f36-3c47871b0ffb', 'x-compute-request-id': 'req-aceef03d-fb74-406a-9f36-3c47871b0ffb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:04,074 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.535s
2025-11-24 20:29:04,074 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c09237b-7a7d-445f-9546-c900aa4e5efe', 'x-compute-request-id': 'req-0c09237b-7a7d-445f-9546-c900aa4e5efe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:05,532 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.454s
2025-11-24 20:29:05,533 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74c957f-de8b-4f40-8553-1084af5422c6', 'x-compute-request-id': 'req-a74c957f-de8b-4f40-8553-1084af5422c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:06,769 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.227s
2025-11-24 20:29:06,770 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:06 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c87b486-c5b7-4b18-88f6-563a79b247f9', 'x-compute-request-id': 'req-5c87b486-c5b7-4b18-88f6-563a79b247f9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:08,056 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.279s
2025-11-24 20:29:08,057 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:07 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69fad1aa-5aad-4c2e-baff-dfc0d644fb1f', 'x-compute-request-id': 'req-69fad1aa-5aad-4c2e-baff-dfc0d644fb1f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:09,753 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.692s
2025-11-24 20:29:09,754 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:09 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2853a6a4-b985-49df-8ef9-c6af0147b61f', 'x-compute-request-id': 'req-2853a6a4-b985-49df-8ef9-c6af0147b61f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:11,133 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.374s
2025-11-24 20:29:11,134 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8bc5fe0-aa42-41fa-89d3-65658a4bbda2', 'x-compute-request-id': 'req-a8bc5fe0-aa42-41fa-89d3-65658a4bbda2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:13,360 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.221s
2025-11-24 20:29:13,360 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-148ce765-0ae2-41b1-8d0d-e7dfbb87cb32', 'x-compute-request-id': 'req-148ce765-0ae2-41b1-8d0d-e7dfbb87cb32', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:14,857 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.490s
2025-11-24 20:29:14,857 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb141df2-5ed9-4842-bd06-31d423a03db5', 'x-compute-request-id': 'req-eb141df2-5ed9-4842-bd06-31d423a03db5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:16,114 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.253s
2025-11-24 20:29:16,114 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f0b4a92-c3cb-41ac-a138-4f597f658ace', 'x-compute-request-id': 'req-0f0b4a92-c3cb-41ac-a138-4f597f658ace', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:17,671 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.550s
2025-11-24 20:29:17,671 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13a91e3c-285a-43b5-875c-aac2886768f3', 'x-compute-request-id': 'req-13a91e3c-285a-43b5-875c-aac2886768f3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:19,032 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.357s
2025-11-24 20:29:19,032 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73f0f90-8f50-4f50-bfc1-ef1fabb78153', 'x-compute-request-id': 'req-b73f0f90-8f50-4f50-bfc1-ef1fabb78153', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:20,550 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.511s
2025-11-24 20:29:20,551 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ba91bd3-0be6-4e6a-855d-90fa60d374f1', 'x-compute-request-id': 'req-0ba91bd3-0be6-4e6a-855d-90fa60d374f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:22,955 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.394s
2025-11-24 20:29:22,956 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3a10661-f36b-449d-a179-04435fc48ea3', 'x-compute-request-id': 'req-d3a10661-f36b-449d-a179-04435fc48ea3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:24,530 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.565s
2025-11-24 20:29:24,530 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-158b275f-e3aa-4ed9-80b5-2037c8332194', 'x-compute-request-id': 'req-158b275f-e3aa-4ed9-80b5-2037c8332194', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:25,717 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.180s
2025-11-24 20:29:25,717 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2484dbfc-7471-41b2-a497-7c540c3c92b3', 'x-compute-request-id': 'req-2484dbfc-7471-41b2-a497-7c540c3c92b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:26,994 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.272s
2025-11-24 20:29:26,995 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad74d072-47fe-4a4f-9084-6dc83619f795', 'x-compute-request-id': 'req-ad74d072-47fe-4a4f-9084-6dc83619f795', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:28,561 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.555s
2025-11-24 20:29:28,561 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9f18b8-fe3f-4d43-9fbe-f5549557d1e8', 'x-compute-request-id': 'req-8d9f18b8-fe3f-4d43-9fbe-f5549557d1e8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:29,987 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.421s
2025-11-24 20:29:29,988 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd443650-8a7d-466b-9a70-d6ee63e62f6f', 'x-compute-request-id': 'req-fd443650-8a7d-466b-9a70-d6ee63e62f6f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:31,748 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.756s
2025-11-24 20:29:31,748 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-110443a2-13e7-4b59-89ea-e8127b00c3bf', 'x-compute-request-id': 'req-110443a2-13e7-4b59-89ea-e8127b00c3bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:33,244 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.492s
2025-11-24 20:29:33,245 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a7e015b-a1ed-4c76-9b17-a455d0096241', 'x-compute-request-id': 'req-3a7e015b-a1ed-4c76-9b17-a455d0096241', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:35,851 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.600s
2025-11-24 20:29:35,851 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e08db131-e066-4c42-ba0e-594a803e76e3', 'x-compute-request-id': 'req-e08db131-e066-4c42-ba0e-594a803e76e3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:37,961 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.102s
2025-11-24 20:29:37,961 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:36 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cefaf3a-3f29-4adc-b281-3395da9a0783', 'x-compute-request-id': 'req-4cefaf3a-3f29-4adc-b281-3395da9a0783', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:39,219 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.252s
2025-11-24 20:29:39,220 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc3c7b8-3bc8-4859-8079-f135df9b7f56', 'x-compute-request-id': 'req-0fc3c7b8-3bc8-4859-8079-f135df9b7f56', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:40,533 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.307s
2025-11-24 20:29:40,533 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:40 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e244af1-60bc-4bdf-83ab-90a35c74cab0', 'x-compute-request-id': 'req-2e244af1-60bc-4bdf-83ab-90a35c74cab0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:42,525 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.983s
2025-11-24 20:29:42,526 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a170ebc3-c90d-4635-b372-b2773b948c8e', 'x-compute-request-id': 'req-a170ebc3-c90d-4635-b372-b2773b948c8e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:43,759 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.228s
2025-11-24 20:29:43,759 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:43 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcf286f8-4b3c-4ee5-8327-1891ac087cb6', 'x-compute-request-id': 'req-dcf286f8-4b3c-4ee5-8327-1891ac087cb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:45,535 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.769s
2025-11-24 20:29:45,537 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd88bd0-2983-4d20-b024-b0c3c2f80676', 'x-compute-request-id': 'req-acd88bd0-2983-4d20-b024-b0c3c2f80676', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:46,772 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.225s
2025-11-24 20:29:46,772 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f4e6d0-0b7c-491b-b696-4c4519eee07b', 'x-compute-request-id': 'req-39f4e6d0-0b7c-491b-b696-4c4519eee07b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:48,010 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.231s
2025-11-24 20:29:48,010 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:47 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6bab7bb-660b-4dfe-b51b-2b91828ae965', 'x-compute-request-id': 'req-c6bab7bb-660b-4dfe-b51b-2b91828ae965', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:49,530 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.512s
2025-11-24 20:29:49,530 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55542959-5659-4db6-b69c-37549b8e5deb', 'x-compute-request-id': 'req-55542959-5659-4db6-b69c-37549b8e5deb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:51,530 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.994s
2025-11-24 20:29:51,531 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:50 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6474a6f-9916-437c-9685-5662cce2e298', 'x-compute-request-id': 'req-b6474a6f-9916-437c-9685-5662cce2e298', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:52,738 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.202s
2025-11-24 20:29:52,738 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:52 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0909cc5f-46ed-4c49-8127-000ad977612f', 'x-compute-request-id': 'req-0909cc5f-46ed-4c49-8127-000ad977612f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:54,533 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.785s
2025-11-24 20:29:54,534 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e8119e8-145c-41e5-a667-9eab4b3199f5', 'x-compute-request-id': 'req-7e8119e8-145c-41e5-a667-9eab4b3199f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:55,841 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.299s
2025-11-24 20:29:55,841 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d90613d-a5fb-4cc3-a58b-123a8ea19a5e', 'x-compute-request-id': 'req-0d90613d-a5fb-4cc3-a58b-123a8ea19a5e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:57,541 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.694s
2025-11-24 20:29:57,541 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:56 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69b0936-00fe-48b0-8c5e-164418f2f8a3', 'x-compute-request-id': 'req-c69b0936-00fe-48b0-8c5e-164418f2f8a3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:29:58,915 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.361s
2025-11-24 20:29:58,916 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d00527f-b9f4-4c19-a1c8-7d7bd5e2871b', 'x-compute-request-id': 'req-1d00527f-b9f4-4c19-a1c8-7d7bd5e2871b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:00,562 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.640s
2025-11-24 20:30:00,562 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ff7700c-aa48-45d3-8826-df3770c59c90', 'x-compute-request-id': 'req-5ff7700c-aa48-45d3-8826-df3770c59c90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:02,553 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.985s
2025-11-24 20:30:02,553 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e001a15c-44a3-4112-9410-40f7da68ac2d', 'x-compute-request-id': 'req-e001a15c-44a3-4112-9410-40f7da68ac2d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:04,545 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.987s
2025-11-24 20:30:04,546 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4390909-2940-4e00-92c0-631c656d715b', 'x-compute-request-id': 'req-b4390909-2940-4e00-92c0-631c656d715b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:05,922 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.364s
2025-11-24 20:30:05,922 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7aa4c55-33fe-4f43-b3bf-38faa24862b3', 'x-compute-request-id': 'req-d7aa4c55-33fe-4f43-b3bf-38faa24862b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:07,972 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.044s
2025-11-24 20:30:07,973 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:06 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f7b18e1-5084-469f-9264-8c656aee4a37', 'x-compute-request-id': 'req-9f7b18e1-5084-469f-9264-8c656aee4a37', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:09,757 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.770s
2025-11-24 20:30:09,758 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:09 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5151e7-39c1-4fb7-bc5b-9a7bbf99b72d', 'x-compute-request-id': 'req-ce5151e7-39c1-4fb7-bc5b-9a7bbf99b72d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:11,008 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.246s
2025-11-24 20:30:11,008 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c816c3ab-ccbe-44bd-a383-d40cf7502bda', 'x-compute-request-id': 'req-c816c3ab-ccbe-44bd-a383-d40cf7502bda', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:12,547 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.532s
2025-11-24 20:30:12,547 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e577df0e-a0d4-4e68-bec1-47036c6331e2', 'x-compute-request-id': 'req-e577df0e-a0d4-4e68-bec1-47036c6331e2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:13,798 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.243s
2025-11-24 20:30:13,799 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1220ba5-0371-4f83-a861-917ae585f9fa', 'x-compute-request-id': 'req-d1220ba5-0371-4f83-a861-917ae585f9fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:15,550 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.744s
2025-11-24 20:30:15,551 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3afd93bf-6601-41aa-ac95-243e8fd5d68c', 'x-compute-request-id': 'req-3afd93bf-6601-41aa-ac95-243e8fd5d68c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:16,761 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.197s
2025-11-24 20:30:16,761 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ac526c4-2fc3-4365-a3b9-fe582b13ed78', 'x-compute-request-id': 'req-6ac526c4-2fc3-4365-a3b9-fe582b13ed78', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:18,537 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.769s
2025-11-24 20:30:18,537 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-851c9ea9-20c0-4cc0-a32c-21ff8ee7972a', 'x-compute-request-id': 'req-851c9ea9-20c0-4cc0-a32c-21ff8ee7972a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:20,563 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.021s
2025-11-24 20:30:20,563 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22c9ee7a-b5b9-40c3-a95e-8fc671c69730', 'x-compute-request-id': 'req-22c9ee7a-b5b9-40c3-a95e-8fc671c69730', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:22,559 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.984s
2025-11-24 20:30:22,559 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c3eb499-c133-445f-86ec-acf66f8c1c49', 'x-compute-request-id': 'req-0c3eb499-c133-445f-86ec-acf66f8c1c49', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:24,554 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.988s
2025-11-24 20:30:24,554 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5367dd6-b07a-4277-a6da-e68f26bafd5f', 'x-compute-request-id': 'req-c5367dd6-b07a-4277-a6da-e68f26bafd5f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:25,779 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.219s
2025-11-24 20:30:25,780 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6abf0a51-2969-415e-8627-3cec909cbb44', 'x-compute-request-id': 'req-6abf0a51-2969-415e-8627-3cec909cbb44', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:27,555 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.771s
2025-11-24 20:30:27,556 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:26 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74fe610e-9b4a-444d-ae86-89d31251d20c', 'x-compute-request-id': 'req-74fe610e-9b4a-444d-ae86-89d31251d20c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:28,913 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.350s
2025-11-24 20:30:28,914 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bc6299f-3b2c-45e9-b1f3-6b20a0b0e345', 'x-compute-request-id': 'req-9bc6299f-3b2c-45e9-b1f3-6b20a0b0e345', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:30,573 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.654s
2025-11-24 20:30:30,573 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd3f7a5-2652-4050-a9cf-5fc697627672', 'x-compute-request-id': 'req-fdd3f7a5-2652-4050-a9cf-5fc697627672', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:31,854 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.274s
2025-11-24 20:30:31,854 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db71522-dedd-48d0-a267-f1f51e6b7eb3', 'x-compute-request-id': 'req-2db71522-dedd-48d0-a267-f1f51e6b7eb3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:33,318 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.457s
2025-11-24 20:30:33,319 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3752ff7a-72f2-4c5f-bb9d-34424db5fdf1', 'x-compute-request-id': 'req-3752ff7a-72f2-4c5f-bb9d-34424db5fdf1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:34,807 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.482s
2025-11-24 20:30:34,807 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65d0c6d9-b1ca-4fef-a195-3700af5c5a21', 'x-compute-request-id': 'req-65d0c6d9-b1ca-4fef-a195-3700af5c5a21', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:36,128 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.313s
2025-11-24 20:30:36,129 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd1e60d-a695-41b5-8e6c-38ae1658edc2', 'x-compute-request-id': 'req-ebd1e60d-a695-41b5-8e6c-38ae1658edc2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:37,787 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.653s
2025-11-24 20:30:37,787 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76aa20dd-7157-46d0-8da7-cb5cb384ba11', 'x-compute-request-id': 'req-76aa20dd-7157-46d0-8da7-cb5cb384ba11', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:39,224 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.428s
2025-11-24 20:30:39,225 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd30721-e759-415f-9c17-9ad7f142f79c', 'x-compute-request-id': 'req-4fd30721-e759-415f-9c17-9ad7f142f79c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:40,580 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.348s
2025-11-24 20:30:40,580 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:40 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5808a0f6-b4d1-4929-bcab-123ecc294adb', 'x-compute-request-id': 'req-5808a0f6-b4d1-4929-bcab-123ecc294adb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:42,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.978s
2025-11-24 20:30:42,564 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-269d5008-3056-422c-90ac-ddb13726fb64', 'x-compute-request-id': 'req-269d5008-3056-422c-90ac-ddb13726fb64', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:43,835 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.266s
2025-11-24 20:30:43,835 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:43 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15a5592a-b7c3-4176-8c85-8f86b1f82699', 'x-compute-request-id': 'req-15a5592a-b7c3-4176-8c85-8f86b1f82699', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:45,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.724s
2025-11-24 20:30:45,564 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:44 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6dbbd32-b45c-427c-89dc-0384375bc78e', 'x-compute-request-id': 'req-c6dbbd32-b45c-427c-89dc-0384375bc78e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:46,778 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.203s
2025-11-24 20:30:46,778 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e704356-96aa-458c-9d4b-2f4777b8553a', 'x-compute-request-id': 'req-0e704356-96aa-458c-9d4b-2f4777b8553a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:48,608 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.823s
2025-11-24 20:30:48,609 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:47 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64a525d6-f0ce-48a3-bd2f-41a565ddeda5', 'x-compute-request-id': 'req-64a525d6-f0ce-48a3-bd2f-41a565ddeda5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:49,851 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.232s
2025-11-24 20:30:49,851 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afeba915-88d0-466d-83a4-2758225b3ef4', 'x-compute-request-id': 'req-afeba915-88d0-466d-83a4-2758225b3ef4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:51,048 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.187s
2025-11-24 20:30:51,049 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:50 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dbeb717-8427-4e2c-9be0-c889dc2d3f63', 'x-compute-request-id': 'req-1dbeb717-8427-4e2c-9be0-c889dc2d3f63', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:52,980 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.925s
2025-11-24 20:30:52,980 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:52 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-836ced6c-cbad-471e-bf52-7b3975726902', 'x-compute-request-id': 'req-836ced6c-cbad-471e-bf52-7b3975726902', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:54,860 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.874s
2025-11-24 20:30:54,860 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b28779-47fc-4471-968e-0a234fdd0fa2', 'x-compute-request-id': 'req-27b28779-47fc-4471-968e-0a234fdd0fa2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:56,558 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.692s
2025-11-24 20:30:56,558 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bd5db7a-33f8-440a-9951-087bbd393637', 'x-compute-request-id': 'req-1bd5db7a-33f8-440a-9951-087bbd393637', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:57,971 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.409s
2025-11-24 20:30:57,972 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14818b08-c363-4ec3-8423-bbc55d390212', 'x-compute-request-id': 'req-14818b08-c363-4ec3-8423-bbc55d390212', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:30:59,567 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.590s
2025-11-24 20:30:59,567 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-875f90c1-c974-4a76-bdd2-0f998f6e0fb6', 'x-compute-request-id': 'req-875f90c1-c974-4a76-bdd2-0f998f6e0fb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:01,554 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.981s
2025-11-24 20:31:01,554 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:00 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83686ffc-66c3-4b69-ad00-afcc808ceead', 'x-compute-request-id': 'req-83686ffc-66c3-4b69-ad00-afcc808ceead', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:02,763 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.203s
2025-11-24 20:31:02,763 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:02 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6d33cfa-02fc-43d5-8ae5-be1cbedcd661', 'x-compute-request-id': 'req-a6d33cfa-02fc-43d5-8ae5-be1cbedcd661', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:04,581 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.811s
2025-11-24 20:31:04,581 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab7d4286-f5c1-43c5-befc-df9c22764bcf', 'x-compute-request-id': 'req-ab7d4286-f5c1-43c5-befc-df9c22764bcf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:06,015 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.425s
2025-11-24 20:31:06,015 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b72236dd-9311-46da-9a92-f6da227d6d17', 'x-compute-request-id': 'req-b72236dd-9311-46da-9a92-f6da227d6d17', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:07,582 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.560s
2025-11-24 20:31:07,582 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:07 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07584a97-8dba-4b50-a02b-3810a35ad1e9', 'x-compute-request-id': 'req-07584a97-8dba-4b50-a02b-3810a35ad1e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:08,949 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.359s
2025-11-24 20:31:08,949 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:08 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cc6f9af-9ec6-4f8c-9cf1-76ac4cb19425', 'x-compute-request-id': 'req-9cc6f9af-9ec6-4f8c-9cf1-76ac4cb19425', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:10,561 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.606s
2025-11-24 20:31:10,561 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:09 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f196bd50-e6aa-4ed3-a564-0c7522a45b72', 'x-compute-request-id': 'req-f196bd50-e6aa-4ed3-a564-0c7522a45b72', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:12,571 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.004s
2025-11-24 20:31:12,572 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:11 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53f764d8-cc93-494e-b175-1243df555470', 'x-compute-request-id': 'req-53f764d8-cc93-494e-b175-1243df555470', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:13,805 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.229s
2025-11-24 20:31:13,806 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-766487f4-08c9-4295-a2b2-7babe1dd8aa6', 'x-compute-request-id': 'req-766487f4-08c9-4295-a2b2-7babe1dd8aa6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:15,567 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.756s
2025-11-24 20:31:15,567 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77c28740-5d6a-4a5e-b3a1-49ac94fa341c', 'x-compute-request-id': 'req-77c28740-5d6a-4a5e-b3a1-49ac94fa341c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:17,560 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.989s
2025-11-24 20:31:17,561 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a57e01c-847c-4d77-b541-56b3d82afef8', 'x-compute-request-id': 'req-3a57e01c-847c-4d77-b541-56b3d82afef8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:18,824 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.260s
2025-11-24 20:31:18,825 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-659cc26d-b04c-4960-b721-765af5e0c64c', 'x-compute-request-id': 'req-659cc26d-b04c-4960-b721-765af5e0c64c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:20,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.733s
2025-11-24 20:31:20,564 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:19 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a9df70f-2885-4dbf-9349-870905c14018', 'x-compute-request-id': 'req-9a9df70f-2885-4dbf-9349-870905c14018', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:21,787 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.219s
2025-11-24 20:31:21,787 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257090d6-88da-456a-a60a-540878cec9a1', 'x-compute-request-id': 'req-257090d6-88da-456a-a60a-540878cec9a1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:23,231 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.438s
2025-11-24 20:31:23,231 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:22 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-753fcb4b-c31a-4c9a-beae-431574527ee6', 'x-compute-request-id': 'req-753fcb4b-c31a-4c9a-beae-431574527ee6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:24,787 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.550s
2025-11-24 20:31:24,787 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:24 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34281cfb-bce1-4337-92cc-7ef22e13f11e', 'x-compute-request-id': 'req-34281cfb-bce1-4337-92cc-7ef22e13f11e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:26,210 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.418s
2025-11-24 20:31:26,211 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a2ae0c6-8ca5-4252-b6bd-efe532982f26', 'x-compute-request-id': 'req-7a2ae0c6-8ca5-4252-b6bd-efe532982f26', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:27,573 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.354s
2025-11-24 20:31:27,574 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:27 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7a2db5a-2b72-4e03-897e-dc94d1ebbea5', 'x-compute-request-id': 'req-f7a2db5a-2b72-4e03-897e-dc94d1ebbea5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:28,946 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.366s
2025-11-24 20:31:28,946 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8a3b6a2-8f5d-45b5-a0f4-d506932328b8', 'x-compute-request-id': 'req-f8a3b6a2-8f5d-45b5-a0f4-d506932328b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:30,570 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.618s
2025-11-24 20:31:30,571 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95a74236-f591-4aa7-acd4-517d2f62c22e', 'x-compute-request-id': 'req-95a74236-f591-4aa7-acd4-517d2f62c22e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:32,589 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.005s
2025-11-24 20:31:32,589 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-218bec2a-2204-4e39-85b2-2591a71c5529', 'x-compute-request-id': 'req-218bec2a-2204-4e39-85b2-2591a71c5529', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:34,570 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.972s
2025-11-24 20:31:34,571 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:33 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0f353e7-c0e8-413e-87ef-215557e27d8f', 'x-compute-request-id': 'req-e0f353e7-c0e8-413e-87ef-215557e27d8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:35,991 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.411s
2025-11-24 20:31:35,992 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2b94d6b-09fd-4f55-b501-8ec6a1269e6c', 'x-compute-request-id': 'req-e2b94d6b-09fd-4f55-b501-8ec6a1269e6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:37,799 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.800s
2025-11-24 20:31:37,799 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:37 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-775dec06-5c44-4c6d-922b-4b1768fae4dc', 'x-compute-request-id': 'req-775dec06-5c44-4c6d-922b-4b1768fae4dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:39,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.759s
2025-11-24 20:31:39,564 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b14f8c6-663c-4a70-9f98-6b2aee0834b1', 'x-compute-request-id': 'req-6b14f8c6-663c-4a70-9f98-6b2aee0834b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:41,556 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.985s
2025-11-24 20:31:41,557 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:40 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bfa649d-03a5-4db7-a932-2e8e0a002bfc', 'x-compute-request-id': 'req-6bfa649d-03a5-4db7-a932-2e8e0a002bfc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:42,824 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.262s
2025-11-24 20:31:42,825 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:42 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7626a07-6946-49a0-bd76-02cd5cbc7886', 'x-compute-request-id': 'req-f7626a07-6946-49a0-bd76-02cd5cbc7886', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:44,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.732s
2025-11-24 20:31:44,564 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:43 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e303a64-0717-4379-9ca1-69c85c30d48e', 'x-compute-request-id': 'req-5e303a64-0717-4379-9ca1-69c85c30d48e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:45,789 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.219s
2025-11-24 20:31:45,789 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:45 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7be321c-73c9-4a91-8c8d-e6de2d7e238a', 'x-compute-request-id': 'req-b7be321c-73c9-4a91-8c8d-e6de2d7e238a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:47,583 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.787s
2025-11-24 20:31:47,584 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13e97ab5-d0eb-4df1-aa57-2075bf451a7d', 'x-compute-request-id': 'req-13e97ab5-d0eb-4df1-aa57-2075bf451a7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:48,830 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.237s
2025-11-24 20:31:48,830 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51489792-8e58-476b-9830-3f04374eb1c8', 'x-compute-request-id': 'req-51489792-8e58-476b-9830-3f04374eb1c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:50,827 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.990s
2025-11-24 20:31:50,827 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f31d55-96f3-40a0-baa9-c12ffff171c3', 'x-compute-request-id': 'req-21f31d55-96f3-40a0-baa9-c12ffff171c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:52,217 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.385s
2025-11-24 20:31:52,217 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:51 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-725b19a9-6858-44e1-ad63-3d2d5b6e9524', 'x-compute-request-id': 'req-725b19a9-6858-44e1-ad63-3d2d5b6e9524', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:53,565 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.344s
2025-11-24 20:31:53,566 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccbf0978-1e3e-4438-ba56-883c57c764bd', 'x-compute-request-id': 'req-ccbf0978-1e3e-4438-ba56-883c57c764bd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:54,949 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.372s
2025-11-24 20:31:54,950 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:54 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bdd7a0a-8791-416c-8921-840c26aa8cf9', 'x-compute-request-id': 'req-6bdd7a0a-8791-416c-8921-840c26aa8cf9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:56,210 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.255s
2025-11-24 20:31:56,211 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b8f547a-088b-44df-904e-bd4639dd4796', 'x-compute-request-id': 'req-7b8f547a-088b-44df-904e-bd4639dd4796', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:57,564 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.350s
2025-11-24 20:31:57,565 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:57 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3b5867e-6987-4b44-acd3-4af6cfcc2050', 'x-compute-request-id': 'req-e3b5867e-6987-4b44-acd3-4af6cfcc2050', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:31:59,151 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.581s
2025-11-24 20:31:59,151 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da21bce-f88b-4190-adbb-95a298750099', 'x-compute-request-id': 'req-5da21bce-f88b-4190-adbb-95a298750099', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:00,575 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.419s
2025-11-24 20:32:00,576 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:00 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a3deeb-420e-400b-9a7d-663b861834b2', 'x-compute-request-id': 'req-e4a3deeb-420e-400b-9a7d-663b861834b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:03,017 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.420s
2025-11-24 20:32:03,018 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67fb011c-00d9-406d-a4a8-18471f90fc42', 'x-compute-request-id': 'req-67fb011c-00d9-406d-a4a8-18471f90fc42', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:04,245 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.220s
2025-11-24 20:32:04,245 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:04 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3df2a90-7343-4964-8f7b-475d8954e192', 'x-compute-request-id': 'req-d3df2a90-7343-4964-8f7b-475d8954e192', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:05,782 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.532s
2025-11-24 20:32:05,783 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:05 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dfcc59f-0d85-4a01-a3cf-d8302bb6e7c7', 'x-compute-request-id': 'req-9dfcc59f-0d85-4a01-a3cf-d8302bb6e7c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:07,025 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.233s
2025-11-24 20:32:07,026 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:06 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a888271-d044-4e92-b364-5fc522dcacb2', 'x-compute-request-id': 'req-8a888271-d044-4e92-b364-5fc522dcacb2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:09,023 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.993s
2025-11-24 20:32:09,023 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:08 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ad7c68-dd57-4b39-96e0-c845d67f0c86', 'x-compute-request-id': 'req-a7ad7c68-dd57-4b39-96e0-c845d67f0c86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:10,588 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.558s
2025-11-24 20:32:10,588 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a07de79-a3de-4750-962c-f7791bb72fec', 'x-compute-request-id': 'req-1a07de79-a3de-4750-962c-f7791bb72fec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:11,815 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.220s
2025-11-24 20:32:11,815 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:11 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd798a49-fe5f-4a0c-b234-db588d3ccf22', 'x-compute-request-id': 'req-dd798a49-fe5f-4a0c-b234-db588d3ccf22', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:13,086 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.264s
2025-11-24 20:32:13,087 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:12 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7fa01b-a18e-4d3e-9efb-0e2ced318cbf', 'x-compute-request-id': 'req-db7fa01b-a18e-4d3e-9efb-0e2ced318cbf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:16,000 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.907s
2025-11-24 20:32:16,000 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:14 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6997467e-d7d7-428b-b111-20f229ddb82a', 'x-compute-request-id': 'req-6997467e-d7d7-428b-b111-20f229ddb82a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:17,969 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.966s
2025-11-24 20:32:17,970 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:17 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ce3302-bc6e-4998-a3dd-5636245b5654', 'x-compute-request-id': 'req-98ce3302-bc6e-4998-a3dd-5636245b5654', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:19,446 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.470s
2025-11-24 20:32:19,446 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:18 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae29788d-2915-4ea4-818b-7b8d976d3184', 'x-compute-request-id': 'req-ae29788d-2915-4ea4-818b-7b8d976d3184', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:20,782 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.330s
2025-11-24 20:32:20,782 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:20 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4d9839-59ae-44e6-b754-80e7ce4e6f22', 'x-compute-request-id': 'req-4a4d9839-59ae-44e6-b754-80e7ce4e6f22', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:22,796 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.007s
2025-11-24 20:32:22,796 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:21 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e3f8c0-05aa-4518-b0a0-aa1ce905d8f0', 'x-compute-request-id': 'req-12e3f8c0-05aa-4518-b0a0-aa1ce905d8f0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:24,806 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.001s
2025-11-24 20:32:24,807 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:23 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5844b46d-8b3e-40af-b7ff-8fb013a266c6', 'x-compute-request-id': 'req-5844b46d-8b3e-40af-b7ff-8fb013a266c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:27,578 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.761s
2025-11-24 20:32:27,578 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:25 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97b0fcd5-dfeb-4437-87da-0839a015ee53', 'x-compute-request-id': 'req-97b0fcd5-dfeb-4437-87da-0839a015ee53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:28,961 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.378s
2025-11-24 20:32:28,962 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:28 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86913333-531f-4eeb-ace8-0357e37ac62b', 'x-compute-request-id': 'req-86913333-531f-4eeb-ace8-0357e37ac62b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:30,575 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.607s
2025-11-24 20:32:30,576 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:29 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eb0c610-13ce-4a26-97e6-cf92658bc85b', 'x-compute-request-id': 'req-8eb0c610-13ce-4a26-97e6-cf92658bc85b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:31,812 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.227s
2025-11-24 20:32:31,812 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:31 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-864c2a29-57d9-402d-9c48-0785f8d7f99e', 'x-compute-request-id': 'req-864c2a29-57d9-402d-9c48-0785f8d7f99e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:33,188 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.372s
2025-11-24 20:32:33,189 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:32 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963aaa7f-a1fd-421f-ac42-ad4fc18531ec', 'x-compute-request-id': 'req-963aaa7f-a1fd-421f-ac42-ad4fc18531ec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:34,432 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.235s
2025-11-24 20:32:34,433 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:34 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77043272-e747-432b-b2d9-b977012a7eab', 'x-compute-request-id': 'req-77043272-e747-432b-b2d9-b977012a7eab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:35,675 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.234s
2025-11-24 20:32:35,675 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:35 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7ac711-d36e-4a17-be58-02fe7752dc5a', 'x-compute-request-id': 'req-7f7ac711-d36e-4a17-be58-02fe7752dc5a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:37,259 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.579s
2025-11-24 20:32:37,259 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:36 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48b3b3e5-6dec-4eec-83f4-83e1365a6bc9', 'x-compute-request-id': 'req-48b3b3e5-6dec-4eec-83f4-83e1365a6bc9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:38,636 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.371s
2025-11-24 20:32:38,637 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:38 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d31065d-35a1-41e8-9d09-d35e16f66b70', 'x-compute-request-id': 'req-7d31065d-35a1-41e8-9d09-d35e16f66b70', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:40,588 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.942s
2025-11-24 20:32:40,589 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:39 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-081a7384-0e25-428c-bb7a-efd832922c72', 'x-compute-request-id': 'req-081a7384-0e25-428c-bb7a-efd832922c72', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:42,598 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.996s
2025-11-24 20:32:42,598 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:41 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03025525-fac6-4d49-8267-746ce11519fb', 'x-compute-request-id': 'req-03025525-fac6-4d49-8267-746ce11519fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:44,608 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.004s
2025-11-24 20:32:44,609 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:43 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a9e893-d7e8-43d3-8efc-ea032465cdbe', 'x-compute-request-id': 'req-03a9e893-d7e8-43d3-8efc-ea032465cdbe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:45,823 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.205s
2025-11-24 20:32:45,823 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:45 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c65fb346-9208-473e-9751-72237296be30', 'x-compute-request-id': 'req-c65fb346-9208-473e-9751-72237296be30', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:47,256 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.427s
2025-11-24 20:32:47,256 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:46 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d68c8867-f730-4a7d-b883-fa55bd30c5d1', 'x-compute-request-id': 'req-d68c8867-f730-4a7d-b883-fa55bd30c5d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:48,581 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.321s
2025-11-24 20:32:48,582 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:48 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c76de580-b371-443d-b441-18cba8a62720', 'x-compute-request-id': 'req-c76de580-b371-443d-b441-18cba8a62720', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:49,855 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.267s
2025-11-24 20:32:49,855 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:49 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6449dd4e-cb5b-4b48-bd3d-e4124fabba63', 'x-compute-request-id': 'req-6449dd4e-cb5b-4b48-bd3d-e4124fabba63', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:51,598 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.738s
2025-11-24 20:32:51,599 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:50 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd291e1e-8654-49fa-b3cc-e848447f67ea', 'x-compute-request-id': 'req-dd291e1e-8654-49fa-b3cc-e848447f67ea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:52,927 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.324s
2025-11-24 20:32:52,928 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:52 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a365fc3-9985-4bd1-8b8b-e03d391fe1dc', 'x-compute-request-id': 'req-0a365fc3-9985-4bd1-8b8b-e03d391fe1dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:54,167 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.234s
2025-11-24 20:32:54,167 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:53 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1629a98-5c51-4532-ae06-9e14a843b4d7', 'x-compute-request-id': 'req-a1629a98-5c51-4532-ae06-9e14a843b4d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:55,585 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.412s
2025-11-24 20:32:55,586 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:55 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a8f00ee-b6a8-40cd-8a45-63233d0f6ec4', 'x-compute-request-id': 'req-2a8f00ee-b6a8-40cd-8a45-63233d0f6ec4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:56,998 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.407s
2025-11-24 20:32:56,998 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:56 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6033319-16a0-4af8-ac12-4e9bd1412380', 'x-compute-request-id': 'req-a6033319-16a0-4af8-ac12-4e9bd1412380', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:58,391 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.383s
2025-11-24 20:32:58,392 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:58 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d8248e-f04c-498d-b47a-8135428da466', 'x-compute-request-id': 'req-b1d8248e-f04c-498d-b47a-8135428da466', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:32:59,639 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.242s
2025-11-24 20:32:59,640 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:59 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-513fe792-880f-4ae0-b72a-4662ee820543', 'x-compute-request-id': 'req-513fe792-880f-4ae0-b72a-4662ee820543', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:00,972 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.326s
2025-11-24 20:33:00,973 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:00 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ff169b5-2490-46e3-859a-382fa35e46b5', 'x-compute-request-id': 'req-1ff169b5-2490-46e3-859a-382fa35e46b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:02,214 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.237s
2025-11-24 20:33:02,215 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:01 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38e11b63-efeb-402d-b84e-2a3541422931', 'x-compute-request-id': 'req-38e11b63-efeb-402d-b84e-2a3541422931', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:03,572 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.337s
2025-11-24 20:33:03,573 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:03 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa20bd45-0b9a-4599-8149-809291e11e63', 'x-compute-request-id': 'req-aa20bd45-0b9a-4599-8149-809291e11e63', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:05,648 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.068s
2025-11-24 20:33:05,648 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:04 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304e26e7-e6f9-43af-866c-f2c79ec49f6a', 'x-compute-request-id': 'req-304e26e7-e6f9-43af-866c-f2c79ec49f6a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:07,983 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 1.328s
2025-11-24 20:33:07,983 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:06 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9515c7a-61dc-477d-b1a3-e1f8b6021888', 'x-compute-request-id': 'req-f9515c7a-61dc-477d-b1a3-e1f8b6021888', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:09,237 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.249s
2025-11-24 20:33:09,238 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:09 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5140664b-9b90-4248-8c42-cebd0a450588', 'x-compute-request-id': 'req-5140664b-9b90-4248-8c42-cebd0a450588', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:12,601 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 2.354s
2025-11-24 20:33:12,602 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:10 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cd98185-baf0-4133-84ee-26ce95732931', 'x-compute-request-id': 'req-9cd98185-baf0-4133-84ee-26ce95732931', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:14,605 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.996s
2025-11-24 20:33:14,606 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:13 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06df389c-d838-48ac-9531-1bb29e57d617', 'x-compute-request-id': 'req-06df389c-d838-48ac-9531-1bb29e57d617', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:15,892 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.276s
2025-11-24 20:33:15,892 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:15 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2be1a3-b965-4a26-955c-2179185c4680', 'x-compute-request-id': 'req-2d2be1a3-b965-4a26-955c-2179185c4680', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:17,596 43 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 0.696s
2025-11-24 20:33:17,597 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:16 GMT', 'server': 'Apache', 'content-length': '1427', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e90cf922-23f4-4c48-954e-09b2cd69784e', 'x-compute-request-id': 'req-e90cf922-23f4-4c48-954e-09b2cd69784e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3'}
Body: b'{"server": {"id": "db8c22d1-e16d-49f8-b4a5-ba8e87849ea3", "name": "tempest-ServerDiagnosticsNegativeTest-server-2129451901", "status": "BUILD", "tenant_id": "873c3bd5e5d04a9e9c5488d3c51dc34c", "user_id": "0143f386bac846eab04e312327825f6f", "metadata": {}, "hostId": "e529c5a113d4da998ddf71f87a86af5c8fa0323468d7c678143bc196", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:23:16Z", "updated": "2025-11-24T20:28:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/db8c22d1-e16d-49f8-b4a5-ba8e87849ea3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:33:17,602 43 ERROR [tempest.common.compute] Server db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 failed to delete in time
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute Traceback (most recent call last):
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute raise lib_exc.TimeoutException(message)
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute Details: (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin) Server db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 failed to reach ACTIVE status and task state "None" within the required time (300 s). Request ID of server operation performed before checking the server status req-bc47bc98-816e-475c-8f06-44944d97ef18. Current status: BUILD. Current task state: spawning.
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute Traceback (most recent call last):
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 356, in create_test_server
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute waiters.wait_for_server_termination(
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 151, in wait_for_server_termination
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute raise lib_exc.TimeoutException
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute Details: None
2025-11-24 20:33:17.602 43 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_server_diagnostics_negative.py", line 35, in test_get_server_diagnostics_by_non_admin
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin) Server db8c22d1-e16d-49f8-b4a5-ba8e87849ea3 failed to reach ACTIVE status and task state "None" within the required time (300 s). Request ID of server operation performed before checking the server status req-bc47bc98-816e-475c-8f06-44944d97ef18. Current status: BUILD. Current task state: spawning.
|
||||||
| tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
fail
ft31.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:28:08,246 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.413s
2025-11-24 20:28:08,246 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:07 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b3c2582a-5c43-44d7-8eba-ab7498f9ff06', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3b669e46d47243069c3c044263f15f43", "name": "tempest-ServersAdmin275Test-111044425-project-member", "password_expires_at": null}, "audit_ids": ["GwrmiE78SKKb9z_BGLsT3A"], "expires_at": "2025-11-24T21:28:08.000000Z", "issued_at": "2025-11-24T20:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3dd62163a589483c8cfa397cee6491e0", "name": "tempest-ServersAdmin275Test-111044425"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_3dd62163a589483c8cfa397cee6491e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_3dd62163a589483c8cfa397cee6491e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:28:08,247 45 INFO [tempest.lib.common.fixed_network] (ServersAdmin275Test:test_rebuild_update_server_275) Found network None available for tenant
2025-11-24 20:28:09,131 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.883s
2025-11-24 20:28:09,132 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersAdmin275Test-server-1368870550", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": "none"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:08 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c5045b3-3068-4ec0-bedd-64c119dd69d5', 'x-compute-request-id': 'req-2c5045b3-3068-4ec0-bedd-64c119dd69d5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "jGV3g4HEJooG"}}'
2025-11-24 20:28:10,090 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 PUT https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.957s
2025-11-24 20:28:10,091 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: {"server": {}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:09 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77b0ff6d-676e-4ba4-9ae2-66f02e7ca2c8', 'x-compute-request-id': 'req-77b0ff6d-676e-4ba4-9ae2-66f02e7ca2c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:10,329 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.230s
2025-11-24 20:28:10,330 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:10 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8843674f-ba55-4ea6-b225-02881b36ad7a', 'x-compute-request-id': 'req-8843674f-ba55-4ea6-b225-02881b36ad7a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:11,625 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.289s
2025-11-24 20:28:11,625 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:11 GMT', 'server': 'Apache', 'content-length': '1493', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a6c3cb6-1018-4446-8be1-cb081de0cceb', 'x-compute-request-id': 'req-1a6c3cb6-1018-4446-8be1-cb081de0cceb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:11,629 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2025-11-24 20:28:12,950 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.319s
2025-11-24 20:28:12,951 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:12 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-625843e6-66f0-4819-844b-421e123403be', 'x-compute-request-id': 'req-625843e6-66f0-4819-844b-421e123403be', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:12,961 45 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait
2025-11-24 20:28:14,514 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.551s
2025-11-24 20:28:14,514 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:13 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-464918f3-c5ae-4981-871b-e18e5c666b14', 'x-compute-request-id': 'req-464918f3-c5ae-4981-871b-e18e5c666b14', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:15,838 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.317s
2025-11-24 20:28:15,838 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:15 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f60f65e5-e27e-44a7-875d-5d13b5bd222b', 'x-compute-request-id': 'req-f60f65e5-e27e-44a7-875d-5d13b5bd222b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:17,513 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.660s
2025-11-24 20:28:17,514 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:16 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e87ea8d3-36b3-4d59-8970-772cd3470f74', 'x-compute-request-id': 'req-e87ea8d3-36b3-4d59-8970-772cd3470f74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:18,927 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.403s
2025-11-24 20:28:18,928 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:18 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd979e52-aadc-4a1f-bed2-f129ef1ad5df', 'x-compute-request-id': 'req-dd979e52-aadc-4a1f-bed2-f129ef1ad5df', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:20,516 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.583s
2025-11-24 20:28:20,516 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:19 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7c7f81a-2f46-41ca-8d77-6e25ebee21b8', 'x-compute-request-id': 'req-e7c7f81a-2f46-41ca-8d77-6e25ebee21b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:22,520 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.998s
2025-11-24 20:28:22,521 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:21 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11118aea-4603-4a4d-81c9-baf4213d682c', 'x-compute-request-id': 'req-11118aea-4603-4a4d-81c9-baf4213d682c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:24,529 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.995s
2025-11-24 20:28:24,531 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:23 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b80e803-a2f8-461f-893b-b984dd962c71', 'x-compute-request-id': 'req-1b80e803-a2f8-461f-893b-b984dd962c71', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:25,802 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.257s
2025-11-24 20:28:25,802 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:25 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-639df2bd-dd4f-4ab8-a594-62715071ce71', 'x-compute-request-id': 'req-639df2bd-dd4f-4ab8-a594-62715071ce71', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:27,980 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.172s
2025-11-24 20:28:27,981 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:26 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-697482cc-db87-470a-a7f8-8ed8be9a00df', 'x-compute-request-id': 'req-697482cc-db87-470a-a7f8-8ed8be9a00df', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:29,351 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.360s
2025-11-24 20:28:29,351 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:29 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-430b5575-d8ab-4dca-9a0c-f2fbd031fc5f', 'x-compute-request-id': 'req-430b5575-d8ab-4dca-9a0c-f2fbd031fc5f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:30,854 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.494s
2025-11-24 20:28:30,855 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:30 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-336bd273-aaf8-413b-be45-8909ac3177b0', 'x-compute-request-id': 'req-336bd273-aaf8-413b-be45-8909ac3177b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:32,968 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.099s
2025-11-24 20:28:32,969 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:31 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b197bd8e-a0f8-4307-be2d-e3e800911025', 'x-compute-request-id': 'req-b197bd8e-a0f8-4307-be2d-e3e800911025', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:34,784 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.808s
2025-11-24 20:28:34,784 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:33 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ee014f4-0205-4f1d-86e8-3bb5b97e6e8f', 'x-compute-request-id': 'req-6ee014f4-0205-4f1d-86e8-3bb5b97e6e8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:36,349 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.558s
2025-11-24 20:28:36,350 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:35 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634d0350-e4c9-4305-ba20-1defd2ae6ccc', 'x-compute-request-id': 'req-634d0350-e4c9-4305-ba20-1defd2ae6ccc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:37,766 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.405s
2025-11-24 20:28:37,766 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:37 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd457512-0f4a-4ea0-83b8-512d373ce9d6', 'x-compute-request-id': 'req-fd457512-0f4a-4ea0-83b8-512d373ce9d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:39,136 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.365s
2025-11-24 20:28:39,137 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:38 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2881e8-373d-4cfb-a2fd-c21039ba1cf2', 'x-compute-request-id': 'req-fc2881e8-373d-4cfb-a2fd-c21039ba1cf2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:40,513 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.368s
2025-11-24 20:28:40,513 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:40 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eeb8ae2-4144-4ca4-a9b5-54aff20beb05', 'x-compute-request-id': 'req-7eeb8ae2-4144-4ca4-a9b5-54aff20beb05', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:41,866 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.338s
2025-11-24 20:28:41,867 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:41 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c041f153-0cfe-47e4-b082-35a022b7472f', 'x-compute-request-id': 'req-c041f153-0cfe-47e4-b082-35a022b7472f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:43,523 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.648s
2025-11-24 20:28:43,523 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:42 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14934519-42f4-487f-a8e0-f7c3dd6f03cc', 'x-compute-request-id': 'req-14934519-42f4-487f-a8e0-f7c3dd6f03cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:45,536 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.007s
2025-11-24 20:28:45,536 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:44 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f1821a0-bac5-4c0c-95bf-bb8213ec65ed', 'x-compute-request-id': 'req-3f1821a0-bac5-4c0c-95bf-bb8213ec65ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:46,897 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.343s
2025-11-24 20:28:46,897 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:46 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568f8672-ea8e-49c6-a086-e97496f3974c', 'x-compute-request-id': 'req-568f8672-ea8e-49c6-a086-e97496f3974c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:48,779 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.877s
2025-11-24 20:28:48,779 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:47 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f074da56-aae3-4b77-a0b1-4265e0c9fdfb', 'x-compute-request-id': 'req-f074da56-aae3-4b77-a0b1-4265e0c9fdfb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:50,357 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.572s
2025-11-24 20:28:50,357 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:49 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe48ea4e-9b7c-4bba-8977-a97bfc15ac93', 'x-compute-request-id': 'req-fe48ea4e-9b7c-4bba-8977-a97bfc15ac93', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:52,048 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.683s
2025-11-24 20:28:52,050 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:51 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58870e3b-f509-47d0-bcf8-9b6895b253d9', 'x-compute-request-id': 'req-58870e3b-f509-47d0-bcf8-9b6895b253d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:53,539 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.472s
2025-11-24 20:28:53,540 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:53 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b6635bc-f45a-4b0b-942d-da5bcad7c1be', 'x-compute-request-id': 'req-7b6635bc-f45a-4b0b-942d-da5bcad7c1be', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:54,810 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.265s
2025-11-24 20:28:54,810 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:54 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c501053d-cadb-4751-9648-80acafbcbe96', 'x-compute-request-id': 'req-c501053d-cadb-4751-9648-80acafbcbe96', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:56,172 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.355s
2025-11-24 20:28:56,173 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:55 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba3f33d9-b814-43f4-bb1a-5df246c083fa', 'x-compute-request-id': 'req-ba3f33d9-b814-43f4-bb1a-5df246c083fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:57,416 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.237s
2025-11-24 20:28:57,417 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:57 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6ae209f-c714-483a-8aec-30cf0d0419a9', 'x-compute-request-id': 'req-d6ae209f-c714-483a-8aec-30cf0d0419a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:28:59,525 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.095s
2025-11-24 20:28:59,525 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:28:58 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f20c1fb5-27a7-4a7a-9514-30ab15fe8600', 'x-compute-request-id': 'req-f20c1fb5-27a7-4a7a-9514-30ab15fe8600', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:00,838 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.306s
2025-11-24 20:29:00,839 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:00 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39eb8015-cabd-4f53-998a-ee6af3b131b1', 'x-compute-request-id': 'req-39eb8015-cabd-4f53-998a-ee6af3b131b1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:02,536 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.683s
2025-11-24 20:29:02,536 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:01 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc55942-70f0-423f-9ebf-d083a98fdce9', 'x-compute-request-id': 'req-8cc55942-70f0-423f-9ebf-d083a98fdce9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:04,085 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.518s
2025-11-24 20:29:04,085 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:03 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a848a7fd-257c-4659-9487-b7631ad548c9', 'x-compute-request-id': 'req-a848a7fd-257c-4659-9487-b7631ad548c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:05,773 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.675s
2025-11-24 20:29:05,773 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:05 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cbe48d5-d0f5-4172-9d2b-71b3c1e9c7f9', 'x-compute-request-id': 'req-1cbe48d5-d0f5-4172-9d2b-71b3c1e9c7f9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:06,967 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.189s
2025-11-24 20:29:06,968 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:06 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a75a6c63-d7d1-43e0-9fde-aee4ab0f88d7', 'x-compute-request-id': 'req-a75a6c63-d7d1-43e0-9fde-aee4ab0f88d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:08,525 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.551s
2025-11-24 20:29:08,526 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:07 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d2a339-5722-43af-84dc-912c5fe43624', 'x-compute-request-id': 'req-c4d2a339-5722-43af-84dc-912c5fe43624', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:09,930 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.393s
2025-11-24 20:29:09,931 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:09 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bdae8ec-c12e-46cc-9c46-99ef60bcddf8', 'x-compute-request-id': 'req-7bdae8ec-c12e-46cc-9c46-99ef60bcddf8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:11,362 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.418s
2025-11-24 20:29:11,362 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:10 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4215685b-c829-42b3-9e2b-6d47d8d3d234', 'x-compute-request-id': 'req-4215685b-c829-42b3-9e2b-6d47d8d3d234', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:13,424 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.055s
2025-11-24 20:29:13,425 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:12 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1348fb08-96ee-4ba7-a731-d3feb7f3fefd', 'x-compute-request-id': 'req-1348fb08-96ee-4ba7-a731-d3feb7f3fefd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:15,085 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.652s
2025-11-24 20:29:15,085 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:14 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a82d671c-eacf-495e-8ef9-ab0fa51710c0', 'x-compute-request-id': 'req-a82d671c-eacf-495e-8ef9-ab0fa51710c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:16,315 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.219s
2025-11-24 20:29:16,315 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:16 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104d7a44-c9b2-49d7-a55f-c84ccb1f0de0', 'x-compute-request-id': 'req-104d7a44-c9b2-49d7-a55f-c84ccb1f0de0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:18,044 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.724s
2025-11-24 20:29:18,044 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:17 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee0f032a-045f-4e72-8c0e-205163f5f628', 'x-compute-request-id': 'req-ee0f032a-045f-4e72-8c0e-205163f5f628', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:19,314 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.262s
2025-11-24 20:29:19,314 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:19 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dc9d5ca-e776-4335-ad4d-8837d58362b5', 'x-compute-request-id': 'req-3dc9d5ca-e776-4335-ad4d-8837d58362b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:20,548 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.228s
2025-11-24 20:29:20,548 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:20 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71d1d62a-b7f1-46e9-a03a-f0609e160a23', 'x-compute-request-id': 'req-71d1d62a-b7f1-46e9-a03a-f0609e160a23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:22,569 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.014s
2025-11-24 20:29:22,570 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:21 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59aa3546-fe9b-48d6-9314-19474ed8b99d', 'x-compute-request-id': 'req-59aa3546-fe9b-48d6-9314-19474ed8b99d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:23,788 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.206s
2025-11-24 20:29:23,788 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:23 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f0a7431-5363-49c5-a932-9dcbbe0221a2', 'x-compute-request-id': 'req-8f0a7431-5363-49c5-a932-9dcbbe0221a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:25,528 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.734s
2025-11-24 20:29:25,528 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:24 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-957e585f-2081-4389-934c-29496523f1cb', 'x-compute-request-id': 'req-957e585f-2081-4389-934c-29496523f1cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:26,810 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.272s
2025-11-24 20:29:26,810 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:26 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4908822f-d1a8-4fd3-a474-032fa1c33ddc', 'x-compute-request-id': 'req-4908822f-d1a8-4fd3-a474-032fa1c33ddc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:28,547 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.729s
2025-11-24 20:29:28,547 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:27 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50055bb8-3e64-4e66-8841-2816c7dbf19a', 'x-compute-request-id': 'req-50055bb8-3e64-4e66-8841-2816c7dbf19a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:29,827 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.266s
2025-11-24 20:29:29,828 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:29 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-429c596a-05f1-42d0-9650-6bd08f11f0ce', 'x-compute-request-id': 'req-429c596a-05f1-42d0-9650-6bd08f11f0ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:31,539 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.706s
2025-11-24 20:29:31,540 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:30 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858b1417-4d33-415e-9ccd-c6cc9cff2568', 'x-compute-request-id': 'req-858b1417-4d33-415e-9ccd-c6cc9cff2568', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:32,871 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.323s
2025-11-24 20:29:32,871 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:32 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff26082f-69d7-4496-b698-7bc869cfbaa7', 'x-compute-request-id': 'req-ff26082f-69d7-4496-b698-7bc869cfbaa7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:35,569 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.691s
2025-11-24 20:29:35,569 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:33 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbdc54f4-716b-4d01-8420-91624be70e4d', 'x-compute-request-id': 'req-bbdc54f4-716b-4d01-8420-91624be70e4d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:37,625 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.051s
2025-11-24 20:29:37,626 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:36 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f29f1307-7ee1-4da0-962a-e8fa06aaab7c', 'x-compute-request-id': 'req-f29f1307-7ee1-4da0-962a-e8fa06aaab7c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:38,979 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.348s
2025-11-24 20:29:38,980 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:38 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a54c303e-5157-4266-87a5-cbef2c166486', 'x-compute-request-id': 'req-a54c303e-5157-4266-87a5-cbef2c166486', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:40,551 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.555s
2025-11-24 20:29:40,552 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:40 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6a19a1a-7a19-4816-ad2c-72c74efb5770', 'x-compute-request-id': 'req-f6a19a1a-7a19-4816-ad2c-72c74efb5770', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:42,530 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.967s
2025-11-24 20:29:42,530 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:41 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23b31802-32b4-4b31-9d61-7e00fe4c229e', 'x-compute-request-id': 'req-23b31802-32b4-4b31-9d61-7e00fe4c229e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:43,742 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.206s
2025-11-24 20:29:43,742 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:43 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-578306f4-6d76-4f7f-bce1-9b51c050affd', 'x-compute-request-id': 'req-578306f4-6d76-4f7f-bce1-9b51c050affd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:45,538 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.790s
2025-11-24 20:29:45,538 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:44 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c6ce0b7-730c-4b9b-9733-4aa4febe62ba', 'x-compute-request-id': 'req-9c6ce0b7-730c-4b9b-9733-4aa4febe62ba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:46,772 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.228s
2025-11-24 20:29:46,772 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:46 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-679bb19e-839b-40fc-85f8-223a04c21d2c', 'x-compute-request-id': 'req-679bb19e-839b-40fc-85f8-223a04c21d2c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:48,024 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.244s
2025-11-24 20:29:48,024 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:47 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d98bc011-7bda-4a1d-9517-19263f3518e7', 'x-compute-request-id': 'req-d98bc011-7bda-4a1d-9517-19263f3518e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:49,768 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.737s
2025-11-24 20:29:49,769 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:49 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9793dd22-e18e-41ca-bb05-fea59bc71cfc', 'x-compute-request-id': 'req-9793dd22-e18e-41ca-bb05-fea59bc71cfc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:51,792 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.014s
2025-11-24 20:29:51,792 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:50 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96e12081-da1d-455f-83a9-5aa3ec2e59cf', 'x-compute-request-id': 'req-96e12081-da1d-455f-83a9-5aa3ec2e59cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:53,125 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.322s
2025-11-24 20:29:53,126 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:52 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca1dad97-0749-4da5-b282-34ab00e662ef', 'x-compute-request-id': 'req-ca1dad97-0749-4da5-b282-34ab00e662ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:54,566 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.430s
2025-11-24 20:29:54,566 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:54 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4227a465-3acd-4202-b05d-09246a295af4', 'x-compute-request-id': 'req-4227a465-3acd-4202-b05d-09246a295af4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:55,908 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.331s
2025-11-24 20:29:55,908 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:55 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec5582d8-8cd2-4dc6-bc80-60955bc9ab30', 'x-compute-request-id': 'req-ec5582d8-8cd2-4dc6-bc80-60955bc9ab30', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:57,537 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.624s
2025-11-24 20:29:57,537 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:56 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd143542-fc13-416f-9016-25579c036e23', 'x-compute-request-id': 'req-cd143542-fc13-416f-9016-25579c036e23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:29:58,911 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.366s
2025-11-24 20:29:58,912 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:58 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e85f9ca5-310d-445a-9953-868f5fcec169', 'x-compute-request-id': 'req-e85f9ca5-310d-445a-9953-868f5fcec169', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:00,549 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.627s
2025-11-24 20:30:00,550 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:29:59 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403e7431-df64-4bfb-95d2-d8ed0f712052', 'x-compute-request-id': 'req-403e7431-df64-4bfb-95d2-d8ed0f712052', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:02,578 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.022s
2025-11-24 20:30:02,578 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:01 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b634337a-de09-4ebc-96d0-bf02020408fc', 'x-compute-request-id': 'req-b634337a-de09-4ebc-96d0-bf02020408fc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:04,542 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.958s
2025-11-24 20:30:04,543 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:03 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ceac17c-71f9-4b9d-a26e-d336e15e6c76', 'x-compute-request-id': 'req-4ceac17c-71f9-4b9d-a26e-d336e15e6c76', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:05,783 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.222s
2025-11-24 20:30:05,783 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:05 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1310fb27-3acb-4713-abd9-fc892d20b456', 'x-compute-request-id': 'req-1310fb27-3acb-4713-abd9-fc892d20b456', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:07,795 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.003s
2025-11-24 20:30:07,795 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:06 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c91ca6b-fcae-4651-a584-073a0a906cd8', 'x-compute-request-id': 'req-0c91ca6b-fcae-4651-a584-073a0a906cd8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:09,539 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.733s
2025-11-24 20:30:09,539 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:08 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22f85b3-6198-438a-94a5-9efb14d496cb', 'x-compute-request-id': 'req-f22f85b3-6198-438a-94a5-9efb14d496cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:10,884 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.337s
2025-11-24 20:30:10,884 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:10 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-694f6509-3daa-480c-aa8d-62be803823a4', 'x-compute-request-id': 'req-694f6509-3daa-480c-aa8d-62be803823a4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:12,552 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.652s
2025-11-24 20:30:12,552 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:11 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16c11906-ac0f-40ad-9827-9448b2db36ac', 'x-compute-request-id': 'req-16c11906-ac0f-40ad-9827-9448b2db36ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:13,808 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.246s
2025-11-24 20:30:13,809 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:13 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee60d6fa-9cfa-44eb-b471-c55f4ac03334', 'x-compute-request-id': 'req-ee60d6fa-9cfa-44eb-b471-c55f4ac03334', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:15,732 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.917s
2025-11-24 20:30:15,733 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:14 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65dd864c-efa8-4c42-a2aa-e2f4adba8058', 'x-compute-request-id': 'req-65dd864c-efa8-4c42-a2aa-e2f4adba8058', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:17,543 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.803s
2025-11-24 20:30:17,543 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:16 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702995a3-4fcd-4a52-ae2d-8c02f7936010', 'x-compute-request-id': 'req-702995a3-4fcd-4a52-ae2d-8c02f7936010', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:18,736 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.183s
2025-11-24 20:30:18,736 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:18 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b28a7997-54b3-4852-adfe-2b3486472307', 'x-compute-request-id': 'req-b28a7997-54b3-4852-adfe-2b3486472307', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:20,556 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.814s
2025-11-24 20:30:20,557 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:19 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc55d6cd-74e4-47fd-a1c2-35b90330cb62', 'x-compute-request-id': 'req-cc55d6cd-74e4-47fd-a1c2-35b90330cb62', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:22,570 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.006s
2025-11-24 20:30:22,571 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:21 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f6db07-a842-49f7-b1e8-463a8a042eb6', 'x-compute-request-id': 'req-27f6db07-a842-49f7-b1e8-463a8a042eb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:24,560 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.973s
2025-11-24 20:30:24,560 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:23 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0f1f247-6ab6-415a-98c6-e83874dbb577', 'x-compute-request-id': 'req-d0f1f247-6ab6-415a-98c6-e83874dbb577', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:25,761 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.194s
2025-11-24 20:30:25,762 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:25 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d5c5060-9cc1-41ed-910d-4223f9f46beb', 'x-compute-request-id': 'req-0d5c5060-9cc1-41ed-910d-4223f9f46beb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:26,975 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.208s
2025-11-24 20:30:26,976 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:26 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac3f018c-7480-4b45-ac08-f788ff372db6', 'x-compute-request-id': 'req-ac3f018c-7480-4b45-ac08-f788ff372db6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:28,558 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.576s
2025-11-24 20:30:28,559 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:27 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1831583a-39e9-438d-bb86-6b3ee27d04f4', 'x-compute-request-id': 'req-1831583a-39e9-438d-bb86-6b3ee27d04f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:30,567 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.001s
2025-11-24 20:30:30,567 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:29 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce9f138c-2263-4e58-bb53-1dbeb85d8d02', 'x-compute-request-id': 'req-ce9f138c-2263-4e58-bb53-1dbeb85d8d02', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:31,811 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.236s
2025-11-24 20:30:31,811 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:31 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b63bcc1-8411-498f-9a84-011c1227f791', 'x-compute-request-id': 'req-3b63bcc1-8411-498f-9a84-011c1227f791', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:33,099 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.280s
2025-11-24 20:30:33,099 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:32 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56006607-cfdd-4c99-8b7f-1ce07d96d8cc', 'x-compute-request-id': 'req-56006607-cfdd-4c99-8b7f-1ce07d96d8cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:34,558 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.448s
2025-11-24 20:30:34,558 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:34 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5aa7ecd-72a3-4390-a046-73c1bf17fcad', 'x-compute-request-id': 'req-e5aa7ecd-72a3-4390-a046-73c1bf17fcad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:35,930 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.354s
2025-11-24 20:30:35,931 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:35 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107cec2e-0029-446c-acfc-7483846492fc', 'x-compute-request-id': 'req-107cec2e-0029-446c-acfc-7483846492fc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:37,555 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.619s
2025-11-24 20:30:37,555 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:36 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c3792c4-7351-49c0-a1ec-d8ec559db272', 'x-compute-request-id': 'req-3c3792c4-7351-49c0-a1ec-d8ec559db272', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:39,062 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.500s
2025-11-24 20:30:39,062 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:38 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc47f90d-fc45-48b6-b1c8-dc0ae1ebdb4e', 'x-compute-request-id': 'req-bc47f90d-fc45-48b6-b1c8-dc0ae1ebdb4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:40,591 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.523s
2025-11-24 20:30:40,591 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:40 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42ef2e0a-3aa3-46d8-961e-b87d5f7c7b28', 'x-compute-request-id': 'req-42ef2e0a-3aa3-46d8-961e-b87d5f7c7b28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:42,569 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.971s
2025-11-24 20:30:42,570 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:41 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1412cccf-cc64-46ce-bb20-a0a48dca7aec', 'x-compute-request-id': 'req-1412cccf-cc64-46ce-bb20-a0a48dca7aec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:43,824 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.248s
2025-11-24 20:30:43,824 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:43 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e84f1fcb-b89b-4582-b9c5-855bc436f5d9', 'x-compute-request-id': 'req-e84f1fcb-b89b-4582-b9c5-855bc436f5d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:45,560 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.731s
2025-11-24 20:30:45,561 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:44 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53534062-ca97-4c7b-80d7-b23e3a516f89', 'x-compute-request-id': 'req-53534062-ca97-4c7b-80d7-b23e3a516f89', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:46,893 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.326s
2025-11-24 20:30:46,894 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:46 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2379e664-da0e-44f3-b0b1-f4c175262e7a', 'x-compute-request-id': 'req-2379e664-da0e-44f3-b0b1-f4c175262e7a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:48,929 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.028s
2025-11-24 20:30:48,930 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:47 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64527949-fac2-4bfb-94dd-8410aaa2813c', 'x-compute-request-id': 'req-64527949-fac2-4bfb-94dd-8410aaa2813c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:50,593 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.652s
2025-11-24 20:30:50,593 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:49 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8045257a-df3e-4b04-bc69-b4b1768aad23', 'x-compute-request-id': 'req-8045257a-df3e-4b04-bc69-b4b1768aad23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:52,595 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.996s
2025-11-24 20:30:52,596 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:51 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9e2f413-48ff-48a2-aaee-b4b701c4c025', 'x-compute-request-id': 'req-d9e2f413-48ff-48a2-aaee-b4b701c4c025', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:53,824 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.215s
2025-11-24 20:30:53,825 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:53 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d689399-93b8-4877-a797-577c9d2c5774', 'x-compute-request-id': 'req-0d689399-93b8-4877-a797-577c9d2c5774', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:55,563 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.727s
2025-11-24 20:30:55,564 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:54 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24a48ccc-57f5-411f-a7d0-3acda8dce20a', 'x-compute-request-id': 'req-24a48ccc-57f5-411f-a7d0-3acda8dce20a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:56,782 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.207s
2025-11-24 20:30:56,782 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:56 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacf3e33-a44e-4487-b3d9-a666a3edc87c', 'x-compute-request-id': 'req-cacf3e33-a44e-4487-b3d9-a666a3edc87c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:57,992 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.198s
2025-11-24 20:30:57,993 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:57 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b2e8cc1-954d-42c1-87de-dc7ccd4fe535', 'x-compute-request-id': 'req-3b2e8cc1-954d-42c1-87de-dc7ccd4fe535', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:30:59,576 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.573s
2025-11-24 20:30:59,576 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:30:59 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40f00f2a-b37c-410e-ba93-e1dacbe337a2', 'x-compute-request-id': 'req-40f00f2a-b37c-410e-ba93-e1dacbe337a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:01,558 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.966s
2025-11-24 20:31:01,559 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:00 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93b0266a-91ad-4260-8e52-311c3edff985', 'x-compute-request-id': 'req-93b0266a-91ad-4260-8e52-311c3edff985', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:02,757 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.193s
2025-11-24 20:31:02,758 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:02 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11cf8f24-ade6-4f02-abcd-6aed31d3c806', 'x-compute-request-id': 'req-11cf8f24-ade6-4f02-abcd-6aed31d3c806', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:04,857 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.093s
2025-11-24 20:31:04,858 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:03 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-973dac71-18c2-4b3d-a492-b1efb925417c', 'x-compute-request-id': 'req-973dac71-18c2-4b3d-a492-b1efb925417c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:06,333 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.471s
2025-11-24 20:31:06,333 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:05 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc888a3-acb4-4015-a88a-e50d7e44281a', 'x-compute-request-id': 'req-abc888a3-acb4-4015-a88a-e50d7e44281a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:07,865 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.525s
2025-11-24 20:31:07,866 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:07 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e367265d-49b7-452c-a003-e204e1064b23', 'x-compute-request-id': 'req-e367265d-49b7-452c-a003-e204e1064b23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:09,323 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.446s
2025-11-24 20:31:09,325 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:08 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f52d0b5e-fbee-42f3-bba5-8da5cc74521f', 'x-compute-request-id': 'req-f52d0b5e-fbee-42f3-bba5-8da5cc74521f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:10,622 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.290s
2025-11-24 20:31:10,623 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:10 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fecc0fe6-d3a1-465b-8a3a-ed21fd8eb7e0', 'x-compute-request-id': 'req-fecc0fe6-d3a1-465b-8a3a-ed21fd8eb7e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:12,593 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.960s
2025-11-24 20:31:12,593 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:11 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f25bf08-7ca7-4eba-bc03-4a9460df9c59', 'x-compute-request-id': 'req-7f25bf08-7ca7-4eba-bc03-4a9460df9c59', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:14,583 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.976s
2025-11-24 20:31:14,584 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:13 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79b275d6-1247-4cc2-b235-666703d827d2', 'x-compute-request-id': 'req-79b275d6-1247-4cc2-b235-666703d827d2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:15,901 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.311s
2025-11-24 20:31:15,902 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:15 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f5f61bc-78c5-4dc9-846a-6b67af74fb5b', 'x-compute-request-id': 'req-4f5f61bc-78c5-4dc9-846a-6b67af74fb5b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:17,972 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.059s
2025-11-24 20:31:17,972 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:16 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e1e4fe3-7bec-454f-ae29-d7a2bcd053ad', 'x-compute-request-id': 'req-4e1e4fe3-7bec-454f-ae29-d7a2bcd053ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:19,865 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.883s
2025-11-24 20:31:19,866 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:18 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ce7429-4296-44d1-85cf-4b17d2aff8d3', 'x-compute-request-id': 'req-b6ce7429-4296-44d1-85cf-4b17d2aff8d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:21,585 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.702s
2025-11-24 20:31:21,585 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:20 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5ba80e-3f82-46ae-b577-cbbbb9f3598b', 'x-compute-request-id': 'req-0a5ba80e-3f82-46ae-b577-cbbbb9f3598b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:23,028 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.435s
2025-11-24 20:31:23,028 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:22 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b757ada-d492-4034-8185-7bf62e2cc085', 'x-compute-request-id': 'req-3b757ada-d492-4034-8185-7bf62e2cc085', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:24,577 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.541s
2025-11-24 20:31:24,577 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:24 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-300727b0-240a-4edf-bb4f-4c1d8a030e75', 'x-compute-request-id': 'req-300727b0-240a-4edf-bb4f-4c1d8a030e75', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:25,995 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.410s
2025-11-24 20:31:25,995 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:25 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb7075b-f58f-4ac5-81bb-3a4176b3afdd', 'x-compute-request-id': 'req-2bb7075b-f58f-4ac5-81bb-3a4176b3afdd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:27,573 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.568s
2025-11-24 20:31:27,574 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:27 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a487c62c-4ffd-4f42-b670-496cf53547af', 'x-compute-request-id': 'req-a487c62c-4ffd-4f42-b670-496cf53547af', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:28,941 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.359s
2025-11-24 20:31:28,942 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:28 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f782779b-103e-4b80-8c20-34d139ecf8c4', 'x-compute-request-id': 'req-f782779b-103e-4b80-8c20-34d139ecf8c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:30,576 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.623s
2025-11-24 20:31:30,576 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:29 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc61c732-4d72-4b8a-a192-9bba1122fb2a', 'x-compute-request-id': 'req-bc61c732-4d72-4b8a-a192-9bba1122fb2a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:32,593 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.009s
2025-11-24 20:31:32,594 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:31 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce03613-6795-4bc1-9f1a-1c850f70a7c3', 'x-compute-request-id': 'req-3ce03613-6795-4bc1-9f1a-1c850f70a7c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:34,572 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.972s
2025-11-24 20:31:34,572 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:33 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de9f4608-866c-4db6-bf2b-cd38ca728a7a', 'x-compute-request-id': 'req-de9f4608-866c-4db6-bf2b-cd38ca728a7a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:35,769 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.189s
2025-11-24 20:31:35,770 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:35 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-507072a7-7c60-4889-8c18-608741c84c52', 'x-compute-request-id': 'req-507072a7-7c60-4889-8c18-608741c84c52', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:37,558 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.783s
2025-11-24 20:31:37,559 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:36 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73df8b5c-db36-4755-9fbf-3bd083312c4b', 'x-compute-request-id': 'req-73df8b5c-db36-4755-9fbf-3bd083312c4b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:38,761 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.190s
2025-11-24 20:31:38,761 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:38 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4b38eee-88f4-40cd-89d8-f1d9b472f51a', 'x-compute-request-id': 'req-e4b38eee-88f4-40cd-89d8-f1d9b472f51a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:39,948 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.180s
2025-11-24 20:31:39,948 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:39 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f76225-86b9-48e6-8f01-b95af5c7c431', 'x-compute-request-id': 'req-d6f76225-86b9-48e6-8f01-b95af5c7c431', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:41,749 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.793s
2025-11-24 20:31:41,749 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:40 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-829b62b4-eb88-4b77-b56d-1351e09b1fd9', 'x-compute-request-id': 'req-829b62b4-eb88-4b77-b56d-1351e09b1fd9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:43,018 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.263s
2025-11-24 20:31:43,018 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:42 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11a32c3d-1b9f-4a10-aa82-4df503be997b', 'x-compute-request-id': 'req-11a32c3d-1b9f-4a10-aa82-4df503be997b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:45,582 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.557s
2025-11-24 20:31:45,583 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:44 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-474251ee-9222-46e0-8097-b3ddbd8f2b45', 'x-compute-request-id': 'req-474251ee-9222-46e0-8097-b3ddbd8f2b45', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:46,829 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.239s
2025-11-24 20:31:46,829 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:46 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc06a79c-79ec-42e4-b5cc-bae26a9beba2', 'x-compute-request-id': 'req-dc06a79c-79ec-42e4-b5cc-bae26a9beba2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:48,585 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.749s
2025-11-24 20:31:48,586 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:47 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ed3958-601f-4161-8cca-cf88f08fa0b8', 'x-compute-request-id': 'req-e0ed3958-601f-4161-8cca-cf88f08fa0b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:50,584 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.989s
2025-11-24 20:31:50,584 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:49 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89cecc9b-aed5-4227-b05f-d1f9ee210a80', 'x-compute-request-id': 'req-89cecc9b-aed5-4227-b05f-d1f9ee210a80', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:51,958 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.368s
2025-11-24 20:31:51,959 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:51 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89418c49-4289-4f47-ad54-b77b59a502b8', 'x-compute-request-id': 'req-89418c49-4289-4f47-ad54-b77b59a502b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:53,620 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.654s
2025-11-24 20:31:53,620 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:52 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5893a8af-725c-4584-8869-4d0284955f10', 'x-compute-request-id': 'req-5893a8af-725c-4584-8869-4d0284955f10', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:54,925 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.295s
2025-11-24 20:31:54,925 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:54 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9668e6b-fe93-4069-ab27-5111f2e00718', 'x-compute-request-id': 'req-b9668e6b-fe93-4069-ab27-5111f2e00718', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:56,195 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.261s
2025-11-24 20:31:56,195 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:55 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f54a54e-77d0-42c7-9b85-870ddefb7eca', 'x-compute-request-id': 'req-6f54a54e-77d0-42c7-9b85-870ddefb7eca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:57,613 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.403s
2025-11-24 20:31:57,615 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:57 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72858da1-c142-463b-ab4a-c152402e0b30', 'x-compute-request-id': 'req-72858da1-c142-463b-ab4a-c152402e0b30', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:31:59,160 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.537s
2025-11-24 20:31:59,161 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:31:58 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-101e1120-e92f-4f5a-9591-3425bfb262de', 'x-compute-request-id': 'req-101e1120-e92f-4f5a-9591-3425bfb262de', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:00,580 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.405s
2025-11-24 20:32:00,581 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:00 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda93765-a20b-4427-ae4a-83518fdf2754', 'x-compute-request-id': 'req-fda93765-a20b-4427-ae4a-83518fdf2754', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:02,579 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.989s
2025-11-24 20:32:02,579 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:01 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d101a4f-4898-41c4-a133-977070e1d4dc', 'x-compute-request-id': 'req-6d101a4f-4898-41c4-a133-977070e1d4dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:03,958 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.367s
2025-11-24 20:32:03,958 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:03 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2732a92a-8d24-4a0a-b310-8064ee787000', 'x-compute-request-id': 'req-2732a92a-8d24-4a0a-b310-8064ee787000', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:05,582 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.616s
2025-11-24 20:32:05,582 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:04 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07b26a4-b86e-4ed4-abe1-dca45fa383b5', 'x-compute-request-id': 'req-e07b26a4-b86e-4ed4-abe1-dca45fa383b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:06,840 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.243s
2025-11-24 20:32:06,840 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:06 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cbd68d9-2c89-49e2-9e05-d68691f1e32e', 'x-compute-request-id': 'req-6cbd68d9-2c89-49e2-9e05-d68691f1e32e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:08,584 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.739s
2025-11-24 20:32:08,584 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:07 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c90f3a98-591b-4415-9f30-8db57d30a012', 'x-compute-request-id': 'req-c90f3a98-591b-4415-9f30-8db57d30a012', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:09,802 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.211s
2025-11-24 20:32:09,802 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:09 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-386ced7f-7c78-48cb-981a-0f94dfe0b52a', 'x-compute-request-id': 'req-386ced7f-7c78-48cb-981a-0f94dfe0b52a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:11,111 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.301s
2025-11-24 20:32:11,111 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:10 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c893cd2-2441-4dab-86ec-15af3caba901', 'x-compute-request-id': 'req-6c893cd2-2441-4dab-86ec-15af3caba901', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:12,587 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.465s
2025-11-24 20:32:12,587 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:12 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b404e165-0c08-4ab1-84e8-827820899481', 'x-compute-request-id': 'req-b404e165-0c08-4ab1-84e8-827820899481', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:15,599 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 2.004s
2025-11-24 20:32:15,599 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:13 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04921e32-d6fa-46cc-82d8-71a4f8d9e352', 'x-compute-request-id': 'req-04921e32-d6fa-46cc-82d8-71a4f8d9e352', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:17,581 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.967s
2025-11-24 20:32:17,582 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:16 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a073425-f11d-445f-9ca1-62291c2ec7b9', 'x-compute-request-id': 'req-2a073425-f11d-445f-9ca1-62291c2ec7b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:19,185 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.594s
2025-11-24 20:32:19,186 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:18 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c91589c7-70d6-4ec6-bc51-790391e520ea', 'x-compute-request-id': 'req-c91589c7-70d6-4ec6-bc51-790391e520ea', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:20,577 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.382s
2025-11-24 20:32:20,577 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:20 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b4af6d-ba68-4deb-bb94-61e29d809670', 'x-compute-request-id': 'req-e5b4af6d-ba68-4deb-bb94-61e29d809670', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:22,593 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.006s
2025-11-24 20:32:22,594 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:21 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33044777-3cd1-4be2-939e-6200afdb24e7', 'x-compute-request-id': 'req-33044777-3cd1-4be2-939e-6200afdb24e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:24,598 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.995s
2025-11-24 20:32:24,598 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:23 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6beddb5f-7d5c-47af-8e37-023f3102642d', 'x-compute-request-id': 'req-6beddb5f-7d5c-47af-8e37-023f3102642d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:26,617 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.014s
2025-11-24 20:32:26,618 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:25 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d945b427-23b3-4b56-b05a-f2266085c1f4', 'x-compute-request-id': 'req-d945b427-23b3-4b56-b05a-f2266085c1f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:28,032 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.410s
2025-11-24 20:32:28,032 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:27 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7474c04-c7f5-4623-8d98-6e5a5af77067', 'x-compute-request-id': 'req-e7474c04-c7f5-4623-8d98-6e5a5af77067', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:29,344 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.303s
2025-11-24 20:32:29,345 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:29 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e741178-05a0-48b3-a65d-9ea851d8cdfd', 'x-compute-request-id': 'req-5e741178-05a0-48b3-a65d-9ea851d8cdfd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:30,802 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.451s
2025-11-24 20:32:30,802 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:30 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa8a474d-05cc-4b62-917a-2ed289d64da0', 'x-compute-request-id': 'req-fa8a474d-05cc-4b62-917a-2ed289d64da0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:32,586 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.778s
2025-11-24 20:32:32,586 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:31 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17ad5502-d94e-4413-8135-626a5a7ac30b', 'x-compute-request-id': 'req-17ad5502-d94e-4413-8135-626a5a7ac30b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:33,920 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.324s
2025-11-24 20:32:33,920 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:33 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5f20621-0408-4050-9cbb-847ff88aff2c', 'x-compute-request-id': 'req-d5f20621-0408-4050-9cbb-847ff88aff2c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:35,249 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.322s
2025-11-24 20:32:35,249 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:34 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9660f5d6-e0ec-48a7-8bec-48a4f576e5e9', 'x-compute-request-id': 'req-9660f5d6-e0ec-48a7-8bec-48a4f576e5e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:37,272 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.018s
2025-11-24 20:32:37,273 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:36 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f3b1f0a-b437-4fbc-b495-706a7a998947', 'x-compute-request-id': 'req-8f3b1f0a-b437-4fbc-b495-706a7a998947', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:38,662 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.383s
2025-11-24 20:32:38,663 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:38 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f90bb1b-6e77-4295-a56e-af771a5b7056', 'x-compute-request-id': 'req-2f90bb1b-6e77-4295-a56e-af771a5b7056', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:40,598 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.923s
2025-11-24 20:32:40,599 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:39 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6969e112-9c8d-4061-972f-3f1ce9e764fd', 'x-compute-request-id': 'req-6969e112-9c8d-4061-972f-3f1ce9e764fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:42,608 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.997s
2025-11-24 20:32:42,609 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:41 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc491a20-385c-4ad8-b0c9-53909835d55f', 'x-compute-request-id': 'req-bc491a20-385c-4ad8-b0c9-53909835d55f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:44,625 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.007s
2025-11-24 20:32:44,626 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:43 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-319030fd-5dc6-4c6e-b892-0b0ccfb13515', 'x-compute-request-id': 'req-319030fd-5dc6-4c6e-b892-0b0ccfb13515', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:45,870 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.231s
2025-11-24 20:32:45,871 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:45 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ad9b392-8c55-4060-9b78-60236a86944b', 'x-compute-request-id': 'req-7ad9b392-8c55-4060-9b78-60236a86944b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:47,617 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.741s
2025-11-24 20:32:47,617 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:46 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582bb48e-364d-4ad8-ba8b-2b927d836a92', 'x-compute-request-id': 'req-582bb48e-364d-4ad8-ba8b-2b927d836a92', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:48,899 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.276s
2025-11-24 20:32:48,899 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:48 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05af1efa-5eff-4976-865b-0946ca216216', 'x-compute-request-id': 'req-05af1efa-5eff-4976-865b-0946ca216216', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:50,595 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.691s
2025-11-24 20:32:50,596 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:49 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5de463c-4701-40a4-bafc-e7e05d57b90b', 'x-compute-request-id': 'req-d5de463c-4701-40a4-bafc-e7e05d57b90b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:51,818 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.215s
2025-11-24 20:32:51,818 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:51 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5982311c-0c6a-4096-98a7-5e2d51f78de3', 'x-compute-request-id': 'req-5982311c-0c6a-4096-98a7-5e2d51f78de3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:53,110 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.283s
2025-11-24 20:32:53,110 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:52 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39cdbadc-825d-47f3-a980-c17a1827045f', 'x-compute-request-id': 'req-39cdbadc-825d-47f3-a980-c17a1827045f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:54,627 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.505s
2025-11-24 20:32:54,627 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:54 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df78a83-3a0d-4f41-8cb5-859049ee558c', 'x-compute-request-id': 'req-6df78a83-3a0d-4f41-8cb5-859049ee558c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:55,927 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.292s
2025-11-24 20:32:55,927 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:55 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bebfcc8-c14d-4621-bb0a-5408a348f9ef', 'x-compute-request-id': 'req-8bebfcc8-c14d-4621-bb0a-5408a348f9ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:57,215 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.282s
2025-11-24 20:32:57,215 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:56 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-065d967f-40a6-4650-bdce-2938ab1787b3', 'x-compute-request-id': 'req-065d967f-40a6-4650-bdce-2938ab1787b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:58,634 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.414s
2025-11-24 20:32:58,635 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:58 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-481a34cb-354c-45d4-8c65-86c5356ca8bd', 'x-compute-request-id': 'req-481a34cb-354c-45d4-8c65-86c5356ca8bd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:32:59,870 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.229s
2025-11-24 20:32:59,871 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:32:59 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-526e4f11-cee0-43a5-910e-d1c9a449b2f1', 'x-compute-request-id': 'req-526e4f11-cee0-43a5-910e-d1c9a449b2f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:01,210 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.325s
2025-11-24 20:33:01,210 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:00 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2cdabcc-5d66-4266-a640-fbfa412d0709', 'x-compute-request-id': 'req-d2cdabcc-5d66-4266-a640-fbfa412d0709', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:02,521 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.305s
2025-11-24 20:33:02,521 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:02 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dffe27a-863c-47e8-a7ff-9f46f9d7f0dd', 'x-compute-request-id': 'req-5dffe27a-863c-47e8-a7ff-9f46f9d7f0dd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:04,753 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.226s
2025-11-24 20:33:04,753 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:03 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa08c2aa-97a2-4bda-9139-d58c2883c79c', 'x-compute-request-id': 'req-fa08c2aa-97a2-4bda-9139-d58c2883c79c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:06,067 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 0.309s
2025-11-24 20:33:06,068 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:05 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b2850c9-ecb3-4e3b-97ff-cf7b908b1494', 'x-compute-request-id': 'req-7b2850c9-ecb3-4e3b-97ff-cf7b908b1494', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:08,656 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.582s
2025-11-24 20:33:08,657 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:07 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9426392b-8e46-4c4d-9650-3268b018642c', 'x-compute-request-id': 'req-9426392b-8e46-4c4d-9650-3268b018642c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
2025-11-24 20:33:11,607 45 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42 1.943s
2025-11-24 20:33:11,608 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.75', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:33:09 GMT', 'server': 'Apache', 'content-length': '1499', 'openstack-api-version': 'compute 2.75', 'x-openstack-nova-api-version': '2.75', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c9d15cf-bc82-411e-a5af-ceaaacdd09cf', 'x-compute-request-id': 'req-8c9d15cf-bc82-411e-a5af-ceaaacdd09cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42'}
Body: b'{"server": {"id": "664ca0de-5d04-41c8-ada6-32391f471c42", "name": "tempest-ServersAdmin275Test-server-1368870550", "status": "BUILD", "tenant_id": "3dd62163a589483c8cfa397cee6491e0", "user_id": "3b669e46d47243069c3c044263f15f43", "metadata": {}, "hostId": "578d35d7d43af26bf24721f442bb4a8697198b3b8dac8e582b82492e", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:28:08Z", "updated": "2025-11-24T20:28:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664ca0de-5d04-41c8-ada6-32391f471c42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/admin/test_servers.py", line 243, in test_rebuild_update_server_275
waiters.wait_for_server_status(self.servers_client, server['id'],
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 101, in wait_for_server_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (ServersAdmin275Test:test_rebuild_update_server_275) Server 664ca0de-5d04-41c8-ada6-32391f471c42 failed to reach ACTIVE status and task state "None" within the required time (300 s). Current status: BUILD. Current task state: spawning.
|
||||||
| tempest.api.compute.images.test_images.ImagesTestJSON | 5 | 0 | 5 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
fail
ft32.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:14,892 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.339s
2025-11-24 20:35:14,893 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:14 GMT', 'server': 'Apache', 'content-length': '5694', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f1e52555-17c7-4eca-8931-79be43e5bd15', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "name": "tempest-ImagesTestJSON-1728573406-project-member", "password_expires_at": null}, "audit_ids": ["xHrSn8QaQbmnkBPIyogt2Q"], "expires_at": "2025-11-24T21:35:14.000000Z", "issued_at": "2025-11-24T20:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "name": "tempest-ImagesTestJSON-1728573406"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cin
2025-11-24 20:35:14,895 46 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_paused_server) Found network {'id': '0601f513-75e3-40b1-abd4-b64f0e7137bd', 'name': 'tempest-ImagesTestJSON-1170293227-network', 'tenant_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8086, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:35:06Z', 'updated_at': '2025-11-24T20:35:06Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:18,053 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.150s
2025-11-24 20:35:18,053 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesTestJSON-server-1609357569", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "0601f513-75e3-40b1-abd4-b64f0e7137bd"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:14 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a453f6-ccea-45b5-9a94-4075fb951e40', 'x-compute-request-id': 'req-78a453f6-ccea-45b5-9a94-4075fb951e40', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "8bd53ac8-0f2f-4cde-a88e-688dcaafa62c", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "uYSGYD83Dhsv"}}'
2025-11-24 20:35:18,749 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c 0.694s
2025-11-24 20:35:18,750 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:18 GMT', 'server': 'Apache', 'content-length': '1354', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145434ca-4da3-4a4e-af4a-e6caf30f7f23', 'x-compute-request-id': 'req-145434ca-4da3-4a4e-af4a-e6caf30f7f23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c'}
Body: b'{"server": {"id": "8bd53ac8-0f2f-4cde-a88e-688dcaafa62c", "name": "tempest-ImagesTestJSON-server-1609357569", "status": "BUILD", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:18Z", "updated": "2025-11-24T20:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:20,059 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c 0.297s
2025-11-24 20:35:20,059 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:19 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524be16b-f3f4-4b69-a6f5-33f26d0aaf03', 'x-compute-request-id': 'req-524be16b-f3f4-4b69-a6f5-33f26d0aaf03', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c'}
Body: b'{"server": {"id": "8bd53ac8-0f2f-4cde-a88e-688dcaafa62c", "name": "tempest-ImagesTestJSON-server-1609357569", "status": "ERROR", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:18Z", "updated": "2025-11-24T20:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:18Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:20,063 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:35:20,686 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c 0.623s
2025-11-24 20:35:20,686 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:20 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75cd7d0f-952a-4d9c-82f8-36e28270de18', 'x-compute-request-id': 'req-75cd7d0f-952a-4d9c-82f8-36e28270de18', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c'}
Body: b''
2025-11-24 20:35:20,808 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_paused_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c 0.121s
2025-11-24 20:35:20,808 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:20 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daa29ee8-4eda-428f-8b0c-5774fedfb40c', 'x-compute-request-id': 'req-daa29ee8-4eda-428f-8b0c-5774fedfb40c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8bd53ac8-0f2f-4cde-a88e-688dcaafa62c'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8bd53ac8-0f2f-4cde-a88e-688dcaafa62c could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images.py", line 109, in test_create_image_from_paused_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8bd53ac8-0f2f-4cde-a88e-688dcaafa62c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:18Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-78a453f6-ccea-45b5-9a94-4075fb951e40.
|
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
fail
ft32.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:21,227 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.413s
2025-11-24 20:35:21,227 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:20 GMT', 'server': 'Apache', 'content-length': '5694', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5d363d6c-b235-47c5-b86e-c5da0ab2fff4', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "name": "tempest-ImagesTestJSON-1728573406-project-member", "password_expires_at": null}, "audit_ids": ["vjNI3ph7SAypHCnaKCGYsA"], "expires_at": "2025-11-24T21:35:21.000000Z", "issued_at": "2025-11-24T20:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "name": "tempest-ImagesTestJSON-1728573406"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cin
2025-11-24 20:35:21,228 46 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '0601f513-75e3-40b1-abd4-b64f0e7137bd', 'name': 'tempest-ImagesTestJSON-1170293227-network', 'tenant_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8086, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:35:06Z', 'updated_at': '2025-11-24T20:35:06Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:23,360 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.132s
2025-11-24 20:35:23,361 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesTestJSON-server-1866361844", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "0601f513-75e3-40b1-abd4-b64f0e7137bd"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:21 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64449f56-1348-4299-a637-33a762ec54bf', 'x-compute-request-id': 'req-64449f56-1348-4299-a637-33a762ec54bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bd6ff3af-9468-492f-b8de-79e0a55d5225", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "jG5fLtaJBNHL"}}'
2025-11-24 20:35:23,878 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225 0.515s
2025-11-24 20:35:23,878 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:23 GMT', 'server': 'Apache', 'content-length': '1354', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc1e051-5f23-4da5-bdc4-619dc7c56b7f', 'x-compute-request-id': 'req-8cc1e051-5f23-4da5-bdc4-619dc7c56b7f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225'}
Body: b'{"server": {"id": "bd6ff3af-9468-492f-b8de-79e0a55d5225", "name": "tempest-ImagesTestJSON-server-1866361844", "status": "BUILD", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:23Z", "updated": "2025-11-24T20:35:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:25,420 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225 0.533s
2025-11-24 20:35:25,420 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:24 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eee10d8-33e4-4cfa-a775-5202415b1a6d', 'x-compute-request-id': 'req-1eee10d8-33e4-4cfa-a775-5202415b1a6d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225'}
Body: b'{"server": {"id": "bd6ff3af-9468-492f-b8de-79e0a55d5225", "name": "tempest-ImagesTestJSON-server-1866361844", "status": "ERROR", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:23Z", "updated": "2025-11-24T20:35:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:24Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:25,423 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:35:25,977 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225 0.553s
2025-11-24 20:35:25,977 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:25 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e84801f-9c2d-4ebe-8e9b-e09dc2bf706c', 'x-compute-request-id': 'req-7e84801f-9c2d-4ebe-8e9b-e09dc2bf706c', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225'}
Body: b''
2025-11-24 20:35:26,107 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225 0.129s
2025-11-24 20:35:26,107 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:25 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18cd24fb-c927-4357-960a-c4eedf50c0c5', 'x-compute-request-id': 'req-18cd24fb-c927-4357-960a-c4eedf50c0c5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd6ff3af-9468-492f-b8de-79e0a55d5225'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd6ff3af-9468-492f-b8de-79e0a55d5225 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images.py", line 82, in test_create_image_from_stopped_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bd6ff3af-9468-492f-b8de-79e0a55d5225 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:24Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-64449f56-1348-4299-a637-33a762ec54bf.
|
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
fail
ft32.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:26,459 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.346s
2025-11-24 20:35:26,460 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:26 GMT', 'server': 'Apache', 'content-length': '5694', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc73888a-9015-403f-a51c-782166f72308', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "name": "tempest-ImagesTestJSON-1728573406-project-member", "password_expires_at": null}, "audit_ids": ["0DbSFhzDR9WfKZDSqmzy4g"], "expires_at": "2025-11-24T21:35:26.000000Z", "issued_at": "2025-11-24T20:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "name": "tempest-ImagesTestJSON-1728573406"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cin
2025-11-24 20:35:26,460 46 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '0601f513-75e3-40b1-abd4-b64f0e7137bd', 'name': 'tempest-ImagesTestJSON-1170293227-network', 'tenant_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8086, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:35:06Z', 'updated_at': '2025-11-24T20:35:06Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:28,206 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.745s
2025-11-24 20:35:28,207 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesTestJSON-server-1427578432", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "0601f513-75e3-40b1-abd4-b64f0e7137bd"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:26 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f2e7d88-9f24-43f3-abca-54e6c5535bca', 'x-compute-request-id': 'req-7f2e7d88-9f24-43f3-abca-54e6c5535bca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "78eefd18-f0d4-424f-a69c-fb1e242d8007", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MQZDFJGoXGV8"}}'
2025-11-24 20:35:28,657 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007 0.448s
2025-11-24 20:35:28,657 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:28 GMT', 'server': 'Apache', 'content-length': '1354', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc462f36-2118-4943-99cd-7a1b244955ad', 'x-compute-request-id': 'req-fc462f36-2118-4943-99cd-7a1b244955ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007'}
Body: b'{"server": {"id": "78eefd18-f0d4-424f-a69c-fb1e242d8007", "name": "tempest-ImagesTestJSON-server-1427578432", "status": "BUILD", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:28Z", "updated": "2025-11-24T20:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:29,936 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007 0.275s
2025-11-24 20:35:29,937 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:29 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3bfc24b-86cd-4fcd-a70f-c09410ae6b27', 'x-compute-request-id': 'req-b3bfc24b-86cd-4fcd-a70f-c09410ae6b27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007'}
Body: b'{"server": {"id": "78eefd18-f0d4-424f-a69c-fb1e242d8007", "name": "tempest-ImagesTestJSON-server-1427578432", "status": "ERROR", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:28Z", "updated": "2025-11-24T20:35:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:29Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:29,940 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:35:33,134 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007 3.194s
2025-11-24 20:35:33,134 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:29 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ea4271-609b-4d78-8bdf-0b9ba9011b42', 'x-compute-request-id': 'req-e1ea4271-609b-4d78-8bdf-0b9ba9011b42', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007'}
Body: b''
2025-11-24 20:35:33,227 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007 0.093s
2025-11-24 20:35:33,228 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:33 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c4f867-a226-484d-bd4a-76542149e5ad', 'x-compute-request-id': 'req-15c4f867-a226-484d-bd4a-76542149e5ad', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/78eefd18-f0d4-424f-a69c-fb1e242d8007'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 78eefd18-f0d4-424f-a69c-fb1e242d8007 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images.py", line 137, in test_create_image_from_suspended_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 78eefd18-f0d4-424f-a69c-fb1e242d8007 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:29Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7f2e7d88-9f24-43f3-abca-54e6c5535bca.
|
||||||
test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088] |
fail
ft32.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:33,573 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.340s
2025-11-24 20:35:33,573 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:33 GMT', 'server': 'Apache', 'content-length': '5694', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aba64f48-74fe-4766-aa12-5d70e5d4f6bc', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "name": "tempest-ImagesTestJSON-1728573406-project-member", "password_expires_at": null}, "audit_ids": ["367KE6c8QUCdRYaS9czEZA"], "expires_at": "2025-11-24T21:35:33.000000Z", "issued_at": "2025-11-24T20:35:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "name": "tempest-ImagesTestJSON-1728573406"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cin
2025-11-24 20:35:33,574 46 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_server_from_snapshot) Found network {'id': '0601f513-75e3-40b1-abd4-b64f0e7137bd', 'name': 'tempest-ImagesTestJSON-1170293227-network', 'tenant_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8086, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:35:06Z', 'updated_at': '2025-11-24T20:35:06Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:36,101 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.527s
2025-11-24 20:35:36,101 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesTestJSON-server-878065027", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "0601f513-75e3-40b1-abd4-b64f0e7137bd"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:33 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bac303d-2e5b-41aa-b9cc-db10b497d2c2', 'x-compute-request-id': 'req-6bac303d-2e5b-41aa-b9cc-db10b497d2c2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "f9acf835-3bd0-4061-ae89-2d23908c579b", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "eGQzRYKGp2ME"}}'
2025-11-24 20:35:36,375 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b 0.269s
2025-11-24 20:35:36,377 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:36 GMT', 'server': 'Apache', 'content-length': '1353', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b405958-fd55-4dbf-8ab9-81458a618a6c', 'x-compute-request-id': 'req-0b405958-fd55-4dbf-8ab9-81458a618a6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b'}
Body: b'{"server": {"id": "f9acf835-3bd0-4061-ae89-2d23908c579b", "name": "tempest-ImagesTestJSON-server-878065027", "status": "BUILD", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:36Z", "updated": "2025-11-24T20:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:37,813 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b 0.430s
2025-11-24 20:35:37,813 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:37 GMT', 'server': 'Apache', 'content-length': '1463', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aab7b828-700c-4ac7-afd9-ec4c3f3b8a10', 'x-compute-request-id': 'req-aab7b828-700c-4ac7-afd9-ec4c3f3b8a10', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b'}
Body: b'{"server": {"id": "f9acf835-3bd0-4061-ae89-2d23908c579b", "name": "tempest-ImagesTestJSON-server-878065027", "status": "ERROR", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:36Z", "updated": "2025-11-24T20:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f9acf835-3bd0-4061-ae89-2d23908c579b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:36Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:37,818 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:35:38,481 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b 0.663s
2025-11-24 20:35:38,482 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:37 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-badcf552-5503-461b-a2d2-68efc9642ef3', 'x-compute-request-id': 'req-badcf552-5503-461b-a2d2-68efc9642ef3', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b'}
Body: b''
2025-11-24 20:35:38,578 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b 0.096s
2025-11-24 20:35:38,578 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:38 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0217c712-d97e-4651-90ef-7f8f0feda925', 'x-compute-request-id': 'req-0217c712-d97e-4651-90ef-7f8f0feda925', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f9acf835-3bd0-4061-ae89-2d23908c579b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f9acf835-3bd0-4061-ae89-2d23908c579b could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images.py", line 163, in test_create_server_from_snapshot
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f9acf835-3bd0-4061-ae89-2d23908c579b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:36Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-6bac303d-2e5b-41aa-b9cc-db10b497d2c2.
|
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
fail
ft32.5: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:38,901 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.316s
2025-11-24 20:35:38,901 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:38 GMT', 'server': 'Apache', 'content-length': '5694', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ae988363-518e-4f0c-a60e-1530c0eaabf0', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "name": "tempest-ImagesTestJSON-1728573406-project-member", "password_expires_at": null}, "audit_ids": ["yNck_IRnTzaxMeP8mcGqNA"], "expires_at": "2025-11-24T21:35:38.000000Z", "issued_at": "2025-11-24T20:35:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "name": "tempest-ImagesTestJSON-1728573406"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_63ec60f2d3f147aab27b7ff1c1fb94e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cin
2025-11-24 20:35:38,901 46 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '0601f513-75e3-40b1-abd4-b64f0e7137bd', 'name': 'tempest-ImagesTestJSON-1170293227-network', 'tenant_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63ec60f2d3f147aab27b7ff1c1fb94e0', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8086, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:35:06Z', 'updated_at': '2025-11-24T20:35:06Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:40,845 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.943s
2025-11-24 20:35:40,845 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesTestJSON-server-1360063671", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "0601f513-75e3-40b1-abd4-b64f0e7137bd"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:38 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c2e2438-6ce0-4a1c-a173-2ea35dd3db64', 'x-compute-request-id': 'req-5c2e2438-6ce0-4a1c-a173-2ea35dd3db64', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "f4b2067e-33e2-4154-9bac-50a8e5ef2c90", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V6XubzNf3BPa"}}'
2025-11-24 20:35:41,703 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90 0.857s
2025-11-24 20:35:41,704 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:40 GMT', 'server': 'Apache', 'content-length': '1354', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-952580d6-eb55-46c9-8b66-a58a020ed70e', 'x-compute-request-id': 'req-952580d6-eb55-46c9-8b66-a58a020ed70e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90'}
Body: b'{"server": {"id": "f4b2067e-33e2-4154-9bac-50a8e5ef2c90", "name": "tempest-ImagesTestJSON-server-1360063671", "status": "BUILD", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:40Z", "updated": "2025-11-24T20:35:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:43,027 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90 0.315s
2025-11-24 20:35:43,028 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:42 GMT', 'server': 'Apache', 'content-length': '1464', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d728c632-a6f8-4c7a-b492-0c8ac13c7de4', 'x-compute-request-id': 'req-d728c632-a6f8-4c7a-b492-0c8ac13c7de4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90'}
Body: b'{"server": {"id": "f4b2067e-33e2-4154-9bac-50a8e5ef2c90", "name": "tempest-ImagesTestJSON-server-1360063671", "status": "ERROR", "tenant_id": "63ec60f2d3f147aab27b7ff1c1fb94e0", "user_id": "dd5c18edfc7a4f33a9d4977bee30c4a1", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:40Z", "updated": "2025-11-24T20:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:42Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:43,030 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:35:44,486 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90 1.455s
2025-11-24 20:35:44,486 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:43 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-661b723e-7fbd-47cb-a662-bcd54586b622', 'x-compute-request-id': 'req-661b723e-7fbd-47cb-a662-bcd54586b622', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90'}
Body: b''
2025-11-24 20:35:46,178 46 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90 1.691s
2025-11-24 20:35:46,179 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:44 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59616a05-a59a-433d-9937-bf592886c056', 'x-compute-request-id': 'req-59616a05-a59a-433d-9937-bf592886c056', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f4b2067e-33e2-4154-9bac-50a8e5ef2c90'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f4b2067e-33e2-4154-9bac-50a8e5ef2c90 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images.py", line 54, in test_delete_saving_image
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f4b2067e-33e2-4154-9bac-50a8e5ef2c90 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:42Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-5c2e2438-6ce0-4a1c-a173-2ea35dd3db64.
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 3 | 1 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
fail
ft33.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:14,306 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.326s
2025-11-24 20:36:14,306 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:13 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-548456f6-d3f5-4191-a454-138c7ce80a2a', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "61b5684c8ad842d39cd2f90c15adff93", "name": "tempest-ImagesNegativeTestJSON-2033976214-project-member", "password_expires_at": null}, "audit_ids": ["58jp1fwvShe1PjfUtkNs9w"], "expires_at": "2025-11-24T21:36:14.000000Z", "issued_at": "2025-11-24T20:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9f9388494704ac9b425e24ca636b3af", "name": "tempest-ImagesNegativeTestJSON-2033976214"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_d9f9388494704ac9b425e24ca636b3af", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_d9f9388494704ac9b425e24ca636b3af", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:36:14,306 46 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': 'e6c1dc4b-7f53-4279-ad4c-b4c0f211c263', 'name': 'tempest-ImagesNegativeTestJSON-237861907-network', 'tenant_id': 'd9f9388494704ac9b425e24ca636b3af', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd9f9388494704ac9b425e24ca636b3af', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39416, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:05Z', 'updated_at': '2025-11-24T20:36:05Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:16,824 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.517s
2025-11-24 20:36:16,825 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ImagesNegativeTestJSON-server-968097476", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "e6c1dc4b-7f53-4279-ad4c-b4c0f211c263"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:14 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ca2e24-0f48-41e6-a486-9ae478b595db', 'x-compute-request-id': 'req-29ca2e24-0f48-41e6-a486-9ae478b595db', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b2a548d6-9a65-4d9a-ba9d-ad65508de12e", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "29extmxS5MNr"}}'
2025-11-24 20:36:17,229 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e 0.401s
2025-11-24 20:36:17,229 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:16 GMT', 'server': 'Apache', 'content-length': '1361', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb8f2986-9310-4689-a59a-dc89b66b0bf4', 'x-compute-request-id': 'req-fb8f2986-9310-4689-a59a-dc89b66b0bf4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e'}
Body: b'{"server": {"id": "b2a548d6-9a65-4d9a-ba9d-ad65508de12e", "name": "tempest-ImagesNegativeTestJSON-server-968097476", "status": "BUILD", "tenant_id": "d9f9388494704ac9b425e24ca636b3af", "user_id": "61b5684c8ad842d39cd2f90c15adff93", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:16Z", "updated": "2025-11-24T20:36:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:18,577 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e 0.339s
2025-11-24 20:36:18,578 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:18 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae6b88b-98cd-4b8a-97ea-a35f9940e5ad', 'x-compute-request-id': 'req-4ae6b88b-98cd-4b8a-97ea-a35f9940e5ad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e'}
Body: b'{"server": {"id": "b2a548d6-9a65-4d9a-ba9d-ad65508de12e", "name": "tempest-ImagesNegativeTestJSON-server-968097476", "status": "ERROR", "tenant_id": "d9f9388494704ac9b425e24ca636b3af", "user_id": "61b5684c8ad842d39cd2f90c15adff93", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:16Z", "updated": "2025-11-24T20:36:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:17Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:18,586 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:36:18,960 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e 0.374s
2025-11-24 20:36:18,961 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:18 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f8c3b9-6b82-46ed-8e43-d4510ca29af8', 'x-compute-request-id': 'req-e2f8c3b9-6b82-46ed-8e43-d4510ca29af8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e'}
Body: b''
2025-11-24 20:36:19,074 46 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e 0.113s
2025-11-24 20:36:19,074 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:18 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e714c48-5507-421c-9111-ed5a184c3ee4', 'x-compute-request-id': 'req-1e714c48-5507-421c-9111-ed5a184c3ee4', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b2a548d6-9a65-4d9a-ba9d-ad65508de12e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b2a548d6-9a65-4d9a-ba9d-ad65508de12e could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/images/test_images_negative.py", line 52, in test_create_image_from_deleted_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b2a548d6-9a65-4d9a-ba9d-ad65508de12e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:17Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-29ca2e24-0f48-41e6-a486-9ae478b595db.
|
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt33.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative]
|
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt33.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative]
|
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt33.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
fail
ft34.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:31,161 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups 0.687s
2025-11-24 20:37:31,161 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1503432810", "description": "tempest-description-420650350"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:30 GMT', 'server': 'Apache', 'content-length': '243', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b12a37fc-843a-4b40-b020-160303862d0d', 'x-compute-request-id': 'req-b12a37fc-843a-4b40-b020-160303862d0d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups'}
Body: b'{"security_group": {"id": "28935ab4-33b8-422f-8107-9adac55dd894", "description": "tempest-description-420650350", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1503432810", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "rules": []}}'
2025-11-24 20:37:32,279 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups 1.116s
2025-11-24 20:37:32,279 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1753493217", "description": "tempest-description-1759736431"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:31 GMT', 'server': 'Apache', 'content-length': '244', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-412cb37e-6881-4b72-b151-82ca6970b5f2', 'x-compute-request-id': 'req-412cb37e-6881-4b72-b151-82ca6970b5f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups'}
Body: b'{"security_group": {"id": "d102668c-2487-4261-864e-aaf955c015bc", "description": "tempest-description-1759736431", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1753493217", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "rules": []}}'
2025-11-24 20:37:32,622 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.337s
2025-11-24 20:37:32,623 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:32 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e1c64f9e-6ebc-449b-814c-58c14937ce29', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e0e6622f1314aff80d2b452c81f34ab", "name": "tempest-SecurityGroupsTestJSON-1452183730-project-member", "password_expires_at": null}, "audit_ids": ["UslF6EX0Rb-nRNqJaeWD9w"], "expires_at": "2025-11-24T21:37:32.000000Z", "issued_at": "2025-11-24T20:37:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef8269dd41346a1897059eb54922e6d", "name": "tempest-SecurityGroupsTestJSON-1452183730"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_2ef8269dd41346a1897059eb54922e6d", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_2ef8269dd41346a1897059eb54922e6d", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:37:32,623 44 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '5fcc20d5-b36e-4e38-9888-3252ef2e206c', 'name': 'tempest-SecurityGroupsTestJSON-257336429-network', 'tenant_id': '2ef8269dd41346a1897059eb54922e6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2ef8269dd41346a1897059eb54922e6d', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:12Z', 'updated_at': '2025-11-24T20:37:13Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:34,416 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.792s
2025-11-24 20:37:34,417 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-953492194", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5fcc20d5-b36e-4e38-9888-3252ef2e206c"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:32 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b228b990-f50d-4cff-a1bd-a9b4762bbab3', 'x-compute-request-id': 'req-b228b990-f50d-4cff-a1bd-a9b4762bbab3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "0c5f46c3-e3f8-49a3-81f5-fda0592c7b91", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "USXuXQxx3gJw"}}'
2025-11-24 20:37:34,777 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 0.359s
2025-11-24 20:37:34,777 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:34 GMT', 'server': 'Apache', 'content-length': '1361', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3781af9f-4883-42be-9f29-baa34b45e4f1', 'x-compute-request-id': 'req-3781af9f-4883-42be-9f29-baa34b45e4f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91'}
Body: b'{"server": {"id": "0c5f46c3-e3f8-49a3-81f5-fda0592c7b91", "name": "tempest-SecurityGroupsTestJSON-server-953492194", "status": "BUILD", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "user_id": "7e0e6622f1314aff80d2b452c81f34ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:34Z", "updated": "2025-11-24T20:37:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:37,156 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 1.374s
2025-11-24 20:37:37,156 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:35 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20a160cf-dc9f-4572-af13-332f4a4ddecb', 'x-compute-request-id': 'req-20a160cf-dc9f-4572-af13-332f4a4ddecb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91'}
Body: b'{"server": {"id": "0c5f46c3-e3f8-49a3-81f5-fda0592c7b91", "name": "tempest-SecurityGroupsTestJSON-server-953492194", "status": "ERROR", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "user_id": "7e0e6622f1314aff80d2b452c81f34ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:34Z", "updated": "2025-11-24T20:37:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:35Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:37,161 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait
2025-11-24 20:37:38,190 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 1.028s
2025-11-24 20:37:38,190 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:37 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6c38103-8e70-46f4-8e66-9033b9c31729', 'x-compute-request-id': 'req-b6c38103-8e70-46f4-8e66-9033b9c31729', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91'}
Body: b''
2025-11-24 20:37:38,430 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 0.239s
2025-11-24 20:37:38,431 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:38 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a9404b-2989-47eb-b385-064fa9896e59', 'x-compute-request-id': 'req-68a9404b-2989-47eb-b385-064fa9896e59', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0c5f46c3-e3f8-49a3-81f5-fda0592c7b91'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/security_groups/test_security_groups.py", line 166, in test_list_security_groups_by_server
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0c5f46c3-e3f8-49a3-81f5-fda0592c7b91 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:35Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b228b990-f50d-4cff-a1bd-a9b4762bbab3.
|
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt34.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615]
|
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt34.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke]
|
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
fail
ft34.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:52,121 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups 0.507s
2025-11-24 20:37:52,121 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1675726645", "description": "tempest-description-1403170745"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:51 GMT', 'server': 'Apache', 'content-length': '244', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd3e4cc-e579-4452-a6b5-f85772cbb2af', 'x-compute-request-id': 'req-5cd3e4cc-e579-4452-a6b5-f85772cbb2af', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups'}
Body: b'{"security_group": {"id": "ec6e76e2-47f4-4770-8d06-353b83979149", "description": "tempest-description-1403170745", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1675726645", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "rules": []}}'
2025-11-24 20:37:52,613 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups 0.490s
2025-11-24 20:37:52,613 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-SecurityGroupsTestJSON-securitygroup-1478598460", "description": "tempest-description-1759367300"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-length': '244', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c152cbda-f5c8-4c48-af69-0b794c85d49e', 'x-compute-request-id': 'req-c152cbda-f5c8-4c48-af69-0b794c85d49e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-security-groups'}
Body: b'{"security_group": {"id": "7881f075-7bca-4180-8f9e-10082c2bcc40", "description": "tempest-description-1759367300", "name": "tempest-SecurityGroupsTestJSON-securitygroup-1478598460", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "rules": []}}'
2025-11-24 20:37:52,961 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.336s
2025-11-24 20:37:52,962 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-92f9b948-aec1-47b9-8fad-1ef3ad28d391', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7e0e6622f1314aff80d2b452c81f34ab", "name": "tempest-SecurityGroupsTestJSON-1452183730-project-member", "password_expires_at": null}, "audit_ids": ["Tlz5DFOKRZGwfgeZIWlQ2Q"], "expires_at": "2025-11-24T21:37:52.000000Z", "issued_at": "2025-11-24T20:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ef8269dd41346a1897059eb54922e6d", "name": "tempest-SecurityGroupsTestJSON-1452183730"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_2ef8269dd41346a1897059eb54922e6d", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_2ef8269dd41346a1897059eb54922e6d", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:37:52,962 44 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '5fcc20d5-b36e-4e38-9888-3252ef2e206c', 'name': 'tempest-SecurityGroupsTestJSON-257336429-network', 'tenant_id': '2ef8269dd41346a1897059eb54922e6d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2ef8269dd41346a1897059eb54922e6d', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:12Z', 'updated_at': '2025-11-24T20:37:13Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:55,280 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.317s
2025-11-24 20:37:55,281 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-SecurityGroupsTestJSON-server-1166637350", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5fcc20d5-b36e-4e38-9888-3252ef2e206c"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7ae1cb6-e14f-49e9-b9dc-6fd944650167', 'x-compute-request-id': 'req-d7ae1cb6-e14f-49e9-b9dc-6fd944650167', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bd599c08-b152-4e50-8020-e8e92047e3cc", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "aWVtUdg4MMNn"}}'
2025-11-24 20:37:55,590 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc 0.308s
2025-11-24 20:37:55,590 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:55 GMT', 'server': 'Apache', 'content-length': '1362', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5214cacc-8157-4ff1-af9f-a781484c466e', 'x-compute-request-id': 'req-5214cacc-8157-4ff1-af9f-a781484c466e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc'}
Body: b'{"server": {"id": "bd599c08-b152-4e50-8020-e8e92047e3cc", "name": "tempest-SecurityGroupsTestJSON-server-1166637350", "status": "BUILD", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "user_id": "7e0e6622f1314aff80d2b452c81f34ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:55Z", "updated": "2025-11-24T20:37:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:57,245 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc 0.646s
2025-11-24 20:37:57,246 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:56 GMT', 'server': 'Apache', 'content-length': '1472', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b3a1de6-ef84-45cc-9222-694dc0e6786e', 'x-compute-request-id': 'req-1b3a1de6-ef84-45cc-9222-694dc0e6786e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc'}
Body: b'{"server": {"id": "bd599c08-b152-4e50-8020-e8e92047e3cc", "name": "tempest-SecurityGroupsTestJSON-server-1166637350", "status": "ERROR", "tenant_id": "2ef8269dd41346a1897059eb54922e6d", "user_id": "7e0e6622f1314aff80d2b452c81f34ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:55Z", "updated": "2025-11-24T20:37:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd599c08-b152-4e50-8020-e8e92047e3cc"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:55Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:57,249 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:37:57,681 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc 0.432s
2025-11-24 20:37:57,682 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:57 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4cf4eb2-b4f6-45c0-ba5a-ac501a2195f8', 'x-compute-request-id': 'req-a4cf4eb2-b4f6-45c0-ba5a-ac501a2195f8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc'}
Body: b''
2025-11-24 20:37:57,782 44 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc 0.100s
2025-11-24 20:37:57,783 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:57 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23fe1aad-8198-478c-8d2c-73c154995622', 'x-compute-request-id': 'req-23fe1aad-8198-478c-8d2c-73c154995622', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd599c08-b152-4e50-8020-e8e92047e3cc'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd599c08-b152-4e50-8020-e8e92047e3cc could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/security_groups/test_security_groups.py", line 105, in test_server_security_groups
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bd599c08-b152-4e50-8020-e8e92047e3cc failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:55Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-d7ae1cb6-e14f-49e9-b9dc-6fd944650167.
|
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt34.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f]
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network] |
fail
ft35.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:30,939 46 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:37:30,940 46 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:37:31,143 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.201s
2025-11-24 20:37:31,143 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1971554010", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfAh5nEi2LcYgx/tufORc2+a2tm01PazIBksNRHOhFGHiBi3YOAF7HRNckhDC/1FCNp+ouywYOMcLHbJhsdUyyi26hQDSu9gub66svFq84P+U79aVknyBBxNU+0TEz9KQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:30 GMT', 'server': 'Apache', 'content-length': '386', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db294825-83ca-49e9-9f11-cbf1cba12022', 'x-compute-request-id': 'req-db294825-83ca-49e9-9f11-cbf1cba12022', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1971554010", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfAh5nEi2LcYgx/tufORc2+a2tm01PazIBksNRHOhFGHiBi3YOAF7HRNckhDC/1FCNp+ouywYOMcLHbJhsdUyyi26hQDSu9gub66svFq84P+U79aVknyBBxNU+0TEz9KQ==", "fingerprint": "4e:f1:32:34:6d:81:83:b1:c6:53:0b:ce:25:fc:fc:e5", "user_id": "aa8541d877164ffca3fd34f9c825677e"}}'
2025-11-24 20:37:31,147 46 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1971554010 created
2025-11-24 20:37:32,187 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.040s
2025-11-24 20:37:32,188 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1373850266", "description": "tempest-description--1328255708"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c0cad7e7-ee3e-4c08-981c-8bfee6565f7b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "name": "tempest-securitygroup--1373850266", "stateful": true, "tenant_id": "68478830c78748daa1f9cfc1f865d582", "description": "tempest-description--1328255708", "shared": false, "security_group_rules": [{"id": "46901005-5233-461e-aed4-01c1a7176fbd", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 964, "description": null, "tags": [], "created_at": "2025-11-24T20:37:31Z", "updated_at": "2025-11-24T20:37:31Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}, {"id": "987df22f-9172-4938-a6bd-ec6503de1a16", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 965, "description": null, "tags": [], "created_at": "2025-11-24T20:37:31Z", "updated_at": "2025-11-24T20:37:31Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}], "tags": [], "created_at": "2025-11-24T20:37:31Z", "updated_at": "2025-11-24T20:37:31Z", "revision_number": 1, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:32,691 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.503s
2025-11-24 20:37:32,693 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-762605d8-4f34-42b5-8d7c-fedd1812a38a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "eb611109-e829-4ee5-9349-09cde65b333d", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:32Z", "updated_at": "2025-11-24T20:37:32Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:33,257 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.563s
2025-11-24 20:37:33,257 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ad7d4ef4-31b8-426f-b4fb-55bffd05f872', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "eccb242d-1b73-4dce-951d-30e4d6639d88", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "b3ad72e2-22d5-4c00-940b-f711c3ccaae2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:33Z", "updated_at": "2025-11-24T20:37:33Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:33,257 46 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1373850266 created
2025-11-24 20:37:34,867 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.605s
2025-11-24 20:37:34,867 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-43e2f84c-7399-4e8d-b1c8-cc39c14372c4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "f6c418be-44fd-4e83-aaaa-3267a188ca66", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "floating_ip_address": "192.168.122.184", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "68478830c78748daa1f9cfc1f865d582", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:37:34Z", "updated_at": "2025-11-24T20:37:34Z", "revision_number": 0}}'
2025-11-24 20:37:34,867 46 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f6c418be-44fd-4e83-aaaa-3267a188ca66', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.184', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:34Z', 'updated_at': '2025-11-24T20:37:34Z', 'revision_number': 0, 'ip': '192.168.122.184'} created
2025-11-24 20:37:35,200 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.327s
2025-11-24 20:37:35,200 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:34 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-981b9a6f-f2e3-41e4-bad1-f91ca2487404', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "aa8541d877164ffca3fd34f9c825677e", "name": "tempest-AttachInterfacesTestJSON-11192721-project-member", "password_expires_at": null}, "audit_ids": ["_knqclSVSu6BVWjaXc3DXw"], "expires_at": "2025-11-24T21:37:35.000000Z", "issued_at": "2025-11-24T20:37:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68478830c78748daa1f9cfc1f865d582", "name": "tempest-AttachInterfacesTestJSON-11192721"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:37:35,201 46 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip) Found network {'id': '79e06859-001a-4ac2-aa65-7d901e844637', 'name': 'tempest-AttachInterfacesTestJSON-1647455463-network', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68478830c78748daa1f9cfc1f865d582', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53822, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:13Z', 'updated_at': '2025-11-24T20:37:13Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:35,201 46 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1971554010', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfAh5nEi2LcYgx/tufORc2+a2tm01PazIBksNRHOhFGHiBi3YOAF7HRNckhDC/1FCNp+ouywYOMcLHbJhsdUyyi26hQDSu9gub66svFq84P+U79aVknyBBxNU+0TEz9KQ==', 'fingerprint': '4e:f1:32:34:6d:81:83:b1:c6:53:0b:ce:25:fc:fc:e5', 'user_id': 'aa8541d877164ffca3fd34f9c825677e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBfxHv+xxR5fViJUEgF4ZBW1ngQC01B+YffxEmVSeqml7vZ8bAwZ34P\nS88jeYHP/KegBwYFK4EEACKhZANiAARHwIeZxIti3GIMf7bnzkXNvmtrZtNT2syA\nZLDURzoRRh4gYt2DgBex0TXJIQwv9RQjafqLssGDjHCx2yYbHVMsotuoUA0rvYLm\n+urLxavOD/lO/WlZJ8gQcTVPtExM/Sk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b3ad72e2-22d5-4c00-940b-f711c3ccaae2', 'name': 'tempest-securitygroup--1373850266', 'stateful': True, 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'description': 'tempest-description--1328255708', 'shared': False, 'security_group_rules': [{'id': '46901005-5233-461e-aed4-01c1a7176fbd', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': 'b3ad72e2-22d5-4c00-940b-f711c3ccaae2', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 964, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:31Z', 'updated_at': '2025-11-24T20:37:31Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, {'id': '987df22f-9172-4938-a6bd-ec6503de1a16', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': 'b3ad72e2-22d5-4c00-940b-f711c3ccaae2', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 965, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:31Z', 'updated_at': '2025-11-24T20:37:31Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}], 'tags': [], 'created_at': '2025-11-24T20:37:31Z', 'updated_at': '2025-11-24T20:37:31Z', 'revision_number': 1, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, 'floating_ip': {'id': 'f6c418be-44fd-4e83-aaaa-3267a188ca66', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.184', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:34Z', 'updated_at': '2025-11-24T20:37:34Z', 'revision_number': 0, 'ip': '192.168.122.184'}}
2025-11-24 20:37:36,903 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.701s
2025-11-24 20:37:36,903 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesTestJSON-server-214714175", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "79e06859-001a-4ac2-aa65-7d901e844637"}], "security_groups": [{"name": "tempest-securitygroup--1373850266"}], "key_name": "tempest-keypair-1971554010", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:35 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7e671f1-e7b6-4802-876d-567c9dcc2076', 'x-compute-request-id': 'req-e7e671f1-e7b6-4802-876d-567c9dcc2076', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "89879ca0-8f63-48d7-a613-4e2221ccf411", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1373850266"}], "adminPass": "A2taEN5eAEsT"}}'
2025-11-24 20:37:37,365 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411 0.460s
2025-11-24 20:37:37,366 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:36 GMT', 'server': 'Apache', 'content-length': '1387', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a23f71-580c-4582-b68f-c475a786683f', 'x-compute-request-id': 'req-a7a23f71-580c-4582-b68f-c475a786683f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411'}
Body: b'{"server": {"id": "89879ca0-8f63-48d7-a613-4e2221ccf411", "name": "tempest-AttachInterfacesTestJSON-server-214714175", "status": "BUILD", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:36Z", "updated": "2025-11-24T20:37:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1971554010", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:38,655 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411 0.285s
2025-11-24 20:37:38,655 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:38 GMT', 'server': 'Apache', 'content-length': '1497', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d45d2eca-bcdb-4d19-8dde-ea49a577e1e2', 'x-compute-request-id': 'req-d45d2eca-bcdb-4d19-8dde-ea49a577e1e2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411'}
Body: b'{"server": {"id": "89879ca0-8f63-48d7-a613-4e2221ccf411", "name": "tempest-AttachInterfacesTestJSON-server-214714175", "status": "ERROR", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:36Z", "updated": "2025-11-24T20:37:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/89879ca0-8f63-48d7-a613-4e2221ccf411"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:37Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1971554010", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:38,659 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:37:39,057 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411 0.398s
2025-11-24 20:37:39,058 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:38 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-badf8266-c3a0-4128-9c07-51f53103f9fc', 'x-compute-request-id': 'req-badf8266-c3a0-4128-9c07-51f53103f9fc', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411'}
Body: b''
2025-11-24 20:37:39,485 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411 0.427s
2025-11-24 20:37:39,485 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:39 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-460b858f-26e1-4811-a859-effddf2332cb', 'x-compute-request-id': 'req-460b858f-26e1-4811-a859-effddf2332cb', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/89879ca0-8f63-48d7-a613-4e2221ccf411'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89879ca0-8f63-48d7-a613-4e2221ccf411 could not be found."}}'
2025-11-24 20:37:39,656 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1971554010 0.169s
2025-11-24 20:37:39,656 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:39 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17190f6-0582-4f29-982d-5ee97e38d412', 'x-compute-request-id': 'req-d17190f6-0582-4f29-982d-5ee97e38d412', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1971554010'}
Body: b''
2025-11-24 20:37:40,103 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3ad72e2-22d5-4c00-940b-f711c3ccaae2 0.447s
2025-11-24 20:37:40,104 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:40 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-764be0dd-a8c2-4e77-bab0-798742ccacbd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3ad72e2-22d5-4c00-940b-f711c3ccaae2'}
Body: b''
2025-11-24 20:37:40,264 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3ad72e2-22d5-4c00-940b-f711c3ccaae2 0.160s
2025-11-24 20:37:40,264 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8220d449-d490-4d33-a3f1-1f277919bf21', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3ad72e2-22d5-4c00-940b-f711c3ccaae2'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b3ad72e2-22d5-4c00-940b-f711c3ccaae2 does not exist", "detail": ""}}'
2025-11-24 20:37:40,682 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/f6c418be-44fd-4e83-aaaa-3267a188ca66 0.417s
2025-11-24 20:37:40,682 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:40 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-de4352aa-775c-4076-ab45-6796be615d63', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/f6c418be-44fd-4e83-aaaa-3267a188ca66'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 280, in test_create_list_show_delete_interfaces_by_fixed_ip
server, ifs, _ = self._create_server_get_interfaces()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 89879ca0-8f63-48d7-a613-4e2221ccf411 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:37Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-e7e671f1-e7b6-4802-876d-567c9dcc2076.
|
||||||
test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network] |
fail
ft35.2: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:40,689 46 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:37:40,689 46 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:37:40,827 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.137s
2025-11-24 20:37:40,828 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1501261992", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4Ct8hqyphVKcIFAHrXwE5go+z3rrI18wrLzBaKczEVsTu+D7Hqr2xHo8nrFRvKA4mXioFZ+r/NUIAS1fr8v4zL/BiWvg1OuIJatId3vtwJ9Ihq79NIOi0a3Ku927HMhw=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:40 GMT', 'server': 'Apache', 'content-length': '386', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2820d9-3652-484a-82a3-e285892d089e', 'x-compute-request-id': 'req-fc2820d9-3652-484a-82a3-e285892d089e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1501261992", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4Ct8hqyphVKcIFAHrXwE5go+z3rrI18wrLzBaKczEVsTu+D7Hqr2xHo8nrFRvKA4mXioFZ+r/NUIAS1fr8v4zL/BiWvg1OuIJatId3vtwJ9Ihq79NIOi0a3Ku927HMhw==", "fingerprint": "ce:9d:f4:6e:b9:5e:a7:db:39:82:bc:55:f6:0d:6c:2a", "user_id": "aa8541d877164ffca3fd34f9c825677e"}}'
2025-11-24 20:37:40,830 46 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1501261992 created
2025-11-24 20:37:41,158 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.328s
2025-11-24 20:37:41,158 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1295176449", "description": "tempest-description--1089644770"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-002e54ec-78f9-480f-b1bf-be93109aecbf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "name": "tempest-securitygroup--1295176449", "stateful": true, "tenant_id": "68478830c78748daa1f9cfc1f865d582", "description": "tempest-description--1089644770", "shared": false, "security_group_rules": [{"id": "101fc5d5-8a30-47ab-9a47-fd5e527aba08", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 993, "description": null, "tags": [], "created_at": "2025-11-24T20:37:41Z", "updated_at": "2025-11-24T20:37:41Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}, {"id": "c812e4be-c788-4c03-86a3-0dd284f7e52f", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 991, "description": null, "tags": [], "created_at": "2025-11-24T20:37:40Z", "updated_at": "2025-11-24T20:37:40Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}], "tags": [], "created_at": "2025-11-24T20:37:40Z", "updated_at": "2025-11-24T20:37:41Z", "revision_number": 1, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:41,767 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.608s
2025-11-24 20:37:41,767 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0abb15af-d9b5-4687-927c-edd04cac18ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5c1b8321-c966-49db-a83b-4dfb6650cfa0", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:41Z", "updated_at": "2025-11-24T20:37:41Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:43,275 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.508s
2025-11-24 20:37:43,276 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e92a1a0f-9a58-4970-80ce-2e2ac915fc2b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ab35b80e-77d7-4efb-8b61-523e992c660e", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "051ffb01-9850-43bd-979d-f382e5cec1e0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:42Z", "updated_at": "2025-11-24T20:37:42Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:43,276 46 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1295176449 created
2025-11-24 20:37:45,827 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.547s
2025-11-24 20:37:45,827 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-f6eae458-e62a-421b-98e1-e5fa7adedcea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "ab85e47b-c46c-4ed2-811d-563b3f0e2e1c", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "floating_ip_address": "192.168.122.235", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "68478830c78748daa1f9cfc1f865d582", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:37:44Z", "updated_at": "2025-11-24T20:37:44Z", "revision_number": 0}}'
2025-11-24 20:37:45,827 46 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ab85e47b-c46c-4ed2-811d-563b3f0e2e1c', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.235', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:44Z', 'updated_at': '2025-11-24T20:37:44Z', 'revision_number': 0, 'ip': '192.168.122.235'} created
2025-11-24 20:37:46,158 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.327s
2025-11-24 20:37:46,158 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:45 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1232c116-3cca-476f-a3c7-0ed03a375ea2', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "aa8541d877164ffca3fd34f9c825677e", "name": "tempest-AttachInterfacesTestJSON-11192721-project-member", "password_expires_at": null}, "audit_ids": ["dr-AewUuSXygG4F5fUUzow"], "expires_at": "2025-11-24T21:37:46.000000Z", "issued_at": "2025-11-24T20:37:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68478830c78748daa1f9cfc1f865d582", "name": "tempest-AttachInterfacesTestJSON-11192721"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:37:46,159 46 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port) Found network {'id': '79e06859-001a-4ac2-aa65-7d901e844637', 'name': 'tempest-AttachInterfacesTestJSON-1647455463-network', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68478830c78748daa1f9cfc1f865d582', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53822, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:13Z', 'updated_at': '2025-11-24T20:37:13Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:46,159 46 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1501261992', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4Ct8hqyphVKcIFAHrXwE5go+z3rrI18wrLzBaKczEVsTu+D7Hqr2xHo8nrFRvKA4mXioFZ+r/NUIAS1fr8v4zL/BiWvg1OuIJatId3vtwJ9Ihq79NIOi0a3Ku927HMhw==', 'fingerprint': 'ce:9d:f4:6e:b9:5e:a7:db:39:82:bc:55:f6:0d:6c:2a', 'user_id': 'aa8541d877164ffca3fd34f9c825677e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBxv0EAtiP7IagH+tPbyNH8IzehQDOW/L1Quv8t7f2mEuC58dmcSNdS\nxxZmU+yqZXSgBwYFK4EEACKhZANiAAQeArfIasqYVSnCBQB618BOYKPs966yNfMK\ny8wWinMxFbE7vg+x6q9sR6PJ6xUbygOJl4qBWfq/zVCAEtX6/L+My/wYlr4NTriC\nWrSHd77cCfSIau/TSDotGtyrvduxzIc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '051ffb01-9850-43bd-979d-f382e5cec1e0', 'name': 'tempest-securitygroup--1295176449', 'stateful': True, 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'description': 'tempest-description--1089644770', 'shared': False, 'security_group_rules': [{'id': '101fc5d5-8a30-47ab-9a47-fd5e527aba08', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': '051ffb01-9850-43bd-979d-f382e5cec1e0', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 993, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:41Z', 'updated_at': '2025-11-24T20:37:41Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, {'id': 'c812e4be-c788-4c03-86a3-0dd284f7e52f', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': '051ffb01-9850-43bd-979d-f382e5cec1e0', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 991, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:40Z', 'updated_at': '2025-11-24T20:37:40Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}], 'tags': [], 'created_at': '2025-11-24T20:37:40Z', 'updated_at': '2025-11-24T20:37:41Z', 'revision_number': 1, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, 'floating_ip': {'id': 'ab85e47b-c46c-4ed2-811d-563b3f0e2e1c', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.235', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:44Z', 'updated_at': '2025-11-24T20:37:44Z', 'revision_number': 0, 'ip': '192.168.122.235'}}
2025-11-24 20:37:49,577 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.417s
2025-11-24 20:37:49,577 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesTestJSON-server-1198620431", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "79e06859-001a-4ac2-aa65-7d901e844637"}], "security_groups": [{"name": "tempest-securitygroup--1295176449"}], "key_name": "tempest-keypair-1501261992", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:46 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40bbea53-ecd4-459f-a07b-d59aafef8341', 'x-compute-request-id': 'req-40bbea53-ecd4-459f-a07b-d59aafef8341', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b85cd880-bbed-4c52-9bcb-6ff445c3a304", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1295176449"}], "adminPass": "xbq4Xtvy3887"}}'
2025-11-24 20:37:50,000 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304 0.421s
2025-11-24 20:37:50,000 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:49 GMT', 'server': 'Apache', 'content-length': '1388', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45feeb61-e555-4edb-88c3-a45141026da7', 'x-compute-request-id': 'req-45feeb61-e555-4edb-88c3-a45141026da7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304'}
Body: b'{"server": {"id": "b85cd880-bbed-4c52-9bcb-6ff445c3a304", "name": "tempest-AttachInterfacesTestJSON-server-1198620431", "status": "BUILD", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:49Z", "updated": "2025-11-24T20:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1501261992", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:51,345 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304 0.339s
2025-11-24 20:37:51,345 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:51 GMT', 'server': 'Apache', 'content-length': '1498', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4161566f-7c51-4f41-adc0-90d572cf6967', 'x-compute-request-id': 'req-4161566f-7c51-4f41-adc0-90d572cf6967', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304'}
Body: b'{"server": {"id": "b85cd880-bbed-4c52-9bcb-6ff445c3a304", "name": "tempest-AttachInterfacesTestJSON-server-1198620431", "status": "ERROR", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:49Z", "updated": "2025-11-24T20:37:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:50Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1501261992", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:51,349 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:37:52,095 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304 0.745s
2025-11-24 20:37:52,095 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:51 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b29908b-9de6-4bde-9ec3-faada4c07660', 'x-compute-request-id': 'req-5b29908b-9de6-4bde-9ec3-faada4c07660', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304'}
Body: b''
2025-11-24 20:37:52,211 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304 0.115s
2025-11-24 20:37:52,212 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43e5cc03-1881-47ec-9d24-6aeb8731454c', 'x-compute-request-id': 'req-43e5cc03-1881-47ec-9d24-6aeb8731454c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b85cd880-bbed-4c52-9bcb-6ff445c3a304'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b85cd880-bbed-4c52-9bcb-6ff445c3a304 could not be found."}}'
2025-11-24 20:37:52,338 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1501261992 0.125s
2025-11-24 20:37:52,338 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f122479b-c9d4-42fa-9b1d-24cd6d8a52dd', 'x-compute-request-id': 'req-f122479b-c9d4-42fa-9b1d-24cd6d8a52dd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1501261992'}
Body: b''
2025-11-24 20:37:52,558 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/051ffb01-9850-43bd-979d-f382e5cec1e0 0.219s
2025-11-24 20:37:52,559 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-be1122f9-7923-4fbb-87ab-5c6968db7d00', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/051ffb01-9850-43bd-979d-f382e5cec1e0'}
Body: b''
2025-11-24 20:37:52,671 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/051ffb01-9850-43bd-979d-f382e5cec1e0 0.112s
2025-11-24 20:37:52,672 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-16d72a00-3d2f-4d8c-b75f-05a24d4bf857', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/051ffb01-9850-43bd-979d-f382e5cec1e0'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 051ffb01-9850-43bd-979d-f382e5cec1e0 does not exist", "detail": ""}}'
2025-11-24 20:37:53,146 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/ab85e47b-c46c-4ed2-811d-563b3f0e2e1c 0.474s
2025-11-24 20:37:53,147 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:53 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-958e81b5-2f70-4cb1-a0c1-9c307108e79e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/ab85e47b-c46c-4ed2-811d-563b3f0e2e1c'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 237, in test_create_list_show_delete_interfaces_by_network_port
server, ifs, _ = self._create_server_get_interfaces()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b85cd880-bbed-4c52-9bcb-6ff445c3a304 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:50Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-40bbea53-ecd4-459f-a07b-d59aafef8341.
|
||||||
test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4] |
fail
ft35.3: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:53,556 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.399s
2025-11-24 20:37:53,556 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:53 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8bb51154-14ff-45e6-a1e9-d80270ef6603', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "aa8541d877164ffca3fd34f9c825677e", "name": "tempest-AttachInterfacesTestJSON-11192721-project-member", "password_expires_at": null}, "audit_ids": ["SekWdVyHS22p97ImSD8_sg"], "expires_at": "2025-11-24T21:37:53.000000Z", "issued_at": "2025-11-24T20:37:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68478830c78748daa1f9cfc1f865d582", "name": "tempest-AttachInterfacesTestJSON-11192721"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68478830c78748daa1f9cfc1f865d582", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:37:53,557 46 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_reassign_port_between_servers) Found network {'id': '79e06859-001a-4ac2-aa65-7d901e844637', 'name': 'tempest-AttachInterfacesTestJSON-1647455463-network', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68478830c78748daa1f9cfc1f865d582', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53822, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:13Z', 'updated_at': '2025-11-24T20:37:13Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:53,557 46 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:37:53,558 46 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:37:53,695 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.136s
2025-11-24 20:37:53,695 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1528726356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbd//p8TWEOLj5jDqzNRnai1LzqsEuFIiYszXqyJa3sDus3UvN2kRvyQ+s4l32INtlmPZUSg3T3GvNTRuxI1DDYwF3ZRIh+k+NgS3C6VXtz7VsQv9NPpAjfqtMRsZq2/A=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:53 GMT', 'server': 'Apache', 'content-length': '386', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8209da5-3626-403c-9cd4-90d5975f106a', 'x-compute-request-id': 'req-f8209da5-3626-403c-9cd4-90d5975f106a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1528726356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbd//p8TWEOLj5jDqzNRnai1LzqsEuFIiYszXqyJa3sDus3UvN2kRvyQ+s4l32INtlmPZUSg3T3GvNTRuxI1DDYwF3ZRIh+k+NgS3C6VXtz7VsQv9NPpAjfqtMRsZq2/A==", "fingerprint": "ad:e4:ea:cd:94:81:c2:f6:57:f9:b7:2c:ed:9e:d4:f7", "user_id": "aa8541d877164ffca3fd34f9c825677e"}}'
2025-11-24 20:37:53,698 46 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1528726356 created
2025-11-24 20:37:54,375 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.676s
2025-11-24 20:37:54,375 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1716360738", "description": "tempest-description--1078659006"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-da1dba39-241b-462a-b27e-164a8c80848c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "name": "tempest-securitygroup--1716360738", "stateful": true, "tenant_id": "68478830c78748daa1f9cfc1f865d582", "description": "tempest-description--1078659006", "shared": false, "security_group_rules": [{"id": "2a8a0eaf-84df-4e0c-a615-8b1de9ad8627", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1033, "description": null, "tags": [], "created_at": "2025-11-24T20:37:54Z", "updated_at": "2025-11-24T20:37:54Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}, {"id": "e7b4f3d1-8a09-4142-a89c-ab35e01ce136", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1034, "description": null, "tags": [], "created_at": "2025-11-24T20:37:54Z", "updated_at": "2025-11-24T20:37:54Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}], "tags": [], "created_at": "2025-11-24T20:37:54Z", "updated_at": "2025-11-24T20:37:54Z", "revision_number": 1, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:54,904 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.529s
2025-11-24 20:37:54,905 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6f54630f-64e9-4ae6-9d4d-8dc81e613efe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0c3991ba-3ad2-45dc-beef-d8f3e9e9cac4", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:54Z", "updated_at": "2025-11-24T20:37:54Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:55,320 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.415s
2025-11-24 20:37:55,320 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-992e804f-34ad-4218-b549-21a636d4c033', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2f17708d-8c2d-43b9-bee3-b98b693988c2", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "security_group_id": "4a94c280-cae8-4f84-8d82-8de2ee5742c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:37:55Z", "updated_at": "2025-11-24T20:37:55Z", "revision_number": 0, "project_id": "68478830c78748daa1f9cfc1f865d582"}}'
2025-11-24 20:37:55,321 46 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1716360738 created
2025-11-24 20:37:56,914 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.591s
2025-11-24 20:37:56,914 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-ccc609fb-61be-4c22-a05e-ea36b4397199', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "cb220579-bf61-4e08-98ed-5da72f94b436", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "floating_ip_address": "192.168.122.186", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "68478830c78748daa1f9cfc1f865d582", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:37:55Z", "updated_at": "2025-11-24T20:37:55Z", "revision_number": 0}}'
2025-11-24 20:37:56,914 46 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cb220579-bf61-4e08-98ed-5da72f94b436', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.186', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:55Z', 'updated_at': '2025-11-24T20:37:55Z', 'revision_number': 0, 'ip': '192.168.122.186'} created
2025-11-24 20:37:56,915 46 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1528726356', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbd//p8TWEOLj5jDqzNRnai1LzqsEuFIiYszXqyJa3sDus3UvN2kRvyQ+s4l32INtlmPZUSg3T3GvNTRuxI1DDYwF3ZRIh+k+NgS3C6VXtz7VsQv9NPpAjfqtMRsZq2/A==', 'fingerprint': 'ad:e4:ea:cd:94:81:c2:f6:57:f9:b7:2c:ed:9e:d4:f7', 'user_id': 'aa8541d877164ffca3fd34f9c825677e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCIL5ijgQ8Cxyj6aPbwtFYhxH7ZyawXWyu/y9IcEMYKf7CUijf/zjOF\nH30W6yCh50GgBwYFK4EEACKhZANiAASG3f/6fE1hDi4+Yw6szUZ2otS86rBLhSIm\nLM16siWt7A7rN1LzdpEb8kPrOJd9iDbZZj2VEoN09xrzU0bsSNQw2MBd2USIfpPj\nYEtwulV7c+1bEL/TT6QI36rTEbGatvw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4a94c280-cae8-4f84-8d82-8de2ee5742c7', 'name': 'tempest-securitygroup--1716360738', 'stateful': True, 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'description': 'tempest-description--1078659006', 'shared': False, 'security_group_rules': [{'id': '2a8a0eaf-84df-4e0c-a615-8b1de9ad8627', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': '4a94c280-cae8-4f84-8d82-8de2ee5742c7', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1033, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:54Z', 'updated_at': '2025-11-24T20:37:54Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, {'id': 'e7b4f3d1-8a09-4142-a89c-ab35e01ce136', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'security_group_id': '4a94c280-cae8-4f84-8d82-8de2ee5742c7', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1034, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:37:54Z', 'updated_at': '2025-11-24T20:37:54Z', 'revision_number': 0, 'project_id': '68478830c78748daa1f9cfc1f865d582'}], 'tags': [], 'created_at': '2025-11-24T20:37:54Z', 'updated_at': '2025-11-24T20:37:54Z', 'revision_number': 1, 'project_id': '68478830c78748daa1f9cfc1f865d582'}, 'floating_ip': {'id': 'cb220579-bf61-4e08-98ed-5da72f94b436', 'tenant_id': '68478830c78748daa1f9cfc1f865d582', 'floating_ip_address': '192.168.122.186', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '68478830c78748daa1f9cfc1f865d582', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:37:55Z', 'updated_at': '2025-11-24T20:37:55Z', 'revision_number': 0, 'ip': '192.168.122.186'}}
2025-11-24 20:37:58,883 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.968s
2025-11-24 20:37:58,884 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-tempest.common.compute-instance-1865706512", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "79e06859-001a-4ac2-aa65-7d901e844637"}], "security_groups": [{"name": "tempest-securitygroup--1716360738"}], "key_name": "tempest-keypair-1528726356", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:56 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39605b4a-c8e0-4016-857c-74d9c6b7693f', 'x-compute-request-id': 'req-39605b4a-c8e0-4016-857c-74d9c6b7693f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "3b618f9d-1e06-421c-b8e9-8d1c5726ebde", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1716360738"}], "adminPass": "AxN7Mu9KEJsb"}}'
2025-11-24 20:38:00,026 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde 1.141s
2025-11-24 20:38:00,027 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:58 GMT', 'server': 'Apache', 'content-length': '1498', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d05f871-7b81-49d8-9507-03fe889de1b7', 'x-compute-request-id': 'req-0d05f871-7b81-49d8-9507-03fe889de1b7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde'}
Body: b'{"server": {"id": "3b618f9d-1e06-421c-b8e9-8d1c5726ebde", "name": "tempest-tempest.common.compute-instance-1865706512", "status": "ERROR", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:58Z", "updated": "2025-11-24T20:37:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:59Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1528726356", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:38:01,544 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde 0.508s
2025-11-24 20:38:01,546 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:01 GMT', 'server': 'Apache', 'content-length': '1498', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5d767c-93fb-45e4-8718-fc8d038ca6ac', 'x-compute-request-id': 'req-3f5d767c-93fb-45e4-8718-fc8d038ca6ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde'}
Body: b'{"server": {"id": "3b618f9d-1e06-421c-b8e9-8d1c5726ebde", "name": "tempest-tempest.common.compute-instance-1865706512", "status": "ERROR", "tenant_id": "68478830c78748daa1f9cfc1f865d582", "user_id": "aa8541d877164ffca3fd34f9c825677e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:58Z", "updated": "2025-11-24T20:37:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:59Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1528726356", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:38:02,448 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde 0.892s
2025-11-24 20:38:02,448 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4901bd3a-9da5-488b-8260-ffe17b8609be', 'x-compute-request-id': 'req-4901bd3a-9da5-488b-8260-ffe17b8609be', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde'}
Body: b''
2025-11-24 20:38:02,617 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde 0.169s
2025-11-24 20:38:02,618 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:02 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27e30269-9036-4886-92c4-be2c2965c3af', 'x-compute-request-id': 'req-27e30269-9036-4886-92c4-be2c2965c3af', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b618f9d-1e06-421c-b8e9-8d1c5726ebde'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b618f9d-1e06-421c-b8e9-8d1c5726ebde could not be found."}}'
2025-11-24 20:38:02,897 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1528726356 0.279s
2025-11-24 20:38:02,897 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:02 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8afa985-4dcd-4e6d-891c-4dd48f4e6055', 'x-compute-request-id': 'req-b8afa985-4dcd-4e6d-891c-4dd48f4e6055', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-1528726356'}
Body: b''
2025-11-24 20:38:03,164 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4a94c280-cae8-4f84-8d82-8de2ee5742c7 0.266s
2025-11-24 20:38:03,164 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:03 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9e965002-1ad1-41a5-b4d6-4a426be56894', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4a94c280-cae8-4f84-8d82-8de2ee5742c7'}
Body: b''
2025-11-24 20:38:03,392 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4a94c280-cae8-4f84-8d82-8de2ee5742c7 0.227s
2025-11-24 20:38:03,392 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3b0f8077-6087-4c4c-b73f-0abd90179f89', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4a94c280-cae8-4f84-8d82-8de2ee5742c7'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4a94c280-cae8-4f84-8d82-8de2ee5742c7 does not exist", "detail": ""}}'
2025-11-24 20:38:04,898 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/cb220579-bf61-4e08-98ed-5da72f94b436 1.506s
2025-11-24 20:38:04,899 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:04 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-63aff134-acf1-4dfb-93e6-0c05924213bc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/cb220579-bf61-4e08-98ed-5da72f94b436'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 325, in test_reassign_port_between_servers
servers = [_create_validatable_server(), _create_validatable_server()]
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 316, in _create_validatable_server
_, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3b618f9d-1e06-421c-b8e9-8d1c5726ebde failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:59Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-39605b4a-c8e0-4016-857c-74d9c6b7693f.
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] |
fail
ft36.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:38:29,939 46 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:38:29,939 46 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:38:30,092 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.151s
2025-11-24 20:38:30,092 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-711273443", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISOaGgaLjHZM3zHkCSeMgv5rkbyzXOvUCw57cRFXpLVGGBHpC+qu/EyNtVuA89mXBxIr0/9Jw8/vCjaSSNqYYnUJUGBau1F449jIwu5OV5sNv1N+jBpDQ4DvbFfNkam3g=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:29 GMT', 'server': 'Apache', 'content-length': '385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74f14502-3781-402b-b13e-49301d469345', 'x-compute-request-id': 'req-74f14502-3781-402b-b13e-49301d469345', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-711273443", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISOaGgaLjHZM3zHkCSeMgv5rkbyzXOvUCw57cRFXpLVGGBHpC+qu/EyNtVuA89mXBxIr0/9Jw8/vCjaSSNqYYnUJUGBau1F449jIwu5OV5sNv1N+jBpDQ4DvbFfNkam3g==", "fingerprint": "0a:31:e2:ef:0f:25:21:39:4b:d8:4b:6a:54:ea:2e:90", "user_id": "bf412c796e5e462380e5e947e77b584c"}}'
2025-11-24 20:38:30,093 46 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-711273443 created
2025-11-24 20:38:30,641 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.547s
2025-11-24 20:38:30,641 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1093062993", "description": "tempest-description--673847490"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-d71de10d-dc23-46d4-8be1-739535f2de51', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "52370859-2842-4c6b-9efb-22d3b45bb783", "name": "tempest-securitygroup--1093062993", "stateful": true, "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "description": "tempest-description--673847490", "shared": false, "security_group_rules": [{"id": "2a0d061e-d828-40e1-a191-4216447bd459", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1116, "description": null, "tags": [], "created_at": "2025-11-24T20:38:30Z", "updated_at": "2025-11-24T20:38:30Z", "revision_number": 0, "project_id": "1831d011096d452f996c5df33a8eb5aa"}, {"id": "ba14dc82-3861-419e-ab1a-b8490f83f763", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1115, "description": null, "tags": [], "created_at": "2025-11-24T20:38:30Z", "updated_at": "2025-11-24T20:38:30Z", "revision_number": 0, "project_id": "1831d011096d452f996c5df33a8eb5aa"}], "tags": [], "created_at": "2025-11-24T20:38:30Z", "updated_at": "2025-11-24T20:38:30Z", "revision_number": 1, "project_id": "1831d011096d452f996c5df33a8eb5aa"}}'
2025-11-24 20:38:31,187 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.545s
2025-11-24 20:38:31,187 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-cbd160d1-b526-4415-8316-a0e7edfca63f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8e3c0a39-93b5-425d-aba0-df10ccae108d", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:38:31Z", "updated_at": "2025-11-24T20:38:31Z", "revision_number": 0, "project_id": "1831d011096d452f996c5df33a8eb5aa"}}'
2025-11-24 20:38:31,617 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.429s
2025-11-24 20:38:31,618 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-20220c69-cf16-4ec8-bf7c-d294f3652a2a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5a3c4ed8-c3c1-4174-a12a-59c586255fea", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "security_group_id": "52370859-2842-4c6b-9efb-22d3b45bb783", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:38:31Z", "updated_at": "2025-11-24T20:38:31Z", "revision_number": 0, "project_id": "1831d011096d452f996c5df33a8eb5aa"}}'
2025-11-24 20:38:31,618 46 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1093062993 created
2025-11-24 20:38:32,928 46 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.307s
2025-11-24 20:38:32,929 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-bb1f9dc5-8e29-4c4f-ad52-92e36a40bd43', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "2b53b098-1248-4bce-9fdd-c13f0f59e8ef", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "floating_ip_address": "192.168.122.240", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1831d011096d452f996c5df33a8eb5aa", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:38:32Z", "updated_at": "2025-11-24T20:38:32Z", "revision_number": 0}}'
2025-11-24 20:38:32,929 46 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2b53b098-1248-4bce-9fdd-c13f0f59e8ef', 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'floating_ip_address': '192.168.122.240', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1831d011096d452f996c5df33a8eb5aa', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:38:32Z', 'updated_at': '2025-11-24T20:38:32Z', 'revision_number': 0, 'ip': '192.168.122.240'} created
2025-11-24 20:38:33,291 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.358s
2025-11-24 20:38:33,291 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:32 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f5a7d96e-9a8f-4e52-8b85-33628376ff35', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bf412c796e5e462380e5e947e77b584c", "name": "tempest-AttachInterfacesUnderV243Test-304346981-project-member", "password_expires_at": null}, "audit_ids": ["JGBS_gDmSbOM-2HB2AsGow"], "expires_at": "2025-11-24T21:38:33.000000Z", "issued_at": "2025-11-24T20:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1831d011096d452f996c5df33a8eb5aa", "name": "tempest-AttachInterfacesUnderV243Test-304346981"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_1831d011096d452f996c5df33a8eb5aa", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_1831d011096d452f996c5df33a8eb5aa", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:38:33,292 46 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '9e552ed0-d40f-49dc-b6b6-a1c035e2f403', 'name': 'tempest-AttachInterfacesUnderV243Test-1876438396-network', 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1831d011096d452f996c5df33a8eb5aa', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:38:14Z', 'updated_at': '2025-11-24T20:38:14Z', 'revision_number': 1} available for tenant
2025-11-24 20:38:33,292 46 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-711273443', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISOaGgaLjHZM3zHkCSeMgv5rkbyzXOvUCw57cRFXpLVGGBHpC+qu/EyNtVuA89mXBxIr0/9Jw8/vCjaSSNqYYnUJUGBau1F449jIwu5OV5sNv1N+jBpDQ4DvbFfNkam3g==', 'fingerprint': '0a:31:e2:ef:0f:25:21:39:4b:d8:4b:6a:54:ea:2e:90', 'user_id': 'bf412c796e5e462380e5e947e77b584c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCkv1u24q/NFzG23/ZpfmYSMLrOI8DBiiqh4n9rDQhurDQ27ynxXLgc\nFw2REHZKozCgBwYFK4EEACKhZANiAASEjmhoGi4x2TN8x5AknjIL+a5G8s1zr1As\nOe3ERV6S1RhgR6QvqrvxMjbVbgPPZlwcSK9P/ScPP7wo2kkjamGJ1CVBgWrtReOP\nYyMLuTlebDb9TfowaQ0OA72xXzZGpt4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '52370859-2842-4c6b-9efb-22d3b45bb783', 'name': 'tempest-securitygroup--1093062993', 'stateful': True, 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'description': 'tempest-description--673847490', 'shared': False, 'security_group_rules': [{'id': '2a0d061e-d828-40e1-a191-4216447bd459', 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'security_group_id': '52370859-2842-4c6b-9efb-22d3b45bb783', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1116, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:38:30Z', 'updated_at': '2025-11-24T20:38:30Z', 'revision_number': 0, 'project_id': '1831d011096d452f996c5df33a8eb5aa'}, {'id': 'ba14dc82-3861-419e-ab1a-b8490f83f763', 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'security_group_id': '52370859-2842-4c6b-9efb-22d3b45bb783', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1115, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:38:30Z', 'updated_at': '2025-11-24T20:38:30Z', 'revision_number': 0, 'project_id': '1831d011096d452f996c5df33a8eb5aa'}], 'tags': [], 'created_at': '2025-11-24T20:38:30Z', 'updated_at': '2025-11-24T20:38:30Z', 'revision_number': 1, 'project_id': '1831d011096d452f996c5df33a8eb5aa'}, 'floating_ip': {'id': '2b53b098-1248-4bce-9fdd-c13f0f59e8ef', 'tenant_id': '1831d011096d452f996c5df33a8eb5aa', 'floating_ip_address': '192.168.122.240', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1831d011096d452f996c5df33a8eb5aa', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:38:32Z', 'updated_at': '2025-11-24T20:38:32Z', 'revision_number': 0, 'ip': '192.168.122.240'}}
2025-11-24 20:38:35,081 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.788s
2025-11-24 20:38:35,081 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesUnderV243Test-server-1413124241", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "9e552ed0-d40f-49dc-b6b6-a1c035e2f403"}], "security_groups": [{"name": "tempest-securitygroup--1093062993"}], "key_name": "tempest-keypair-711273443", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:33 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55167165-55b6-4f2c-ba26-cd37b2b23a08', 'x-compute-request-id': 'req-55167165-55b6-4f2c-ba26-cd37b2b23a08', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "290e6ddf-1c89-48de-80ca-23b93dfbbcb5", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1093062993"}], "adminPass": "N9HY2PFDSpan"}}'
2025-11-24 20:38:35,396 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5 0.313s
2025-11-24 20:38:35,396 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:35 GMT', 'server': 'Apache', 'content-length': '1392', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b19621-f2cb-47fc-8d7d-0ee54f0ad71d', 'x-compute-request-id': 'req-21b19621-f2cb-47fc-8d7d-0ee54f0ad71d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5'}
Body: b'{"server": {"id": "290e6ddf-1c89-48de-80ca-23b93dfbbcb5", "name": "tempest-AttachInterfacesUnderV243Test-server-1413124241", "status": "BUILD", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "user_id": "bf412c796e5e462380e5e947e77b584c", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:38:35Z", "updated": "2025-11-24T20:38:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-711273443", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:38:36,878 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5 0.477s
2025-11-24 20:38:36,879 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:36 GMT', 'server': 'Apache', 'content-length': '1502', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3879550d-33b9-473b-84c5-7f2479a15f53', 'x-compute-request-id': 'req-3879550d-33b9-473b-84c5-7f2479a15f53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5'}
Body: b'{"server": {"id": "290e6ddf-1c89-48de-80ca-23b93dfbbcb5", "name": "tempest-AttachInterfacesUnderV243Test-server-1413124241", "status": "ERROR", "tenant_id": "1831d011096d452f996c5df33a8eb5aa", "user_id": "bf412c796e5e462380e5e947e77b584c", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:38:35Z", "updated": "2025-11-24T20:38:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:38:35Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-711273443", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:38:36,883 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:38:37,659 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5 0.775s
2025-11-24 20:38:37,660 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:36 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f35367-45e5-401a-9d36-ac3242ec9991', 'x-compute-request-id': 'req-85f35367-45e5-401a-9d36-ac3242ec9991', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5'}
Body: b''
2025-11-24 20:38:37,825 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5 0.165s
2025-11-24 20:38:37,827 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:37 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f128701-b520-4458-b00b-f791ca648476', 'x-compute-request-id': 'req-2f128701-b520-4458-b00b-f791ca648476', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/290e6ddf-1c89-48de-80ca-23b93dfbbcb5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 290e6ddf-1c89-48de-80ca-23b93dfbbcb5 could not be found."}}'
2025-11-24 20:38:38,028 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-711273443 0.200s
2025-11-24 20:38:38,028 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:37 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61ab6950-5f50-4181-9df7-be3edf39a76e', 'x-compute-request-id': 'req-61ab6950-5f50-4181-9df7-be3edf39a76e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-711273443'}
Body: b''
2025-11-24 20:38:38,274 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/52370859-2842-4c6b-9efb-22d3b45bb783 0.245s
2025-11-24 20:38:38,274 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:38 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1e0d292f-61e2-4ecb-88f2-b8fce6da3af9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/52370859-2842-4c6b-9efb-22d3b45bb783'}
Body: b''
2025-11-24 20:38:38,438 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 404 GET https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/52370859-2842-4c6b-9efb-22d3b45bb783 0.163s
2025-11-24 20:38:38,438 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e3b9b621-977d-4553-9ecc-705e93c006b3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/52370859-2842-4c6b-9efb-22d3b45bb783'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 52370859-2842-4c6b-9efb-22d3b45bb783 does not exist", "detail": ""}}'
2025-11-24 20:38:39,446 46 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/2b53b098-1248-4bce-9fdd-c13f0f59e8ef 1.008s
2025-11-24 20:38:39,447 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:39 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-14a94464-4d8d-472c-ac27-6633f1a0b72e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/2b53b098-1248-4bce-9fdd-c13f0f59e8ef'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 378, in test_add_remove_fixed_ip
server, ifs, fip = self._create_server_get_interfaces()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 290e6ddf-1c89-48de-80ca-23b93dfbbcb5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:38:35Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-55167165-55b6-4f2c-ba26-cd37b2b23a08.
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network] |
fail
ft37.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test.test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:10,777 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.371s
2025-11-24 20:36:10,781 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:10 GMT', 'server': 'Apache', 'content-length': '5714', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3388d1de-0deb-4cdc-91d8-00727aa8a31a', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "86c05796c66942c99b915701da599eb7", "name": "tempest-AttachInterfacesV270Test-1246316119-project-member", "password_expires_at": null}, "audit_ids": ["rgWrwN-XS6eZUnjYRZtSWQ"], "expires_at": "2025-11-24T21:36:10.000000Z", "issued_at": "2025-11-24T20:36:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15c4291859ae4f31920b1795ac947910", "name": "tempest-AttachInterfacesV270Test-1246316119"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_15c4291859ae4f31920b1795ac947910", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_15c4291859ae4f31920b1795ac947910", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoi
2025-11-24 20:36:10,787 45 INFO [tempest.lib.common.fixed_network] (AttachInterfacesV270Test:test_create_get_list_interfaces) Found network {'id': 'd96c9cb3-b01f-4dfd-9e7d-cb5e4b2bcaf8', 'name': 'tempest-AttachInterfacesV270Test-360229761-network', 'tenant_id': '15c4291859ae4f31920b1795ac947910', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '15c4291859ae4f31920b1795ac947910', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56044, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:01Z', 'updated_at': '2025-11-24T20:36:01Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:12,410 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.622s
2025-11-24 20:36:12,410 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.70', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesV270Test-server-1958202819", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "d96c9cb3-b01f-4dfd-9e7d-cb5e4b2bcaf8"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:10 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8', 'openstack-api-version': 'compute 2.70', 'x-openstack-nova-api-version': '2.70', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26452f61-e9ed-401b-bff8-b111efb349ae', 'x-compute-request-id': 'req-26452f61-e9ed-401b-bff8-b111efb349ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "7d279739-01c8-4f4d-8a34-81b0de31def8", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "y3r7UzATuU9Q"}}'
2025-11-24 20:36:12,763 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8 0.351s
2025-11-24 20:36:12,763 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.70', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:12 GMT', 'server': 'Apache', 'content-length': '1402', 'openstack-api-version': 'compute 2.70', 'x-openstack-nova-api-version': '2.70', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae4ae62c-eaa1-4b39-8f81-4c61ad82673e', 'x-compute-request-id': 'req-ae4ae62c-eaa1-4b39-8f81-4c61ad82673e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8'}
Body: b'{"server": {"id": "7d279739-01c8-4f4d-8a34-81b0de31def8", "name": "tempest-AttachInterfacesV270Test-server-1958202819", "status": "BUILD", "tenant_id": "15c4291859ae4f31920b1795ac947910", "user_id": "86c05796c66942c99b915701da599eb7", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:36:12Z", "updated": "2025-11-24T20:36:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null}}'
2025-11-24 20:36:14,718 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8 0.946s
2025-11-24 20:36:14,719 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.70', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:13 GMT', 'server': 'Apache', 'content-length': '1512', 'openstack-api-version': 'compute 2.70', 'x-openstack-nova-api-version': '2.70', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d96f13fd-ecda-4648-9254-4a0056cdb640', 'x-compute-request-id': 'req-d96f13fd-ecda-4648-9254-4a0056cdb640', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8'}
Body: b'{"server": {"id": "7d279739-01c8-4f4d-8a34-81b0de31def8", "name": "tempest-AttachInterfacesV270Test-server-1958202819", "status": "ERROR", "tenant_id": "15c4291859ae4f31920b1795ac947910", "user_id": "86c05796c66942c99b915701da599eb7", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:36:12Z", "updated": "2025-11-24T20:36:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7d279739-01c8-4f4d-8a34-81b0de31def8"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:13Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null}}'
2025-11-24 20:36:14,733 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:36:15,648 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8 0.915s
2025-11-24 20:36:15,649 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.70', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:14 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.70', 'x-openstack-nova-api-version': '2.70', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-345c93a2-744d-4576-b7f8-e911180df396', 'x-compute-request-id': 'req-345c93a2-744d-4576-b7f8-e911180df396', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8'}
Body: b''
2025-11-24 20:36:15,843 45 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8 0.194s
2025-11-24 20:36:15,844 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.70', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:15 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.70', 'x-openstack-nova-api-version': '2.70', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7819d77e-927b-4c46-b869-4b560ae9fa4f', 'x-compute-request-id': 'req-7819d77e-927b-4c46-b869-4b560ae9fa4f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7d279739-01c8-4f4d-8a34-81b0de31def8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d279739-01c8-4f4d-8a34-81b0de31def8 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 453, in test_create_get_list_interfaces
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7d279739-01c8-4f4d-8a34-81b0de31def8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:13Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-26452f61-e9ed-401b-bff8-b111efb349ae.
|
||||||
| tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 0 | 2 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft38.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:38:57,543 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.206s
2025-11-24 20:38:57,543 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-ServersTestMultiNic-396362459"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '631', 'x-openstack-request-id': 'req-e21935f6-402a-4647-9da0-c82adffb5f83', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"d50379ea-ae88-4fd4-8088-27403d76616e","name":"tempest-ServersTestMultiNic-396362459","tenant_id":"b03c766abad44b539a8675554b177a6b","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b03c766abad44b539a8675554b177a6b","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:38:56Z","updated_at":"2025-11-24T20:38:56Z","revision_number":1}}'
2025-11-24 20:38:59,766 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.222s
2025-11-24 20:38:59,766 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "d50379ea-ae88-4fd4-8088-27403d76616e", "cidr": "10.100.0.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-08f80779-ff0d-462f-b2f6-4f7279dc9c19', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"962a26a2-2af9-4e9e-a1d4-e6780044a529","name":"","tenant_id":"b03c766abad44b539a8675554b177a6b","network_id":"d50379ea-ae88-4fd4-8088-27403d76616e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/24","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:38:57Z","updated_at":"2025-11-24T20:38:57Z","revision_number":0,"project_id":"b03c766abad44b539a8675554b177a6b"}}'
2025-11-24 20:39:00,553 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.786s
2025-11-24 20:39:00,553 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-ServersTestMultiNic-1710413810"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-2b62e458-d1c8-444d-bfdc-f1a0ccf0de30', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"0a4731f7-f6f2-4371-9517-eb158b66cd4b","name":"tempest-ServersTestMultiNic-1710413810","tenant_id":"b03c766abad44b539a8675554b177a6b","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b03c766abad44b539a8675554b177a6b","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:39:00Z","updated_at":"2025-11-24T20:39:00Z","revision_number":1}}'
2025-11-24 20:39:01,398 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.843s
2025-11-24 20:39:01,398 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "0a4731f7-f6f2-4371-9517-eb158b66cd4b", "cidr": "10.100.1.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-c7aa9fc0-5178-4f02-a0d4-3aa32f5556a4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"36f9667b-eaf3-4f05-9635-b26966f731db","name":"","tenant_id":"b03c766abad44b539a8675554b177a6b","network_id":"0a4731f7-f6f2-4371-9517-eb158b66cd4b","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.1.1","cidr":"10.100.1.0/24","allocation_pools":[{"start":"10.100.1.2","end":"10.100.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:39:00Z","updated_at":"2025-11-24T20:39:00Z","revision_number":0,"project_id":"b03c766abad44b539a8675554b177a6b"}}'
2025-11-24 20:39:01,778 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.376s
2025-11-24 20:39:01,778 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:01 GMT', 'server': 'Apache', 'content-length': '5704', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c25ea6f1-d5b2-445a-a867-b91697cfee64', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d9ac9421ea104d899e8c468979e1b7ab", "name": "tempest-ServersTestMultiNic-2111740696-project-member", "password_expires_at": null}, "audit_ids": ["vNZoTXBgQ_CyoB5qRgJm7g"], "expires_at": "2025-11-24T21:39:01.000000Z", "issued_at": "2025-11-24T20:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b03c766abad44b539a8675554b177a6b", "name": "tempest-ServersTestMultiNic-2111740696"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_b03c766abad44b539a8675554b177a6b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_b03c766abad44b539a8675554b177a6b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"n
2025-11-24 20:39:01,779 46 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '81b07668-de82-446b-b6e5-9f07dbdb951e', 'name': 'tempest-ServersTestMultiNic-814839746-network', 'tenant_id': 'b03c766abad44b539a8675554b177a6b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b03c766abad44b539a8675554b177a6b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34165, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:38:47Z', 'updated_at': '2025-11-24T20:38:47Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:08,221 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 6.441s
2025-11-24 20:39:08,225 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestMultiNic-server-1338707713", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "d50379ea-ae88-4fd4-8088-27403d76616e"}, {"uuid": "0a4731f7-f6f2-4371-9517-eb158b66cd4b"}, {"uuid": "d50379ea-ae88-4fd4-8088-27403d76616e"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:01 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac0aeadd-3f71-4a8b-b5a2-38248f5eaac6', 'x-compute-request-id': 'req-ac0aeadd-3f71-4a8b-b5a2-38248f5eaac6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "ef4f416e-c8c1-4c59-a83c-6ee3cd206a59", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xT47bMh29GWJ"}}'
2025-11-24 20:39:08,856 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 0.628s
2025-11-24 20:39:08,856 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:08 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aec47060-50b9-45e3-b76e-6b74647aeb30', 'x-compute-request-id': 'req-aec47060-50b9-45e3-b76e-6b74647aeb30', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59'}
Body: b'{"server": {"id": "ef4f416e-c8c1-4c59-a83c-6ee3cd206a59", "name": "tempest-ServersTestMultiNic-server-1338707713", "status": "BUILD", "tenant_id": "b03c766abad44b539a8675554b177a6b", "user_id": "d9ac9421ea104d899e8c468979e1b7ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:08Z", "updated": "2025-11-24T20:39:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:10,258 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 0.396s
2025-11-24 20:39:10,258 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:09 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9875b2c4-768d-4d2d-840f-0306eb90a28c', 'x-compute-request-id': 'req-9875b2c4-768d-4d2d-840f-0306eb90a28c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59'}
Body: b'{"server": {"id": "ef4f416e-c8c1-4c59-a83c-6ee3cd206a59", "name": "tempest-ServersTestMultiNic-server-1338707713", "status": "BUILD", "tenant_id": "b03c766abad44b539a8675554b177a6b", "user_id": "d9ac9421ea104d899e8c468979e1b7ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:08Z", "updated": "2025-11-24T20:39:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:12,052 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 0.787s
2025-11-24 20:39:12,052 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:11 GMT', 'server': 'Apache', 'content-length': '1469', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-998e9769-96a8-4583-89ac-0dbd663cf27c', 'x-compute-request-id': 'req-998e9769-96a8-4583-89ac-0dbd663cf27c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59'}
Body: b'{"server": {"id": "ef4f416e-c8c1-4c59-a83c-6ee3cd206a59", "name": "tempest-ServersTestMultiNic-server-1338707713", "status": "ERROR", "tenant_id": "b03c766abad44b539a8675554b177a6b", "user_id": "d9ac9421ea104d899e8c468979e1b7ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:08Z", "updated": "2025-11-24T20:39:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:10Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:12,058 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 4 second wait
2025-11-24 20:39:13,211 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 1.153s
2025-11-24 20:39:13,212 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:12 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6af55ade-f35f-451c-8285-6b3034b11862', 'x-compute-request-id': 'req-6af55ade-f35f-451c-8285-6b3034b11862', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59'}
Body: b''
2025-11-24 20:39:13,392 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 0.179s
2025-11-24 20:39:13,392 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:13 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eea59c5-3a78-4990-b97c-1bde799f5cb0', 'x-compute-request-id': 'req-8eea59c5-3a78-4990-b97c-1bde799f5cb0', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ef4f416e-c8c1-4c59-a83c-6ee3cd206a59'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 could not be found."}}'
2025-11-24 20:39:14,117 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/36f9667b-eaf3-4f05-9635-b26966f731db 0.717s
2025-11-24 20:39:14,117 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:14 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1decfb64-a438-4c69-9be8-0a9b2b032f9d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/36f9667b-eaf3-4f05-9635-b26966f731db'}
Body: b''
2025-11-24 20:39:15,635 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/0a4731f7-f6f2-4371-9517-eb158b66cd4b 1.517s
2025-11-24 20:39:15,635 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:15 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-5ddd3723-0cd1-4e9a-bdc4-8cd2dc5fc670', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/0a4731f7-f6f2-4371-9517-eb158b66cd4b'}
Body: b''
2025-11-24 20:39:16,105 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/962a26a2-2af9-4e9e-a1d4-e6780044a529 0.469s
2025-11-24 20:39:16,105 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:16 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b05f0cd2-ec17-4f57-b26b-7cbceb501e46', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/962a26a2-2af9-4e9e-a1d4-e6780044a529'}
Body: b''
2025-11-24 20:39:16,916 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/d50379ea-ae88-4fd4-8088-27403d76616e 0.810s
2025-11-24 20:39:16,916 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:16 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d3b40776-5412-4979-99c7-75764b4f1870', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/d50379ea-ae88-4fd4-8088-27403d76616e'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server_multi_nic.py", line 141, in test_verify_duplicate_network_nics
server_multi_nics = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ef4f416e-c8c1-4c59-a83c-6ee3cd206a59 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:10Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-ac0aeadd-3f71-4a8b-b5a2-38248f5eaac6.
|
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft38.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:18,111 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.193s
2025-11-24 20:39:18,111 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-ServersTestMultiNic-2100965181"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-93ea7d4f-0d23-40e6-a814-17ec01fb81c9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf","name":"tempest-ServersTestMultiNic-2100965181","tenant_id":"b03c766abad44b539a8675554b177a6b","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b03c766abad44b539a8675554b177a6b","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:39:17Z","updated_at":"2025-11-24T20:39:17Z","revision_number":1}}'
2025-11-24 20:39:19,727 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.615s
2025-11-24 20:39:19,727 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf", "cidr": "10.100.0.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-23c8f624-4318-4230-8b0c-fe8726d54313', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"f05a88af-2570-4b0c-bcc8-bc25ae445edf","name":"","tenant_id":"b03c766abad44b539a8675554b177a6b","network_id":"92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/24","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:39:18Z","updated_at":"2025-11-24T20:39:18Z","revision_number":0,"project_id":"b03c766abad44b539a8675554b177a6b"}}'
2025-11-24 20:39:21,117 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.389s
2025-11-24 20:39:21,117 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-ServersTestMultiNic-1368849331"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-241ee149-7a9e-4cad-adb9-1a271eb65452', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"884a02d4-685b-421c-9371-8a2c76b1f764","name":"tempest-ServersTestMultiNic-1368849331","tenant_id":"b03c766abad44b539a8675554b177a6b","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b03c766abad44b539a8675554b177a6b","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:39:20Z","updated_at":"2025-11-24T20:39:20Z","revision_number":1}}'
2025-11-24 20:39:22,574 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.456s
2025-11-24 20:39:22,574 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "884a02d4-685b-421c-9371-8a2c76b1f764", "cidr": "10.100.1.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-28d14dfc-5209-4305-8cd5-f933612e5903', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"9c5f923c-abb0-4263-9d30-4e4c2b6bc0d5","name":"","tenant_id":"b03c766abad44b539a8675554b177a6b","network_id":"884a02d4-685b-421c-9371-8a2c76b1f764","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.1.1","cidr":"10.100.1.0/24","allocation_pools":[{"start":"10.100.1.2","end":"10.100.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:39:21Z","updated_at":"2025-11-24T20:39:21Z","revision_number":0,"project_id":"b03c766abad44b539a8675554b177a6b"}}'
2025-11-24 20:39:23,188 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.367s
2025-11-24 20:39:23,188 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:22 GMT', 'server': 'Apache', 'content-length': '5704', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8c6e78a1-42a6-4620-9943-a6c414dbf8df', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d9ac9421ea104d899e8c468979e1b7ab", "name": "tempest-ServersTestMultiNic-2111740696-project-member", "password_expires_at": null}, "audit_ids": ["b2CeTrrSQGqUdcPqUddqhg"], "expires_at": "2025-11-24T21:39:23.000000Z", "issued_at": "2025-11-24T20:39:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b03c766abad44b539a8675554b177a6b", "name": "tempest-ServersTestMultiNic-2111740696"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_b03c766abad44b539a8675554b177a6b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_b03c766abad44b539a8675554b177a6b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"n
2025-11-24 20:39:23,189 46 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '81b07668-de82-446b-b6e5-9f07dbdb951e', 'name': 'tempest-ServersTestMultiNic-814839746-network', 'tenant_id': 'b03c766abad44b539a8675554b177a6b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b03c766abad44b539a8675554b177a6b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34165, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:38:47Z', 'updated_at': '2025-11-24T20:38:47Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:26,765 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.575s
2025-11-24 20:39:26,765 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestMultiNic-server-1504211007", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf"}, {"uuid": "884a02d4-685b-421c-9371-8a2c76b1f764"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:23 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64ccd552-7747-40f2-84c1-d7b99f3b3565', 'x-compute-request-id': 'req-64ccd552-7747-40f2-84c1-d7b99f3b3565', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "1138e81f-537f-4b8a-9499-2c97ffe04acf", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "gfscXzKoTG2V"}}'
2025-11-24 20:39:27,314 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf 0.547s
2025-11-24 20:39:27,315 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:26 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1d5bf7e-096e-43a1-af65-54e860c788bf', 'x-compute-request-id': 'req-c1d5bf7e-096e-43a1-af65-54e860c788bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf'}
Body: b'{"server": {"id": "1138e81f-537f-4b8a-9499-2c97ffe04acf", "name": "tempest-ServersTestMultiNic-server-1504211007", "status": "BUILD", "tenant_id": "b03c766abad44b539a8675554b177a6b", "user_id": "d9ac9421ea104d899e8c468979e1b7ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:26Z", "updated": "2025-11-24T20:39:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:28,660 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf 0.341s
2025-11-24 20:39:28,660 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:28 GMT', 'server': 'Apache', 'content-length': '1469', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94f2f351-9113-41bb-96cd-e435f947817e', 'x-compute-request-id': 'req-94f2f351-9113-41bb-96cd-e435f947817e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf'}
Body: b'{"server": {"id": "1138e81f-537f-4b8a-9499-2c97ffe04acf", "name": "tempest-ServersTestMultiNic-server-1504211007", "status": "ERROR", "tenant_id": "b03c766abad44b539a8675554b177a6b", "user_id": "d9ac9421ea104d899e8c468979e1b7ab", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:26Z", "updated": "2025-11-24T20:39:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:27Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:28,666 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:39:29,362 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf 0.695s
2025-11-24 20:39:29,363 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:28 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be998b33-e222-4f1b-ab27-e8ce7a3bd59b', 'x-compute-request-id': 'req-be998b33-e222-4f1b-ab27-e8ce7a3bd59b', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf'}
Body: b''
2025-11-24 20:39:29,600 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf 0.237s
2025-11-24 20:39:29,601 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:29 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eebf92c1-1c44-4d5a-b245-77c0e19aedec', 'x-compute-request-id': 'req-eebf92c1-1c44-4d5a-b245-77c0e19aedec', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/1138e81f-537f-4b8a-9499-2c97ffe04acf'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1138e81f-537f-4b8a-9499-2c97ffe04acf could not be found."}}'
2025-11-24 20:39:30,243 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9c5f923c-abb0-4263-9d30-4e4c2b6bc0d5 0.642s
2025-11-24 20:39:30,244 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:30 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-3f7c86cf-4a14-45d4-86ca-e0aa5224aeb6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9c5f923c-abb0-4263-9d30-4e4c2b6bc0d5'}
Body: b''
2025-11-24 20:39:31,378 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/884a02d4-685b-421c-9371-8a2c76b1f764 1.134s
2025-11-24 20:39:31,379 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:31 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-6a12ae83-8305-4937-9ea2-48dc4e38fd57', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/884a02d4-685b-421c-9371-8a2c76b1f764'}
Body: b''
2025-11-24 20:39:32,038 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f05a88af-2570-4b0c-bcc8-bc25ae445edf 0.658s
2025-11-24 20:39:32,039 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:32 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-032d0439-4cce-4b38-ade8-c81545d43172', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f05a88af-2570-4b0c-bcc8-bc25ae445edf'}
Body: b''
2025-11-24 20:39:33,170 46 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf 1.130s
2025-11-24 20:39:33,170 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:33 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c20ca2c7-5504-466b-a68d-334f060dbd6c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/92f2d8e5-e4c0-4ac1-aba0-cc7b701600cf'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server_multi_nic.py", line 99, in test_verify_multiple_nics_order
server_multi_nics = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1138e81f-537f-4b8a-9499-2c97ffe04acf failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:27Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-64ccd552-7747-40f2-84c1-d7b99f3b3565.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 1 | 5 | 0 | 2 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
fail
ft39.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:29,990 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.299s
2025-11-24 20:36:29,990 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:29 GMT', 'server': 'Apache', 'content-length': '5706', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-78f1a710-2f9c-4234-a044-f4d1c805d2fa', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6fca0f12f9344954bf7e9823fa8dfd19", "name": "tempest-DeleteServersTestJSON-132594122-project-member", "password_expires_at": null}, "audit_ids": ["RfohDUtLSSmGY4BGvp1jYw"], "expires_at": "2025-11-24T21:36:29.000000Z", "issued_at": "2025-11-24T20:36:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370467d9293a40e1b741ffed50eec440", "name": "tempest-DeleteServersTestJSON-132594122"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{
2025-11-24 20:36:29,991 45 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': 'a08ab98e-5571-4bd7-ac72-f231b9050d60', 'name': 'tempest-DeleteServersTestJSON-2110844443-network', 'tenant_id': '370467d9293a40e1b741ffed50eec440', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '370467d9293a40e1b741ffed50eec440', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53095, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:22Z', 'updated_at': '2025-11-24T20:36:22Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:32,278 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.286s
2025-11-24 20:36:32,278 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1000696629", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "a08ab98e-5571-4bd7-ac72-f231b9050d60"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:30 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7552d770-6585-47af-8e7f-2dd6c4609c0b', 'x-compute-request-id': 'req-7552d770-6585-47af-8e7f-2dd6c4609c0b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "844b12b8-b254-4eb3-91ca-b381bcd6c155", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "RqobLL6D26nV"}}'
2025-11-24 20:36:33,166 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155 0.884s
2025-11-24 20:36:33,166 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:32 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37ee5633-a817-4641-a318-8d75569bb36d', 'x-compute-request-id': 'req-37ee5633-a817-4641-a318-8d75569bb36d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155'}
Body: b'{"server": {"id": "844b12b8-b254-4eb3-91ca-b381bcd6c155", "name": "tempest-DeleteServersTestJSON-server-1000696629", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:32Z", "updated": "2025-11-24T20:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:32Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:34,746 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155 0.576s
2025-11-24 20:36:34,746 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:34 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24f649aa-8806-46c8-901f-c7278dbc9f4c', 'x-compute-request-id': 'req-24f649aa-8806-46c8-901f-c7278dbc9f4c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155'}
Body: b'{"server": {"id": "844b12b8-b254-4eb3-91ca-b381bcd6c155", "name": "tempest-DeleteServersTestJSON-server-1000696629", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:32Z", "updated": "2025-11-24T20:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:32Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:35,297 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155 0.546s
2025-11-24 20:36:35,297 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:34 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d89e30-d037-4517-a0ff-92fcbfb0cdf0', 'x-compute-request-id': 'req-36d89e30-d037-4517-a0ff-92fcbfb0cdf0', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155'}
Body: b''
2025-11-24 20:36:35,440 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155 0.142s
2025-11-24 20:36:35,440 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:35 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b71d721-297d-4ceb-9a2d-9f9f4ac8935d', 'x-compute-request-id': 'req-4b71d721-297d-4ceb-9a2d-9f9f4ac8935d', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/844b12b8-b254-4eb3-91ca-b381bcd6c155'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 844b12b8-b254-4eb3-91ca-b381bcd6c155 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_delete_server.py", line 50, in test_delete_active_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 844b12b8-b254-4eb3-91ca-b381bcd6c155 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:32Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7552d770-6585-47af-8e7f-2dd6c4609c0b.
|
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
skip
pt39.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt39.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159]
|
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
fail
ft39.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:39,267 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.352s
2025-11-24 20:36:39,267 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:38 GMT', 'server': 'Apache', 'content-length': '5706', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ddf35a6a-2e11-4c23-b36a-9e8e3a8b74b6', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6fca0f12f9344954bf7e9823fa8dfd19", "name": "tempest-DeleteServersTestJSON-132594122-project-member", "password_expires_at": null}, "audit_ids": ["4EQNgBysSjijpBL49mXUVA"], "expires_at": "2025-11-24T21:36:39.000000Z", "issued_at": "2025-11-24T20:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370467d9293a40e1b741ffed50eec440", "name": "tempest-DeleteServersTestJSON-132594122"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{
2025-11-24 20:36:39,268 45 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_pause_state) Found network {'id': 'a08ab98e-5571-4bd7-ac72-f231b9050d60', 'name': 'tempest-DeleteServersTestJSON-2110844443-network', 'tenant_id': '370467d9293a40e1b741ffed50eec440', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '370467d9293a40e1b741ffed50eec440', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53095, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:22Z', 'updated_at': '2025-11-24T20:36:22Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:43,232 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.964s
2025-11-24 20:36:43,233 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-834295934", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "a08ab98e-5571-4bd7-ac72-f231b9050d60"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:39 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd225ef7-dc7b-49f3-adb2-a0ace5c8da6a', 'x-compute-request-id': 'req-bd225ef7-dc7b-49f3-adb2-a0ace5c8da6a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "a08b9be5-7564-4f10-b2fc-9923b8639b04", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "oeS8deu5iCaZ"}}'
2025-11-24 20:36:44,730 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04 1.495s
2025-11-24 20:36:44,730 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:43 GMT', 'server': 'Apache', 'content-length': '1360', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a304069-4376-4eb3-b611-3047e4c3409e', 'x-compute-request-id': 'req-0a304069-4376-4eb3-b611-3047e4c3409e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04'}
Body: b'{"server": {"id": "a08b9be5-7564-4f10-b2fc-9923b8639b04", "name": "tempest-DeleteServersTestJSON-server-834295934", "status": "BUILD", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:43Z", "updated": "2025-11-24T20:36:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:46,359 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04 0.624s
2025-11-24 20:36:46,359 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:45 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cfaa0de-7397-43a4-a50c-570427c286fd', 'x-compute-request-id': 'req-4cfaa0de-7397-43a4-a50c-570427c286fd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04'}
Body: b'{"server": {"id": "a08b9be5-7564-4f10-b2fc-9923b8639b04", "name": "tempest-DeleteServersTestJSON-server-834295934", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:43Z", "updated": "2025-11-24T20:36:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:43Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:46,363 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:36:46,862 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04 0.498s
2025-11-24 20:36:46,862 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:46 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d7790c3-cad7-454a-b916-b4494ac179dc', 'x-compute-request-id': 'req-4d7790c3-cad7-454a-b916-b4494ac179dc', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04'}
Body: b''
2025-11-24 20:36:47,995 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_pause_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04 1.132s
2025-11-24 20:36:47,995 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:46 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aa5c522-f0f4-4312-9a3b-b7a7bd09103b', 'x-compute-request-id': 'req-0aa5c522-f0f4-4312-9a3b-b7a7bd09103b', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a08b9be5-7564-4f10-b2fc-9923b8639b04'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance a08b9be5-7564-4f10-b2fc-9923b8639b04 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_delete_server.py", line 68, in test_delete_server_while_in_pause_state
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a08b9be5-7564-4f10-b2fc-9923b8639b04 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:43Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-bd225ef7-dc7b-49f3-adb2-a0ace5c8da6a.
|
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
fail
ft39.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:48,316 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.315s
2025-11-24 20:36:48,317 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:48 GMT', 'server': 'Apache', 'content-length': '5706', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6895bbfc-e860-4713-a2c0-a3f8dd0b7f28', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6fca0f12f9344954bf7e9823fa8dfd19", "name": "tempest-DeleteServersTestJSON-132594122-project-member", "password_expires_at": null}, "audit_ids": ["WIMqaWgaTqyVLwaaTrGAEw"], "expires_at": "2025-11-24T21:36:48.000000Z", "issued_at": "2025-11-24T20:36:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370467d9293a40e1b741ffed50eec440", "name": "tempest-DeleteServersTestJSON-132594122"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{
2025-11-24 20:36:48,317 45 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': 'a08ab98e-5571-4bd7-ac72-f231b9050d60', 'name': 'tempest-DeleteServersTestJSON-2110844443-network', 'tenant_id': '370467d9293a40e1b741ffed50eec440', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '370467d9293a40e1b741ffed50eec440', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53095, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:22Z', 'updated_at': '2025-11-24T20:36:22Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:51,109 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.791s
2025-11-24 20:36:51,109 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1940296521", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "a08ab98e-5571-4bd7-ac72-f231b9050d60"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:48 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9822b85-bd6b-48c6-9eec-71baf9f12f25', 'x-compute-request-id': 'req-f9822b85-bd6b-48c6-9eec-71baf9f12f25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b3f244d1-cb81-4e82-b41b-3f83ea4672d0", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "KzAjo3EcgXWW"}}'
2025-11-24 20:36:51,979 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0 0.868s
2025-11-24 20:36:51,979 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:51 GMT', 'server': 'Apache', 'content-length': '1361', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc52bf02-416a-44f7-bbaa-b6ee129e96a0', 'x-compute-request-id': 'req-fc52bf02-416a-44f7-bbaa-b6ee129e96a0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0'}
Body: b'{"server": {"id": "b3f244d1-cb81-4e82-b41b-3f83ea4672d0", "name": "tempest-DeleteServersTestJSON-server-1940296521", "status": "BUILD", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:51Z", "updated": "2025-11-24T20:36:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:54,015 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0 1.031s
2025-11-24 20:36:54,016 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:52 GMT', 'server': 'Apache', 'content-length': '1471', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26ef73db-e95a-40cd-88db-2ec19239bfda', 'x-compute-request-id': 'req-26ef73db-e95a-40cd-88db-2ec19239bfda', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0'}
Body: b'{"server": {"id": "b3f244d1-cb81-4e82-b41b-3f83ea4672d0", "name": "tempest-DeleteServersTestJSON-server-1940296521", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:51Z", "updated": "2025-11-24T20:36:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:52Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:54,020 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait
2025-11-24 20:36:56,551 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0 2.530s
2025-11-24 20:36:56,551 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:54 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f410ce62-1fa8-4f0f-9bfc-55d014b08ba1', 'x-compute-request-id': 'req-f410ce62-1fa8-4f0f-9bfc-55d014b08ba1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0'}
Body: b''
2025-11-24 20:36:56,850 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0 0.298s
2025-11-24 20:36:56,850 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:56 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17c4f8bf-0865-42f9-b0ad-8c0f9145a3bc', 'x-compute-request-id': 'req-17c4f8bf-0865-42f9-b0ad-8c0f9145a3bc', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b3f244d1-cb81-4e82-b41b-3f83ea4672d0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b3f244d1-cb81-4e82-b41b-3f83ea4672d0 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_delete_server.py", line 90, in test_delete_server_while_in_shelved_state
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b3f244d1-cb81-4e82-b41b-3f83ea4672d0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:52Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-f9822b85-bd6b-48c6-9eec-71baf9f12f25.
|
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
fail
ft39.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:57,291 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.426s
2025-11-24 20:36:57,291 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:56 GMT', 'server': 'Apache', 'content-length': '5706', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2686b85d-4b6c-45a0-a6ab-2fe1eecc0b57', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6fca0f12f9344954bf7e9823fa8dfd19", "name": "tempest-DeleteServersTestJSON-132594122-project-member", "password_expires_at": null}, "audit_ids": ["QQQClm5SSueaZMYRMpshjQ"], "expires_at": "2025-11-24T21:36:57.000000Z", "issued_at": "2025-11-24T20:36:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370467d9293a40e1b741ffed50eec440", "name": "tempest-DeleteServersTestJSON-132594122"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{
2025-11-24 20:36:57,292 45 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': 'a08ab98e-5571-4bd7-ac72-f231b9050d60', 'name': 'tempest-DeleteServersTestJSON-2110844443-network', 'tenant_id': '370467d9293a40e1b741ffed50eec440', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '370467d9293a40e1b741ffed50eec440', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53095, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:22Z', 'updated_at': '2025-11-24T20:36:22Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:59,827 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.535s
2025-11-24 20:36:59,827 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-387268433", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "a08ab98e-5571-4bd7-ac72-f231b9050d60"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:57 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf4d9787-c70a-4f99-8108-f54b55983aeb', 'x-compute-request-id': 'req-bf4d9787-c70a-4f99-8108-f54b55983aeb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "0a9a933d-02c7-4e34-8deb-dde65ff920b0", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "LSe4sH5GZkTd"}}'
2025-11-24 20:37:00,494 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0 0.665s
2025-11-24 20:37:00,494 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:59 GMT', 'server': 'Apache', 'content-length': '1360', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cbbdb84-d128-4e20-98fa-5388962f5e02', 'x-compute-request-id': 'req-5cbbdb84-d128-4e20-98fa-5388962f5e02', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0'}
Body: b'{"server": {"id": "0a9a933d-02c7-4e34-8deb-dde65ff920b0", "name": "tempest-DeleteServersTestJSON-server-387268433", "status": "BUILD", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:59Z", "updated": "2025-11-24T20:37:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:01,883 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0 0.379s
2025-11-24 20:37:01,883 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:01 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-824132de-1ce3-4221-bdbd-ffcc4f0ac63a', 'x-compute-request-id': 'req-824132de-1ce3-4221-bdbd-ffcc4f0ac63a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0'}
Body: b'{"server": {"id": "0a9a933d-02c7-4e34-8deb-dde65ff920b0", "name": "tempest-DeleteServersTestJSON-server-387268433", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:59Z", "updated": "2025-11-24T20:37:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:00Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:01,888 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:37:03,485 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0 1.596s
2025-11-24 20:37:03,486 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f220868-1ef5-463a-9d00-bf48ed25b626', 'x-compute-request-id': 'req-5f220868-1ef5-463a-9d00-bf48ed25b626', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0'}
Body: b''
2025-11-24 20:37:04,126 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0 0.639s
2025-11-24 20:37:04,127 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:03 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f263c067-6a1f-4cca-9afa-248be970b5fc', 'x-compute-request-id': 'req-f263c067-6a1f-4cca-9afa-248be970b5fc', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0a9a933d-02c7-4e34-8deb-dde65ff920b0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0a9a933d-02c7-4e34-8deb-dde65ff920b0 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_delete_server.py", line 57, in test_delete_server_while_in_shutoff_state
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0a9a933d-02c7-4e34-8deb-dde65ff920b0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:00Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-bf4d9787-c70a-4f99-8108-f54b55983aeb.
|
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
fail
ft39.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:04,436 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.302s
2025-11-24 20:37:04,439 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:04 GMT', 'server': 'Apache', 'content-length': '5706', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bd9d8f93-b24f-49d4-9e65-9edb5a164ba5', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6fca0f12f9344954bf7e9823fa8dfd19", "name": "tempest-DeleteServersTestJSON-132594122-project-member", "password_expires_at": null}, "audit_ids": ["WjZmVJv7QaWnRgVKNG-_Vg"], "expires_at": "2025-11-24T21:37:04.000000Z", "issued_at": "2025-11-24T20:37:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370467d9293a40e1b741ffed50eec440", "name": "tempest-DeleteServersTestJSON-132594122"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_370467d9293a40e1b741ffed50eec440", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{
2025-11-24 20:37:04,440 45 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': 'a08ab98e-5571-4bd7-ac72-f231b9050d60', 'name': 'tempest-DeleteServersTestJSON-2110844443-network', 'tenant_id': '370467d9293a40e1b741ffed50eec440', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '370467d9293a40e1b741ffed50eec440', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53095, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:22Z', 'updated_at': '2025-11-24T20:36:22Z', 'revision_number': 1} available for tenant
2025-11-24 20:37:06,189 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.748s
2025-11-24 20:37:06,190 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-787225700", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "a08ab98e-5571-4bd7-ac72-f231b9050d60"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:04 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7ded558-c3ad-427e-b8f4-39051a7eaf27', 'x-compute-request-id': 'req-d7ded558-c3ad-427e-b8f4-39051a7eaf27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "559872b5-e0a1-43e4-b563-e18c25daa79d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Fj7hXEjzrH7k"}}'
2025-11-24 20:37:06,543 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d 0.352s
2025-11-24 20:37:06,543 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:06 GMT', 'server': 'Apache', 'content-length': '1360', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d65bbd5-6db3-4520-991e-c487985fb15b', 'x-compute-request-id': 'req-2d65bbd5-6db3-4520-991e-c487985fb15b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d'}
Body: b'{"server": {"id": "559872b5-e0a1-43e4-b563-e18c25daa79d", "name": "tempest-DeleteServersTestJSON-server-787225700", "status": "BUILD", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:06Z", "updated": "2025-11-24T20:37:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:07,963 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d 0.412s
2025-11-24 20:37:07,963 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:07 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba7493ea-1db7-4b15-87fc-f4317beb8477', 'x-compute-request-id': 'req-ba7493ea-1db7-4b15-87fc-f4317beb8477', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d'}
Body: b'{"server": {"id": "559872b5-e0a1-43e4-b563-e18c25daa79d", "name": "tempest-DeleteServersTestJSON-server-787225700", "status": "ERROR", "tenant_id": "370467d9293a40e1b741ffed50eec440", "user_id": "6fca0f12f9344954bf7e9823fa8dfd19", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:37:06Z", "updated": "2025-11-24T20:37:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/559872b5-e0a1-43e4-b563-e18c25daa79d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:06Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:37:07,966 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:37:08,388 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d 0.421s
2025-11-24 20:37:08,388 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:07 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e6e8c91-b32a-4fe0-bc91-cc0c96a82e1e', 'x-compute-request-id': 'req-4e6e8c91-b32a-4fe0-bc91-cc0c96a82e1e', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d'}
Body: b''
2025-11-24 20:37:08,524 45 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d 0.135s
2025-11-24 20:37:08,524 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:08 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1299120-0aa7-40a1-a316-e3d39fa919de', 'x-compute-request-id': 'req-e1299120-0aa7-40a1-a316-e3d39fa919de', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/559872b5-e0a1-43e4-b563-e18c25daa79d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 559872b5-e0a1-43e4-b563-e18c25daa79d could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_delete_server.py", line 79, in test_delete_server_while_in_suspended_state
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 559872b5-e0a1-43e4-b563-e18c25daa79d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:06Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-d7ded558-c3ad-427e-b8f4-39051a7eaf27.
|
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
skip
pt39.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]
|
||||||
| tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 0 | 3 | 0 | 2 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
fail
ft40.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:48,334 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.292s
2025-11-24 20:39:48,335 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:48 GMT', 'server': 'Apache', 'content-length': '5714', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-38e29b6e-1000-446a-a280-857d77aaa1f4', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afbd4e49f58741baba84535c879baf50", "name": "tempest-ServerDiskConfigTestJSON-1368856685-project-member", "password_expires_at": null}, "audit_ids": ["Pn_TjgkLRL-11ZxQd1RQEw"], "expires_at": "2025-11-24T21:39:48.000000Z", "issued_at": "2025-11-24T20:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f76746ab42514c7c91b14bc9d9104306", "name": "tempest-ServerDiskConfigTestJSON-1368856685"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoi
2025-11-24 20:39:48,335 46 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': 'b9c87da2-6284-480b-902c-239e27959a95', 'name': 'tempest-ServerDiskConfigTestJSON-1545830700-network', 'tenant_id': 'f76746ab42514c7c91b14bc9d9104306', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f76746ab42514c7c91b14bc9d9104306', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44190, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:39:40Z', 'updated_at': '2025-11-24T20:39:40Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:51,215 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.878s
2025-11-24 20:39:51,215 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1084204736", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "b9c87da2-6284-480b-902c-239e27959a95"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:48 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88bcc294-3caa-40d8-a03a-0776af9b7702', 'x-compute-request-id': 'req-88bcc294-3caa-40d8-a03a-0776af9b7702', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "91d3e518-1f3f-44e2-88ca-5c97f67a8db5", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QzG9M23wkb2C"}}'
2025-11-24 20:39:51,808 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5 0.591s
2025-11-24 20:39:51,808 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:51 GMT', 'server': 'Apache', 'content-length': '1364', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-967b5d08-432b-4ad5-98d5-f348e3f63369', 'x-compute-request-id': 'req-967b5d08-432b-4ad5-98d5-f348e3f63369', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5'}
Body: b'{"server": {"id": "91d3e518-1f3f-44e2-88ca-5c97f67a8db5", "name": "tempest-ServerDiskConfigTestJSON-server-1084204736", "status": "BUILD", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:51Z", "updated": "2025-11-24T20:39:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:53,145 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5 0.332s
2025-11-24 20:39:53,146 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:52 GMT', 'server': 'Apache', 'content-length': '1474', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-341883f4-d0c0-413b-a46c-8de14daa54cb', 'x-compute-request-id': 'req-341883f4-d0c0-413b-a46c-8de14daa54cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5'}
Body: b'{"server": {"id": "91d3e518-1f3f-44e2-88ca-5c97f67a8db5", "name": "tempest-ServerDiskConfigTestJSON-server-1084204736", "status": "ERROR", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:51Z", "updated": "2025-11-24T20:39:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:52Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:53,151 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:39:53,805 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5 0.654s
2025-11-24 20:39:53,806 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:53 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ea0de74-4912-4488-98cb-71152c95db36', 'x-compute-request-id': 'req-7ea0de74-4912-4488-98cb-71152c95db36', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5'}
Body: b''
2025-11-24 20:39:53,961 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5 0.155s
2025-11-24 20:39:53,962 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:53 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-622b5dc2-f808-4728-8af2-e984b15e894c', 'x-compute-request-id': 'req-622b5dc2-f808-4728-8af2-e984b15e894c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/91d3e518-1f3f-44e2-88ca-5c97f67a8db5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 91d3e518-1f3f-44e2-88ca-5c97f67a8db5 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_disk_config.py", line 74, in test_rebuild_server_with_auto_disk_config
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 91d3e518-1f3f-44e2-88ca-5c97f67a8db5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:52Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-88bcc294-3caa-40d8-a03a-0776af9b7702.
|
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
fail
ft40.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:54,409 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.438s
2025-11-24 20:39:54,409 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:54 GMT', 'server': 'Apache', 'content-length': '5714', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-781fa4be-a829-4cba-aedf-d82a6dccb3c7', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afbd4e49f58741baba84535c879baf50", "name": "tempest-ServerDiskConfigTestJSON-1368856685-project-member", "password_expires_at": null}, "audit_ids": ["I1H4fiMORdC5ME6ei6z3Sw"], "expires_at": "2025-11-24T21:39:54.000000Z", "issued_at": "2025-11-24T20:39:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f76746ab42514c7c91b14bc9d9104306", "name": "tempest-ServerDiskConfigTestJSON-1368856685"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoi
2025-11-24 20:39:54,410 46 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': 'b9c87da2-6284-480b-902c-239e27959a95', 'name': 'tempest-ServerDiskConfigTestJSON-1545830700-network', 'tenant_id': 'f76746ab42514c7c91b14bc9d9104306', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f76746ab42514c7c91b14bc9d9104306', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44190, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:39:40Z', 'updated_at': '2025-11-24T20:39:40Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:56,311 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.900s
2025-11-24 20:39:56,311 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-2005875070", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "b9c87da2-6284-480b-902c-239e27959a95"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:54 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8beab104-219b-4a18-9834-33df762dff2d', 'x-compute-request-id': 'req-8beab104-219b-4a18-9834-33df762dff2d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bc3486c2-1b73-42f5-a878-cd1bb56cf599", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "o66d5JC9B6aW"}}'
2025-11-24 20:39:56,574 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599 0.262s
2025-11-24 20:39:56,575 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:56 GMT', 'server': 'Apache', 'content-length': '1364', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c2c6368-1f7c-46d1-a6b4-a669927050ef', 'x-compute-request-id': 'req-5c2c6368-1f7c-46d1-a6b4-a669927050ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599'}
Body: b'{"server": {"id": "bc3486c2-1b73-42f5-a878-cd1bb56cf599", "name": "tempest-ServerDiskConfigTestJSON-server-2005875070", "status": "BUILD", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:56Z", "updated": "2025-11-24T20:39:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:57,822 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599 0.239s
2025-11-24 20:39:57,822 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:57 GMT', 'server': 'Apache', 'content-length': '1474', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaaa8cf0-196a-428e-8bd3-e3d1103a3f1d', 'x-compute-request-id': 'req-eaaa8cf0-196a-428e-8bd3-e3d1103a3f1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599'}
Body: b'{"server": {"id": "bc3486c2-1b73-42f5-a878-cd1bb56cf599", "name": "tempest-ServerDiskConfigTestJSON-server-2005875070", "status": "ERROR", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:56Z", "updated": "2025-11-24T20:39:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:57Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:57,828 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:39:58,759 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599 0.929s
2025-11-24 20:39:58,759 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:57 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e808a978-8d2e-42dd-bb53-6446d6ae3747', 'x-compute-request-id': 'req-e808a978-8d2e-42dd-bb53-6446d6ae3747', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599'}
Body: b''
2025-11-24 20:39:58,853 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599 0.093s
2025-11-24 20:39:58,853 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:58 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cabb1fc-4bae-425e-a57c-c0541b3f1839', 'x-compute-request-id': 'req-7cabb1fc-4bae-425e-a57c-c0541b3f1839', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bc3486c2-1b73-42f5-a878-cd1bb56cf599'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bc3486c2-1b73-42f5-a878-cd1bb56cf599 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_disk_config.py", line 55, in test_rebuild_server_with_manual_disk_config
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bc3486c2-1b73-42f5-a878-cd1bb56cf599 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:57Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-8beab104-219b-4a18-9834-33df762dff2d.
|
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
skip
pt40.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]
|
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
skip
pt40.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]
|
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
fail
ft40.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:59,202 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.334s
2025-11-24 20:39:59,202 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:58 GMT', 'server': 'Apache', 'content-length': '5714', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32af9bb8-e395-45b2-84d9-a489286cd160', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afbd4e49f58741baba84535c879baf50", "name": "tempest-ServerDiskConfigTestJSON-1368856685-project-member", "password_expires_at": null}, "audit_ids": ["GV7UVSp8QIC11k4XaU5bDA"], "expires_at": "2025-11-24T21:39:59.000000Z", "issued_at": "2025-11-24T20:39:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f76746ab42514c7c91b14bc9d9104306", "name": "tempest-ServerDiskConfigTestJSON-1368856685"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f76746ab42514c7c91b14bc9d9104306", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoi
2025-11-24 20:39:59,202 46 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': 'b9c87da2-6284-480b-902c-239e27959a95', 'name': 'tempest-ServerDiskConfigTestJSON-1545830700-network', 'tenant_id': 'f76746ab42514c7c91b14bc9d9104306', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f76746ab42514c7c91b14bc9d9104306', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44190, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:39:40Z', 'updated_at': '2025-11-24T20:39:40Z', 'revision_number': 1} available for tenant
2025-11-24 20:40:00,557 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.353s
2025-11-24 20:40:00,557 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-90386937", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "b9c87da2-6284-480b-902c-239e27959a95"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:59 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2921621-e431-4407-a5e8-98a25e02f72c', 'x-compute-request-id': 'req-e2921621-e431-4407-a5e8-98a25e02f72c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "7626d739-4233-4c26-8b56-b989e153af51", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7626d739-4233-4c26-8b56-b989e153af51"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7TNjq5FdBoA9"}}'
2025-11-24 20:40:00,897 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51 0.338s
2025-11-24 20:40:00,897 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:00 GMT', 'server': 'Apache', 'content-length': '1362', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec8d98be-a857-49b2-950d-46afc5839753', 'x-compute-request-id': 'req-ec8d98be-a857-49b2-950d-46afc5839753', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51'}
Body: b'{"server": {"id": "7626d739-4233-4c26-8b56-b989e153af51", "name": "tempest-ServerDiskConfigTestJSON-server-90386937", "status": "BUILD", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:40:00Z", "updated": "2025-11-24T20:40:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7626d739-4233-4c26-8b56-b989e153af51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:40:02,136 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51 0.235s
2025-11-24 20:40:02,138 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:01 GMT', 'server': 'Apache', 'content-length': '1472', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-279b41fa-81ff-464d-8dd8-39f05cba8816', 'x-compute-request-id': 'req-279b41fa-81ff-464d-8dd8-39f05cba8816', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51'}
Body: b'{"server": {"id": "7626d739-4233-4c26-8b56-b989e153af51", "name": "tempest-ServerDiskConfigTestJSON-server-90386937", "status": "ERROR", "tenant_id": "f76746ab42514c7c91b14bc9d9104306", "user_id": "afbd4e49f58741baba84535c879baf50", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:40:00Z", "updated": "2025-11-24T20:40:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7626d739-4233-4c26-8b56-b989e153af51"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:40:01Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:40:02,143 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:40:02,538 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51 0.395s
2025-11-24 20:40:02,539 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:02 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43996c44-1b84-487d-abbb-f235c15ef650', 'x-compute-request-id': 'req-43996c44-1b84-487d-abbb-f235c15ef650', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51'}
Body: b''
2025-11-24 20:40:02,616 46 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51 0.077s
2025-11-24 20:40:02,617 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:02 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7841e740-083b-4064-b512-c628cecd4d91', 'x-compute-request-id': 'req-7841e740-083b-4064-b512-c628cecd4d91', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7626d739-4233-4c26-8b56-b989e153af51'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7626d739-4233-4c26-8b56-b989e153af51 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_disk_config.py", line 125, in test_update_server_from_auto_to_manual
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7626d739-4233-4c26-8b56-b989e153af51 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:01Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-e2921621-e431-4407-a5e8-98a25e02f72c.
|
||||||
| tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
fail
ft41.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:58,212 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.299s
2025-11-24 20:37:58,213 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:57 GMT', 'server': 'Apache', 'content-length': '5720', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e830f6cc-069d-460b-9751-e05daa163d54', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "216c2a55f54144f1aae6e4d68ee50ef6", "name": "tempest-InstanceActionsV221TestJSON-1226562325-project-member", "password_expires_at": null}, "audit_ids": ["s6yqpjVsR6GDrtibxMmGkw"], "expires_at": "2025-11-24T21:37:58.000000Z", "issued_at": "2025-11-24T20:37:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbac99c55cd942b5b93826962d2dee23", "name": "tempest-InstanceActionsV221TestJSON-1226562325"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_dbac99c55cd942b5b93826962d2dee23", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_dbac99c55cd942b5b93826962d2dee23", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"
2025-11-24 20:37:58,213 45 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': '54209c49-fb8f-4eea-8721-951b06ad7fb8', 'name': 'tempest-InstanceActionsV221TestJSON-1263276608-network', 'tenant_id': 'dbac99c55cd942b5b93826962d2dee23', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dbac99c55cd942b5b93826962d2dee23', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19794, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:37:50Z', 'updated_at': '2025-11-24T20:37:50Z', 'revision_number': 1} available for tenant
2025-11-24 20:38:00,084 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.871s
2025-11-24 20:38:00,085 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-InstanceActionsV221TestJSON-server-1149073553", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "54209c49-fb8f-4eea-8721-951b06ad7fb8"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:58 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d7fd603-9ba1-4bd4-831d-d69a6543358c', 'x-compute-request-id': 'req-4d7fd603-9ba1-4bd4-831d-d69a6543358c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "664d1154-2b06-431a-88bd-1c1214460358", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664d1154-2b06-431a-88bd-1c1214460358"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "g5XTb7d6eTmB"}}'
2025-11-24 20:38:00,420 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358 0.332s
2025-11-24 20:38:00,421 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:00 GMT', 'server': 'Apache', 'content-length': '1405', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f6339d-752a-4816-a7aa-29e7fdc722e2', 'x-compute-request-id': 'req-57f6339d-752a-4816-a7aa-29e7fdc722e2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358'}
Body: b'{"server": {"id": "664d1154-2b06-431a-88bd-1c1214460358", "name": "tempest-InstanceActionsV221TestJSON-server-1149073553", "status": "BUILD", "tenant_id": "dbac99c55cd942b5b93826962d2dee23", "user_id": "216c2a55f54144f1aae6e4d68ee50ef6", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:38:00Z", "updated": "2025-11-24T20:38:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664d1154-2b06-431a-88bd-1c1214460358"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-24 20:38:01,953 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358 0.524s
2025-11-24 20:38:01,954 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:01 GMT', 'server': 'Apache', 'content-length': '1515', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-334385d7-0368-4fe5-90f7-5c808f6278d1', 'x-compute-request-id': 'req-334385d7-0368-4fe5-90f7-5c808f6278d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358'}
Body: b'{"server": {"id": "664d1154-2b06-431a-88bd-1c1214460358", "name": "tempest-InstanceActionsV221TestJSON-server-1149073553", "status": "ERROR", "tenant_id": "dbac99c55cd942b5b93826962d2dee23", "user_id": "216c2a55f54144f1aae6e4d68ee50ef6", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:38:00Z", "updated": "2025-11-24T20:38:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/664d1154-2b06-431a-88bd-1c1214460358"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:38:00Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-24 20:38:01,958 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:38:02,479 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358 0.521s
2025-11-24 20:38:02,480 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaaa80f6-b98e-4c23-aa10-24140bbc9e7c', 'x-compute-request-id': 'req-aaaa80f6-b98e-4c23-aa10-24140bbc9e7c', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358'}
Body: b''
2025-11-24 20:38:02,766 45 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358 0.286s
2025-11-24 20:38:02,767 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.21', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:38:02 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.21', 'x-openstack-nova-api-version': '2.21', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9fa68f6-ee85-48a4-bd86-662283649e4f', 'x-compute-request-id': 'req-e9fa68f6-ee85-48a4-bd86-662283649e4f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/664d1154-2b06-431a-88bd-1c1214460358'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 664d1154-2b06-431a-88bd-1c1214460358 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_instance_actions.py", line 77, in test_get_list_deleted_instance_actions
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 664d1154-2b06-431a-88bd-1c1214460358 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:38:00Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-4d7fd603-9ba1-4bd4-831d-d69a6543358c.
|
||||||
| tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
fail
ft42.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:51,152 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.481s
2025-11-24 20:39:51,153 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:50 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-89e9260d-3628-4de0-9be6-639f8cd67b5c', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "212f9ccae314478091e6ddd687f99e12", "name": "tempest-MultipleCreateTestJSON-1281874408-project-member", "password_expires_at": null}, "audit_ids": ["W3WM-GsKS-2ln-mAd5XXgg"], "expires_at": "2025-11-24T21:39:51.000000Z", "issued_at": "2025-11-24T20:39:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6624c1cde8df4b1f94257358d884b037", "name": "tempest-MultipleCreateTestJSON-1281874408"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_6624c1cde8df4b1f94257358d884b037", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_6624c1cde8df4b1f94257358d884b037", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:39:51,154 44 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': 'a139c3bf-86d2-4b09-8294-1add4a74b6b4', 'name': 'tempest-MultipleCreateTestJSON-1955698787-network', 'tenant_id': '6624c1cde8df4b1f94257358d884b037', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6624c1cde8df4b1f94257358d884b037', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22410, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:39:40Z', 'updated_at': '2025-11-24T20:39:40Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:53,194 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.038s
2025-11-24 20:39:53,194 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-tempest.common.compute-instance-701176954", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "min_count": 2, "networks": [{"uuid": "a139c3bf-86d2-4b09-8294-1add4a74b6b4"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:51 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5550c25e-c69f-4215-9e4e-ee26e59c4527', 'x-compute-request-id': 'req-5550c25e-c69f-4215-9e4e-ee26e59c4527', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b39819e7-1a0f-40b1-8a83-86306b78928d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b39819e7-1a0f-40b1-8a83-86306b78928d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NFe7jDpGVjHf"}}'
2025-11-24 20:39:53,415 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.218s
2025-11-24 20:39:53,415 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:53 GMT', 'server': 'Apache', 'content-length': '755', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb2c7c94-35c3-4e07-a9f4-73085c303a4f', 'x-compute-request-id': 'req-cb2c7c94-35c3-4e07-a9f4-73085c303a4f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"servers": [{"id": "58c457e4-e9e8-403b-bdd0-ca14f828cc8e", "name": "tempest-tempest.common.compute-instance-701176954-2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}]}, {"id": "b39819e7-1a0f-40b1-8a83-86306b78928d", "name": "tempest-tempest.common.compute-instance-701176954-1", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b39819e7-1a0f-40b1-8a83-86306b78928d"}]}]}'
2025-11-24 20:39:53,667 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e 0.250s
2025-11-24 20:39:53,668 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:53 GMT', 'server': 'Apache', 'content-length': '1365', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f20e4c89-405a-4523-b872-1110a330f4d4', 'x-compute-request-id': 'req-f20e4c89-405a-4523-b872-1110a330f4d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e'}
Body: b'{"server": {"id": "58c457e4-e9e8-403b-bdd0-ca14f828cc8e", "name": "tempest-tempest.common.compute-instance-701176954-2", "status": "BUILD", "tenant_id": "6624c1cde8df4b1f94257358d884b037", "user_id": "212f9ccae314478091e6ddd687f99e12", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:53Z", "updated": "2025-11-24T20:39:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:54,914 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e 0.243s
2025-11-24 20:39:54,915 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:54 GMT', 'server': 'Apache', 'content-length': '1475', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33c697d0-f131-4390-b396-daf792d3532e', 'x-compute-request-id': 'req-33c697d0-f131-4390-b396-daf792d3532e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e'}
Body: b'{"server": {"id": "58c457e4-e9e8-403b-bdd0-ca14f828cc8e", "name": "tempest-tempest.common.compute-instance-701176954-2", "status": "ERROR", "tenant_id": "6624c1cde8df4b1f94257358d884b037", "user_id": "212f9ccae314478091e6ddd687f99e12", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:53Z", "updated": "2025-11-24T20:39:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:54Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:39:54,923 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:39:55,417 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e 0.493s
2025-11-24 20:39:55,418 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:54 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d505d7a-9be9-49b4-b48c-45c7623f2c8b', 'x-compute-request-id': 'req-6d505d7a-9be9-49b4-b48c-45c7623f2c8b', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e'}
Body: b''
2025-11-24 20:39:55,990 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d 0.572s
2025-11-24 20:39:55,991 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:55 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66de74ee-17c1-4ed7-bcc4-65b38e3473d0', 'x-compute-request-id': 'req-66de74ee-17c1-4ed7-bcc4-65b38e3473d0', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d'}
Body: b''
2025-11-24 20:39:56,074 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e 0.083s
2025-11-24 20:39:56,074 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:56 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-160854d8-4d44-4344-8dc3-46bec93d32a8', 'x-compute-request-id': 'req-160854d8-4d44-4344-8dc3-46bec93d32a8', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/58c457e4-e9e8-403b-bdd0-ca14f828cc8e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 58c457e4-e9e8-403b-bdd0-ca14f828cc8e could not be found."}}'
2025-11-24 20:39:56,165 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d 0.090s
2025-11-24 20:39:56,165 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:56 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6ccf77e-6e8e-4a68-8138-1d1510865125', 'x-compute-request-id': 'req-a6ccf77e-6e8e-4a68-8138-1d1510865125', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b39819e7-1a0f-40b1-8a83-86306b78928d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b39819e7-1a0f-40b1-8a83-86306b78928d could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_multiple_create.py", line 33, in test_multiple_create
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 58c457e4-e9e8-403b-bdd0-ca14f828cc8e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:54Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-5550c25e-c69f-4215-9e4e-ee26e59c4527.
|
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
fail
ft42.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:39:56,634 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.454s
2025-11-24 20:39:56,634 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:56 GMT', 'server': 'Apache', 'content-length': '5710', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8b0589be-14cc-4a0a-91ac-9e61cb792526', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "212f9ccae314478091e6ddd687f99e12", "name": "tempest-MultipleCreateTestJSON-1281874408-project-member", "password_expires_at": null}, "audit_ids": ["fpD7cn33ROahdfQQioDLXQ"], "expires_at": "2025-11-24T21:39:56.000000Z", "issued_at": "2025-11-24T20:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6624c1cde8df4b1f94257358d884b037", "name": "tempest-MultipleCreateTestJSON-1281874408"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_6624c1cde8df4b1f94257358d884b037", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_6624c1cde8df4b1f94257358d884b037", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints"
2025-11-24 20:39:56,635 44 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': 'a139c3bf-86d2-4b09-8294-1add4a74b6b4', 'name': 'tempest-MultipleCreateTestJSON-1955698787-network', 'tenant_id': '6624c1cde8df4b1f94257358d884b037', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6624c1cde8df4b1f94257358d884b037', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22410, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:39:40Z', 'updated_at': '2025-11-24T20:39:40Z', 'revision_number': 1} available for tenant
2025-11-24 20:39:58,847 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.211s
2025-11-24 20:39:58,847 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-MultipleCreateTestJSON-server-1977281485", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "min_count": 1, "max_count": 2, "return_reservation_id": true, "networks": [{"uuid": "a139c3bf-86d2-4b09-8294-1add4a74b6b4"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:56 GMT', 'server': 'Apache', 'content-length': '32', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a751bf9-1c45-4312-8ee2-ad4175dcf7e0', 'x-compute-request-id': 'req-7a751bf9-1c45-4312-8ee2-ad4175dcf7e0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"reservation_id": "r-ripxz9sr"}'
2025-11-24 20:39:58,980 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.132s
2025-11-24 20:39:58,980 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:58 GMT', 'server': 'Apache', 'content-length': '753', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15a7f369-028f-47ce-a378-c5e25b751614', 'x-compute-request-id': 'req-15a7f369-028f-47ce-a378-c5e25b751614', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"servers": [{"id": "cdb80897-990b-477f-8f37-69b483dad6f1", "name": "tempest-MultipleCreateTestJSON-server-1977281485-2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}]}, {"id": "6e15834b-148c-4bb8-8ed8-0887307498f7", "name": "tempest-MultipleCreateTestJSON-server-1977281485-1", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6e15834b-148c-4bb8-8ed8-0887307498f7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6e15834b-148c-4bb8-8ed8-0887307498f7"}]}]}'
2025-11-24 20:39:59,282 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1 0.300s
2025-11-24 20:39:59,283 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:39:58 GMT', 'server': 'Apache', 'content-length': '1364', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd8af9fe-601a-4762-94d9-c02a9e69ffcb', 'x-compute-request-id': 'req-cd8af9fe-601a-4762-94d9-c02a9e69ffcb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1'}
Body: b'{"server": {"id": "cdb80897-990b-477f-8f37-69b483dad6f1", "name": "tempest-MultipleCreateTestJSON-server-1977281485-2", "status": "BUILD", "tenant_id": "6624c1cde8df4b1f94257358d884b037", "user_id": "212f9ccae314478091e6ddd687f99e12", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:58Z", "updated": "2025-11-24T20:39:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:40:00,605 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1 0.318s
2025-11-24 20:40:00,605 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:00 GMT', 'server': 'Apache', 'content-length': '1474', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d068fb5b-9d5a-432c-ac73-10d07cf87dbf', 'x-compute-request-id': 'req-d068fb5b-9d5a-432c-ac73-10d07cf87dbf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1'}
Body: b'{"server": {"id": "cdb80897-990b-477f-8f37-69b483dad6f1", "name": "tempest-MultipleCreateTestJSON-server-1977281485-2", "status": "ERROR", "tenant_id": "6624c1cde8df4b1f94257358d884b037", "user_id": "212f9ccae314478091e6ddd687f99e12", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:39:58Z", "updated": "2025-11-24T20:39:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cdb80897-990b-477f-8f37-69b483dad6f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:39:59Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:40:00,608 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:40:01,005 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1 0.397s
2025-11-24 20:40:01,006 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:00 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ae22423-f890-4f71-ab35-2458c1aa34f1', 'x-compute-request-id': 'req-8ae22423-f890-4f71-ab35-2458c1aa34f1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1'}
Body: b''
2025-11-24 20:40:01,412 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6e15834b-148c-4bb8-8ed8-0887307498f7 0.406s
2025-11-24 20:40:01,413 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cc9db67-a641-461e-974e-6a27e1483367', 'x-compute-request-id': 'req-3cc9db67-a641-461e-974e-6a27e1483367', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6e15834b-148c-4bb8-8ed8-0887307498f7'}
Body: b''
2025-11-24 20:40:01,482 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1 0.068s
2025-11-24 20:40:01,482 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:01 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfad0d18-e4fe-41f2-b6e7-3e67fbac9292', 'x-compute-request-id': 'req-bfad0d18-e4fe-41f2-b6e7-3e67fbac9292', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cdb80897-990b-477f-8f37-69b483dad6f1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance cdb80897-990b-477f-8f37-69b483dad6f1 could not be found."}}'
2025-11-24 20:40:01,562 44 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6e15834b-148c-4bb8-8ed8-0887307498f7 0.079s
2025-11-24 20:40:01,562 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:01 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a00cf2c-573d-46d4-8297-3b13e0439c2b', 'x-compute-request-id': 'req-0a00cf2c-573d-46d4-8297-3b13e0439c2b', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6e15834b-148c-4bb8-8ed8-0887307498f7'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e15834b-148c-4bb8-8ed8-0887307498f7 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_multiple_create.py", line 61, in test_multiple_create_with_reservation_return
body = self.create_test_server(wait_until='ACTIVE',
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server cdb80897-990b-477f-8f37-69b483dad6f1 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:39:59Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7a751bf9-1c45-4312-8ee2-ad4175dcf7e0.
|
||||||
| tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23] |
fail
ft43.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:40:34,376 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.315s
2025-11-24 20:40:34,376 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:34 GMT', 'server': 'Apache', 'content-length': '5708', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9d11e523-b704-4ef1-999b-9a125b60708a', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "729f85ab5fb04c408aa65fda89a8b329", "name": "tempest-ServersAaction247Test-2088455193-project-member", "password_expires_at": null}, "audit_ids": ["OjRiXNU_SNS-KRA8tmxB5w"], "expires_at": "2025-11-24T21:40:34.000000Z", "issued_at": "2025-11-24T20:40:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c30a3f1ee1a9431fb321d04103f39c10", "name": "tempest-ServersAaction247Test-2088455193"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_c30a3f1ee1a9431fb321d04103f39c10", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_c30a3f1ee1a9431fb321d04103f39c10", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints":
2025-11-24 20:40:34,377 44 INFO [tempest.lib.common.fixed_network] (ServersAaction247Test:test_create_backup) Found network None available for tenant
2025-11-24 20:40:35,009 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.631s
2025-11-24 20:40:35,009 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersAaction247Test-server-708905126", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": "none"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:34 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8261baf-7acf-4703-b7f4-5bc728da8727', 'x-compute-request-id': 'req-b8261baf-7acf-4703-b7f4-5bc728da8727', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "0439a847-b6eb-4126-982b-c5fedc0df1f1", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DhmgxutK7hVo"}}'
2025-11-24 20:40:35,562 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1 0.552s
2025-11-24 20:40:35,563 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:35 GMT', 'server': 'Apache', 'content-length': '1362', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7c9f391-0c0d-4f35-8341-1a16f1e771cd', 'x-compute-request-id': 'req-b7c9f391-0c0d-4f35-8341-1a16f1e771cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1'}
Body: b'{"server": {"id": "0439a847-b6eb-4126-982b-c5fedc0df1f1", "name": "tempest-ServersAaction247Test-server-708905126", "status": "BUILD", "tenant_id": "c30a3f1ee1a9431fb321d04103f39c10", "user_id": "729f85ab5fb04c408aa65fda89a8b329", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:40:34Z", "updated": "2025-11-24T20:40:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:40:38,011 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1 1.438s
2025-11-24 20:40:38,012 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:36 GMT', 'server': 'Apache', 'content-length': '1472', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59b6c2ff-2d5c-4bb5-9e18-f36023547309', 'x-compute-request-id': 'req-59b6c2ff-2d5c-4bb5-9e18-f36023547309', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1'}
Body: b'{"server": {"id": "0439a847-b6eb-4126-982b-c5fedc0df1f1", "name": "tempest-ServersAaction247Test-server-708905126", "status": "ERROR", "tenant_id": "c30a3f1ee1a9431fb321d04103f39c10", "user_id": "729f85ab5fb04c408aa65fda89a8b329", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:40:34Z", "updated": "2025-11-24T20:40:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:40:35Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:40:38,016 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait
2025-11-24 20:40:38,470 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1 0.453s
2025-11-24 20:40:38,471 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:38 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3e1b96-789a-4500-8c65-b1a29c4573ae', 'x-compute-request-id': 'req-5b3e1b96-789a-4500-8c65-b1a29c4573ae', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1'}
Body: b''
2025-11-24 20:40:38,573 44 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1 0.101s
2025-11-24 20:40:38,573 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:38 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-579e5ba3-6e0f-4ce8-b23b-36fe5faeb94a', 'x-compute-request-id': 'req-579e5ba3-6e0f-4ce8-b23b-36fe5faeb94a', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0439a847-b6eb-4126-982b-c5fedc0df1f1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0439a847-b6eb-4126-982b-c5fedc0df1f1 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 814, in test_create_backup
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0439a847-b6eb-4126-982b-c5fedc0df1f1 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:40:35Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b8261baf-7acf-4703-b7f4-5bc728da8727.
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt44.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113]
|
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt44.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b]
|
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt44.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23]
|
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
fail
ft44.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:35:13,836 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.378s
2025-11-24 20:35:13,836 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:13 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-00a84a06-b229-4336-a3cf-db3d853731a1', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef827dd61bf84d2db9a5eeb546a010ea", "name": "tempest-ServerGroupTestJSON-775158609-project-member", "password_expires_at": null}, "audit_ids": ["Qf4lqwLATgWnSOpITToHUw"], "expires_at": "2025-11-24T21:35:13.000000Z", "issued_at": "2025-11-24T20:35:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8e49641fcd44c6c9c3df7dccd92c126", "name": "tempest-ServerGroupTestJSON-775158609"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_e8e49641fcd44c6c9c3df7dccd92c126", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_e8e49641fcd44c6c9c3df7dccd92c126", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:35:13,836 43 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'd5ed9e9d-b0fc-4e5e-bca6-35e5b5300406', 'name': 'tempest-ServerGroupTestJSON-1382404233-network', 'tenant_id': 'e8e49641fcd44c6c9c3df7dccd92c126', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e8e49641fcd44c6c9c3df7dccd92c126', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65029, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:34:59Z', 'updated_at': '2025-11-24T20:34:59Z', 'revision_number': 1} available for tenant
2025-11-24 20:35:15,920 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.083s
2025-11-24 20:35:15,921 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerGroupTestJSON-server-1506383191", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "d5ed9e9d-b0fc-4e5e-bca6-35e5b5300406"}]}, "os:scheduler_hints": {"group": "a844d7f9-a47f-4f17-987e-88f89eefe08c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:13 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3670dc0a-65a1-4772-926f-876d70203857', 'x-compute-request-id': 'req-3670dc0a-65a1-4772-926f-876d70203857', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "33e4ccb3-df78-49fb-987d-a90c724c55f2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6AHFi8qsjBmk"}}'
2025-11-24 20:35:16,466 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2 0.544s
2025-11-24 20:35:16,467 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:15 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-228243d7-2b04-4a6c-a5d1-b2fdba61e7b0', 'x-compute-request-id': 'req-228243d7-2b04-4a6c-a5d1-b2fdba61e7b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2'}
Body: b'{"server": {"id": "33e4ccb3-df78-49fb-987d-a90c724c55f2", "name": "tempest-ServerGroupTestJSON-server-1506383191", "status": "BUILD", "tenant_id": "e8e49641fcd44c6c9c3df7dccd92c126", "user_id": "ef827dd61bf84d2db9a5eeb546a010ea", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:15Z", "updated": "2025-11-24T20:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:18,318 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2 0.845s
2025-11-24 20:35:18,318 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:17 GMT', 'server': 'Apache', 'content-length': '1469', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f783226e-bffe-42ef-a12f-d52cfa07d38c', 'x-compute-request-id': 'req-f783226e-bffe-42ef-a12f-d52cfa07d38c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2'}
Body: b'{"server": {"id": "33e4ccb3-df78-49fb-987d-a90c724c55f2", "name": "tempest-ServerGroupTestJSON-server-1506383191", "status": "ERROR", "tenant_id": "e8e49641fcd44c6c9c3df7dccd92c126", "user_id": "ef827dd61bf84d2db9a5eeb546a010ea", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:35:15Z", "updated": "2025-11-24T20:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:35:16Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:35:18,321 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:35:19,021 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2 0.699s
2025-11-24 20:35:19,022 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:18 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e26209-81f4-4c66-9d01-ab172ceab2de', 'x-compute-request-id': 'req-89e26209-81f4-4c66-9d01-ab172ceab2de', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2'}
Body: b''
2025-11-24 20:35:19,267 43 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2 0.244s
2025-11-24 20:35:19,267 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:35:19 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02236ca3-f661-4096-b859-00e644e8534f', 'x-compute-request-id': 'req-02236ca3-f661-4096-b859-00e644e8534f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/33e4ccb3-df78-49fb-987d-a90c724c55f2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 33e4ccb3-df78-49fb-987d-a90c724c55f2 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_group.py", line 138, in test_create_server_with_scheduler_hint_group
server = self.create_test_server(scheduler_hints=hints,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 33e4ccb3-df78-49fb-987d-a90c724c55f2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:35:16Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-3670dc0a-65a1-4772-926f-876d70203857.
|
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt44.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321]
|
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt44.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 1 | 1 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt45.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33]
|
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
fail
ft45.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:41:24,603 45 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.358s
2025-11-24 20:41:24,603 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:24 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-15560125-0ca4-4577-9ecc-6622a0774c21', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6b66868b5166430382a8502497a3b37d", "name": "tempest-ServerShowV247Test-363054316-project-member", "password_expires_at": null}, "audit_ids": ["u1qoql2aQ4aIuuM9nR8B4g"], "expires_at": "2025-11-24T21:41:24.000000Z", "issued_at": "2025-11-24T20:41:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e846bb2a8b644fbdb4ba5d8e0440729d", "name": "tempest-ServerShowV247Test-363054316"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_e846bb2a8b644fbdb4ba5d8e0440729d", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_e846bb2a8b644fbdb4ba5d8e0440729d", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:41:24,604 45 INFO [tempest.lib.common.fixed_network] (ServerShowV247Test:test_update_rebuild_list_server) Found network None available for tenant
2025-11-24 20:41:25,413 45 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.808s
2025-11-24 20:41:25,413 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerShowV247Test-server-351998599", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": "none"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:24 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d9bacf-9fda-4f96-befc-3d98759cbe84', 'x-compute-request-id': 'req-55d9bacf-9fda-4f96-befc-3d98759cbe84', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "768f112d-d519-49d6-b8bd-42a438ff2f0c", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7avXDKWuwQc3"}}'
2025-11-24 20:41:25,603 45 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 PUT https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c 0.188s
2025-11-24 20:41:25,603 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: {"server": {}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:25 GMT', 'server': 'Apache', 'content-length': '1073', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eb87b76-d4ed-44f0-8832-ede51ce5faed', 'x-compute-request-id': 'req-2eb87b76-d4ed-44f0-8832-ede51ce5faed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c'}
Body: b'{"server": {"id": "768f112d-d519-49d6-b8bd-42a438ff2f0c", "name": "tempest-ServerShowV247Test-server-351998599", "status": "BUILD", "tenant_id": "e846bb2a8b644fbdb4ba5d8e0440729d", "user_id": "6b66868b5166430382a8502497a3b37d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:41:25Z", "updated": "2025-11-24T20:41:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "locked": false, "description": null, "tags": []}}'
2025-11-24 20:41:25,930 45 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c 0.321s
2025-11-24 20:41:25,931 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:25 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3030e492-ea2b-4eb7-b857-1c464ede9b6e', 'x-compute-request-id': 'req-3030e492-ea2b-4eb7-b857-1c464ede9b6e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c'}
Body: b'{"server": {"id": "768f112d-d519-49d6-b8bd-42a438ff2f0c", "name": "tempest-ServerShowV247Test-server-351998599", "status": "BUILD", "tenant_id": "e846bb2a8b644fbdb4ba5d8e0440729d", "user_id": "6b66868b5166430382a8502497a3b37d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:41:25Z", "updated": "2025-11-24T20:41:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:41:27,388 45 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c 0.435s
2025-11-24 20:41:27,388 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.47', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:26 GMT', 'server': 'Apache', 'content-length': '1469', 'openstack-api-version': 'compute 2.47', 'x-openstack-nova-api-version': '2.47', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97542aeb-415e-4655-9143-7fdc35e830ae', 'x-compute-request-id': 'req-97542aeb-415e-4655-9143-7fdc35e830ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c'}
Body: b'{"server": {"id": "768f112d-d519-49d6-b8bd-42a438ff2f0c", "name": "tempest-ServerShowV247Test-server-351998599", "status": "ERROR", "tenant_id": "e846bb2a8b644fbdb4ba5d8e0440729d", "user_id": "6b66868b5166430382a8502497a3b37d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:41:25Z", "updated": "2025-11-24T20:41:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/768f112d-d519-49d6-b8bd-42a438ff2f0c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:41:26Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:41:27,393 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 206, in test_update_rebuild_list_server
waiters.wait_for_server_status(self.servers_client, server['id'],
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 768f112d-d519-49d6-b8bd-42a438ff2f0c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:26Z', 'message': 'No valid host was found. There are not enough hosts available.'}.
|
||||||
| tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 1 | 6 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
fail
ft46.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:10,731 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.364s
2025-11-24 20:36:10,731 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:10 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0c2d147d-eece-4a3b-b1f4-b2ad031082b7', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["6cmG8uGpQLavQW8_OzzRLQ"], "expires_at": "2025-11-24T21:36:10.000000Z", "issued_at": "2025-11-24T20:36:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:10,732 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:13,011 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.277s
2025-11-24 20:36:13,011 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-\u20a1-461928897", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:10 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2cf7ca7-d586-451a-97e2-286ff839fc67', 'x-compute-request-id': 'req-b2cf7ca7-d586-451a-97e2-286ff839fc67', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b0f25531-80ab-4d53-adcf-b39129a3fc3f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wzHtgPi58HyG"}}'
2025-11-24 20:36:13,235 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f 0.222s
2025-11-24 20:36:13,236 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:13 GMT', 'server': 'Apache', 'content-length': '1338', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3040efa-2c27-42cd-b099-b745164bdde6', 'x-compute-request-id': 'req-f3040efa-2c27-42cd-b099-b745164bdde6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f'}
Body: b'{"server": {"id": "b0f25531-80ab-4d53-adcf-b39129a3fc3f", "name": "tempest-\\u20a1-461928897", "status": "BUILD", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:12Z", "updated": "2025-11-24T20:36:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:14,713 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f 0.470s
2025-11-24 20:36:14,713 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:14 GMT', 'server': 'Apache', 'content-length': '1448', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b0fb0be-9f4e-42b7-a48a-394cc0b0159c', 'x-compute-request-id': 'req-7b0fb0be-9f4e-42b7-a48a-394cc0b0159c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f'}
Body: b'{"server": {"id": "b0f25531-80ab-4d53-adcf-b39129a3fc3f", "name": "tempest-\\u20a1-461928897", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:12Z", "updated": "2025-11-24T20:36:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:13Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:14,719 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:36:15,261 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f 0.541s
2025-11-24 20:36:15,261 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:14 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc24c8c7-1460-49b1-9d86-6b5221a23348', 'x-compute-request-id': 'req-dc24c8c7-1460-49b1-9d86-6b5221a23348', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f'}
Body: b''
2025-11-24 20:36:15,739 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f 0.477s
2025-11-24 20:36:15,739 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:15 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f162914-d15f-4cc6-8962-24b9995e8261', 'x-compute-request-id': 'req-3f162914-d15f-4cc6-8962-24b9995e8261', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b0f25531-80ab-4d53-adcf-b39129a3fc3f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b0f25531-80ab-4d53-adcf-b39129a3fc3f could not be found."}}'
2025-11-24 20:36:15,740 43 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1730756. The failure could be related to https://launchpad.net/bugs/1730756
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/usr/lib/python3.9/site-packages/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 168, in test_create_server_specify_multibyte_character_name
self.create_test_server(name=utf8_name, wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b0f25531-80ab-4d53-adcf-b39129a3fc3f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:13Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b2cf7ca7-d586-451a-97e2-286ff839fc67.
|
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt46.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0]
|
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
fail
ft46.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:18,705 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.316s
2025-11-24 20:36:18,705 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:18 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2a27f462-60de-4887-bb4f-6457b60f6d06', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["n7oCK_x3QQ6Ncpq2b2sBOw"], "expires_at": "2025-11-24T21:36:18.000000Z", "issued_at": "2025-11-24T20:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:18,705 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:20,215 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.509s
2025-11-24 20:36:20,215 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestJSON-server-1134631179", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "accessIPv6": "2001:2001::3", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:18 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be4b16f9-d9e1-4546-a427-e73af0f0d661', 'x-compute-request-id': 'req-be4b16f9-d9e1-4546-a427-e73af0f0d661', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bfabf430-2264-4531-b2f2-bd21dbf04082", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ahPmW3VKB9Jf"}}'
2025-11-24 20:36:20,728 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082 0.512s
2025-11-24 20:36:20,728 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:20 GMT', 'server': 'Apache', 'content-length': '1367', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c7708ab-f906-4e3c-9ea5-2d485f9d8ff7', 'x-compute-request-id': 'req-6c7708ab-f906-4e3c-9ea5-2d485f9d8ff7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082'}
Body: b'{"server": {"id": "bfabf430-2264-4531-b2f2-bd21dbf04082", "name": "tempest-ServersTestJSON-server-1134631179", "status": "BUILD", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:20Z", "updated": "2025-11-24T20:36:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "2001:2001::3", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:22,276 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082 0.543s
2025-11-24 20:36:22,276 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:21 GMT', 'server': 'Apache', 'content-length': '1477', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6846fac2-b985-4328-a014-56bb91f1efbf', 'x-compute-request-id': 'req-6846fac2-b985-4328-a014-56bb91f1efbf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082'}
Body: b'{"server": {"id": "bfabf430-2264-4531-b2f2-bd21dbf04082", "name": "tempest-ServersTestJSON-server-1134631179", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:20Z", "updated": "2025-11-24T20:36:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "2001:2001::3", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bfabf430-2264-4531-b2f2-bd21dbf04082"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:20Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:22,280 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:36:22,700 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082 0.419s
2025-11-24 20:36:22,700 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:22 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be97db50-c1be-46d5-8d81-62ae44b00b0d', 'x-compute-request-id': 'req-be97db50-c1be-46d5-8d81-62ae44b00b0d', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082'}
Body: b''
2025-11-24 20:36:22,904 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082 0.203s
2025-11-24 20:36:22,904 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:22 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2635ed1b-197e-46c0-8611-31750044124c', 'x-compute-request-id': 'req-2635ed1b-197e-46c0-8611-31750044124c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bfabf430-2264-4531-b2f2-bd21dbf04082'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bfabf430-2264-4531-b2f2-bd21dbf04082 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 147, in test_create_server_with_ipv6_addr_only
server = self.create_test_server(accessIPv6='2001:2001::3',
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bfabf430-2264-4531-b2f2-bd21dbf04082 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:20Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-be4b16f9-d9e1-4546-a427-e73af0f0d661.
|
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
fail
ft46.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:23,014 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.106s
2025-11-24 20:36:23,014 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-key-450274343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBb5sVed0l7fqaM2kwUQY8QH3RqKfBJVUzSUfQjtLtGK42la5BBAJMdO5H6vzHrFaEHBpXcTXA/Clg/Hd3BFG+Vl4KSy+xn6fJjSzIkNXv5l5CMagEtr41TQX8xVD/LHkQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:22 GMT', 'server': 'Apache', 'content-length': '381', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfb6eda7-9377-4a7b-a8b5-c854ccf3289a', 'x-compute-request-id': 'req-dfb6eda7-9377-4a7b-a8b5-c854ccf3289a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-key-450274343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBb5sVed0l7fqaM2kwUQY8QH3RqKfBJVUzSUfQjtLtGK42la5BBAJMdO5H6vzHrFaEHBpXcTXA/Clg/Hd3BFG+Vl4KSy+xn6fJjSzIkNXv5l5CMagEtr41TQX8xVD/LHkQ==", "fingerprint": "4e:c8:39:56:87:82:d8:46:dd:c1:9b:48:6b:b9:37:09", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d"}}'
2025-11-24 20:36:23,114 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.098s
2025-11-24 20:36:23,114 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:23 GMT', 'server': 'Apache', 'content-length': '350', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2a46a7c-7e14-409a-bfd0-6cb40414fe8d', 'x-compute-request-id': 'req-d2a46a7c-7e14-409a-bfd0-6cb40414fe8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypairs": [{"keypair": {"name": "tempest-key-450274343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBb5sVed0l7fqaM2kwUQY8QH3RqKfBJVUzSUfQjtLtGK42la5BBAJMdO5H6vzHrFaEHBpXcTXA/Clg/Hd3BFG+Vl4KSy+xn6fJjSzIkNXv5l5CMagEtr41TQX8xVD/LHkQ==", "fingerprint": "4e:c8:39:56:87:82:d8:46:dd:c1:9b:48:6b:b9:37:09"}}]}'
2025-11-24 20:36:23,501 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.378s
2025-11-24 20:36:23,502 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:23 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-94ca4223-553a-430c-b262-7e9259f905ea', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["aKSA_BjLTf2guMJcuVOjGA"], "expires_at": "2025-11-24T21:36:23.000000Z", "issued_at": "2025-11-24T20:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:23,502 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:25,681 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.178s
2025-11-24 20:36:25,681 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestJSON-server-272298147", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-key-450274343", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:23 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5354ad0-bacf-4db5-a612-068527d5951e', 'x-compute-request-id': 'req-f5354ad0-bacf-4db5-a612-068527d5951e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "6aa4a2dc-b4f6-4e20-a108-bc0574dd9998", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "zPGX8FSjj9Z2"}}'
2025-11-24 20:36:26,138 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 0.455s
2025-11-24 20:36:26,138 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:25 GMT', 'server': 'Apache', 'content-length': '1373', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6100414-e5d1-4cc0-9317-057482338a0d', 'x-compute-request-id': 'req-a6100414-e5d1-4cc0-9317-057482338a0d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998'}
Body: b'{"server": {"id": "6aa4a2dc-b4f6-4e20-a108-bc0574dd9998", "name": "tempest-ServersTestJSON-server-272298147", "status": "BUILD", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:25Z", "updated": "2025-11-24T20:36:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-key-450274343", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:27,461 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 0.318s
2025-11-24 20:36:27,462 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:27 GMT', 'server': 'Apache', 'content-length': '1483', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107b2f12-8520-45d5-8020-ea6d65dd88ac', 'x-compute-request-id': 'req-107b2f12-8520-45d5-8020-ea6d65dd88ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998'}
Body: b'{"server": {"id": "6aa4a2dc-b4f6-4e20-a108-bc0574dd9998", "name": "tempest-ServersTestJSON-server-272298147", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:25Z", "updated": "2025-11-24T20:36:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:26Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-key-450274343", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:27,466 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:36:28,194 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 0.727s
2025-11-24 20:36:28,194 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:27 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc4ff1ba-5686-4008-a176-3d2920efaad1', 'x-compute-request-id': 'req-dc4ff1ba-5686-4008-a176-3d2920efaad1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998'}
Body: b''
2025-11-24 20:36:28,325 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 0.131s
2025-11-24 20:36:28,325 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:28 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-347d20e5-4664-408d-96d6-1dbb7c59e2bd', 'x-compute-request-id': 'req-347d20e5-4664-408d-96d6-1dbb7c59e2bd', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6aa4a2dc-b4f6-4e20-a108-bc0574dd9998'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 could not be found."}}'
2025-11-24 20:36:28,440 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-key-450274343 0.114s
2025-11-24 20:36:28,440 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:28 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4589516e-1c35-4522-b602-b7a26efc8235', 'x-compute-request-id': 'req-4589516e-1c35-4522-b602-b7a26efc8235', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-key-450274343'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 88, in test_create_specify_keypair
server = self.create_test_server(key_name=key_name,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6aa4a2dc-b4f6-4e20-a108-bc0574dd9998 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:26Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-f5354ad0-bacf-4db5-a612-068527d5951e.
|
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
fail
ft46.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:28,791 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.345s
2025-11-24 20:36:28,791 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:28 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bc7403bb-eeac-453a-9fcb-c56173545ade', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["mN8WRVX5QMGz3AbjbYxH8g"], "expires_at": "2025-11-24T21:36:28.000000Z", "issued_at": "2025-11-24T20:36:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:28,791 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:30,478 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.686s
2025-11-24 20:36:30,481 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestJSON-server-1189345546", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:28 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0effb7d-c6f4-488a-9014-74a2ea70ba2b', 'x-compute-request-id': 'req-a0effb7d-c6f4-488a-9014-74a2ea70ba2b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "e6f46317-372a-4267-a624-72cecb4a7408", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e6f46317-372a-4267-a624-72cecb4a7408"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mBnQzrE69nUQ"}}'
2025-11-24 20:36:30,732 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408 0.249s
2025-11-24 20:36:30,733 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:30 GMT', 'server': 'Apache', 'content-length': '1355', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fdc31dd-83aa-429f-9fec-b23a17d63dce', 'x-compute-request-id': 'req-7fdc31dd-83aa-429f-9fec-b23a17d63dce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408'}
Body: b'{"server": {"id": "e6f46317-372a-4267-a624-72cecb4a7408", "name": "tempest-ServersTestJSON-server-1189345546", "status": "BUILD", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:30Z", "updated": "2025-11-24T20:36:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e6f46317-372a-4267-a624-72cecb4a7408"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:32,076 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408 0.337s
2025-11-24 20:36:32,077 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:31 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c818e773-31e8-419d-803e-e6f1692c7131', 'x-compute-request-id': 'req-c818e773-31e8-419d-803e-e6f1692c7131', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408'}
Body: b'{"server": {"id": "e6f46317-372a-4267-a624-72cecb4a7408", "name": "tempest-ServersTestJSON-server-1189345546", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:30Z", "updated": "2025-11-24T20:36:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e6f46317-372a-4267-a624-72cecb4a7408"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:31Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:32,085 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:36:32,833 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408 0.748s
2025-11-24 20:36:32,834 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:32 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757eeb54-1789-4c0c-ad46-419127f67a08', 'x-compute-request-id': 'req-757eeb54-1789-4c0c-ad46-419127f67a08', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408'}
Body: b''
2025-11-24 20:36:33,014 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408 0.180s
2025-11-24 20:36:33,014 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:32 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b01b6b9-fdda-4a0a-bc9b-313a1cb06615', 'x-compute-request-id': 'req-2b01b6b9-fdda-4a0a-bc9b-313a1cb06615', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e6f46317-372a-4267-a624-72cecb4a7408'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance e6f46317-372a-4267-a624-72cecb4a7408 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 65, in test_create_with_existing_server_name
server = self.create_test_server(name=server_name,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server e6f46317-372a-4267-a624-72cecb4a7408 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:31Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-a0effb7d-c6f4-488a-9014-74a2ea70ba2b.
|
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
fail
ft46.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:33,403 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.374s
2025-11-24 20:36:33,403 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:33 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a74137f6-e3c0-4d1d-81a1-7441b5656906', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["wLJBgZV3QJOXKGgjDaNnVA"], "expires_at": "2025-11-24T21:36:33.000000Z", "issued_at": "2025-11-24T20:36:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:33,403 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:34,925 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.521s
2025-11-24 20:36:34,926 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestJSON-server-2028269051", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:33 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19bd8f0e-5853-4983-a2fa-0cd6fc415e6b', 'x-compute-request-id': 'req-19bd8f0e-5853-4983-a2fa-0cd6fc415e6b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bec66a68-e5f0-4438-891c-f0d41f3f6d82", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qKPqp9zCc92N"}}'
2025-11-24 20:36:35,494 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82 0.566s
2025-11-24 20:36:35,495 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:34 GMT', 'server': 'Apache', 'content-length': '1355', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c65198f-de1f-4bd4-9142-76b6dea4944b', 'x-compute-request-id': 'req-4c65198f-de1f-4bd4-9142-76b6dea4944b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82'}
Body: b'{"server": {"id": "bec66a68-e5f0-4438-891c-f0d41f3f6d82", "name": "tempest-ServersTestJSON-server-2028269051", "status": "BUILD", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:34Z", "updated": "2025-11-24T20:36:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:37,853 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82 1.352s
2025-11-24 20:36:37,854 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:36 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c09f31e-453f-4f30-b7ed-5bf2642ecfaa', 'x-compute-request-id': 'req-8c09f31e-453f-4f30-b7ed-5bf2642ecfaa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82'}
Body: b'{"server": {"id": "bec66a68-e5f0-4438-891c-f0d41f3f6d82", "name": "tempest-ServersTestJSON-server-2028269051", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:34Z", "updated": "2025-11-24T20:36:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:35Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:37,864 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:36:38,494 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82 0.629s
2025-11-24 20:36:38,495 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:37 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7429b260-4df2-4885-90bb-778de97a7a3e', 'x-compute-request-id': 'req-7429b260-4df2-4885-90bb-778de97a7a3e', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82'}
Body: b''
2025-11-24 20:36:38,770 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82 0.274s
2025-11-24 20:36:38,770 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:38 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e47ebf3e-0799-4587-88b3-3b4a984add23', 'x-compute-request-id': 'req-e47ebf3e-0799-4587-88b3-3b4a984add23', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bec66a68-e5f0-4438-891c-f0d41f3f6d82'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bec66a68-e5f0-4438-891c-f0d41f3f6d82 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 130, in test_update_access_server_address
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bec66a68-e5f0-4438-891c-f0d41f3f6d82 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:35Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-19bd8f0e-5853-4983-a2fa-0cd6fc415e6b.
|
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
fail
ft46.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:36:39,132 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.356s
2025-11-24 20:36:39,134 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:38 GMT', 'server': 'Apache', 'content-length': '5692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-788eb5fc-56b3-44f6-9e7a-b2cfacbb017b', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "name": "tempest-ServersTestJSON-68052956-project-member", "password_expires_at": null}, "audit_ids": ["WDJzMgsjRIWsl6ZA4_Xs5g"], "expires_at": "2025-11-24T21:36:39.000000Z", "issued_at": "2025-11-24T20:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f08649cfa89d4856b3ad1ba3a635155b", "name": "tempest-ServersTestJSON-68052956"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_f08649cfa89d4856b3ad1ba3a635155b", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "cinde
2025-11-24 20:36:39,135 43 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f', 'name': 'tempest-ServersTestJSON-1117514752-network', 'tenant_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f08649cfa89d4856b3ad1ba3a635155b', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18363, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:36:00Z', 'updated_at': '2025-11-24T20:36:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:36:42,841 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.706s
2025-11-24 20:36:42,842 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServersTestJSON-server-1148185038", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "04ab6d0d-5f4e-4ddf-9e7d-1101dc76470f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:39 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fcbfd74-d24d-4f48-82a3-50e4296a42fe', 'x-compute-request-id': 'req-2fcbfd74-d24d-4f48-82a3-50e4296a42fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "278b675d-78ef-4e29-916e-46cfa391af04", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/278b675d-78ef-4e29-916e-46cfa391af04"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2Yy9JUHBqVCb"}}'
2025-11-24 20:36:44,713 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04 1.870s
2025-11-24 20:36:44,714 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:42 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-252eedcc-ad46-4e78-82a6-8ea26b30b4f5', 'x-compute-request-id': 'req-252eedcc-ad46-4e78-82a6-8ea26b30b4f5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04'}
Body: b'{"server": {"id": "278b675d-78ef-4e29-916e-46cfa391af04", "name": "tempest-ServersTestJSON-server-1148185038", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:42Z", "updated": "2025-11-24T20:36:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/278b675d-78ef-4e29-916e-46cfa391af04"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:43Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:46,341 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04 0.622s
2025-11-24 20:36:46,342 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:45 GMT', 'server': 'Apache', 'content-length': '1465', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbebd29e-89af-4fdf-9d07-355a512b83c0', 'x-compute-request-id': 'req-dbebd29e-89af-4fdf-9d07-355a512b83c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04'}
Body: b'{"server": {"id": "278b675d-78ef-4e29-916e-46cfa391af04", "name": "tempest-ServersTestJSON-server-1148185038", "status": "ERROR", "tenant_id": "f08649cfa89d4856b3ad1ba3a635155b", "user_id": "ef58471c270d49c1b3bc4a8ebff7fb4d", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:36:42Z", "updated": "2025-11-24T20:36:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/278b675d-78ef-4e29-916e-46cfa391af04"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:36:43Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:36:46,859 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04 0.514s
2025-11-24 20:36:46,860 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:46 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51dfb2dd-eea9-46c0-88c6-e5245ec59029', 'x-compute-request-id': 'req-51dfb2dd-eea9-46c0-88c6-e5245ec59029', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04'}
Body: b''
2025-11-24 20:36:47,932 43 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04 1.071s
2025-11-24 20:36:47,932 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:36:46 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e659f7c-5174-4fe7-91f7-a7997eb9d743', 'x-compute-request-id': 'req-9e659f7c-5174-4fe7-91f7-a7997eb9d743', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/278b675d-78ef-4e29-916e-46cfa391af04'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 278b675d-78ef-4e29-916e-46cfa391af04 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers.py", line 112, in test_update_server_name
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 278b675d-78ef-4e29-916e-46cfa391af04 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:36:43Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-2fcbfd74-d24d-4f48-82a3-50e4296a42fe.
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
fail
ft47.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:37:02,838 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.314s
2025-11-24 20:37:02,839 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:02 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cfcf36a8-6c71-45f3-8466-dbf774590233', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b7e12963dc7f4c5b960de5584baad425", "name": "tempest-ServerShowV254Test-520488582-project-member", "password_expires_at": null}, "audit_ids": ["OPg7fyPMSpSASkNZCViyUw"], "expires_at": "2025-11-24T21:37:02.000000Z", "issued_at": "2025-11-24T20:37:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1909d3a25b9e4dbcbada4b45e8b765a0", "name": "tempest-ServerShowV254Test-520488582"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_1909d3a25b9e4dbcbada4b45e8b765a0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_1909d3a25b9e4dbcbada4b45e8b765a0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:37:02,839 43 INFO [tempest.lib.common.fixed_network] (ServerShowV254Test:test_rebuild_server) Found network None available for tenant
2025-11-24 20:37:03,984 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.144s
2025-11-24 20:37:03,984 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerShowV254Test-server-454921931", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": "none"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:02 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b94d598-38ea-420b-bc5d-6a9620081241', 'x-compute-request-id': 'req-4b94d598-38ea-420b-bc5d-6a9620081241', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "692f7dbb-521c-46a1-a39b-dc522a811227", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mWNAh9bKeufK"}}'
2025-11-24 20:37:04,269 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227 0.283s
2025-11-24 20:37:04,270 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:03 GMT', 'server': 'Apache', 'content-length': '1359', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c01bfdd1-931e-4c5e-9abb-8646325c872e', 'x-compute-request-id': 'req-c01bfdd1-931e-4c5e-9abb-8646325c872e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227'}
Body: b'{"server": {"id": "692f7dbb-521c-46a1-a39b-dc522a811227", "name": "tempest-ServerShowV254Test-server-454921931", "status": "BUILD", "tenant_id": "1909d3a25b9e4dbcbada4b45e8b765a0", "user_id": "b7e12963dc7f4c5b960de5584baad425", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:37:03Z", "updated": "2025-11-24T20:37:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:37:05,540 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227 0.255s
2025-11-24 20:37:05,541 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:05 GMT', 'server': 'Apache', 'content-length': '1469', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd4888f2-c568-4e92-9e1a-6fa8bbda8aed', 'x-compute-request-id': 'req-fd4888f2-c568-4e92-9e1a-6fa8bbda8aed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227'}
Body: b'{"server": {"id": "692f7dbb-521c-46a1-a39b-dc522a811227", "name": "tempest-ServerShowV254Test-server-454921931", "status": "ERROR", "tenant_id": "1909d3a25b9e4dbcbada4b45e8b765a0", "user_id": "b7e12963dc7f4c5b960de5584baad425", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:37:03Z", "updated": "2025-11-24T20:37:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/692f7dbb-521c-46a1-a39b-dc522a811227"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:37:04Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:37:05,551 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:37:06,618 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227 1.066s
2025-11-24 20:37:06,618 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:05 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f610985d-21ce-48a0-8439-e5b645ea9bb3', 'x-compute-request-id': 'req-f610985d-21ce-48a0-8439-e5b645ea9bb3', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227'}
Body: b''
2025-11-24 20:37:06,711 43 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227 0.092s
2025-11-24 20:37:06,711 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.54', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:37:06 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.54', 'x-openstack-nova-api-version': '2.54', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f8e01ca-2d96-48fb-8c42-4141c4f55699', 'x-compute-request-id': 'req-3f8e01ca-2d96-48fb-8c42-4141c4f55699', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/692f7dbb-521c-46a1-a39b-dc522a811227'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 692f7dbb-521c-46a1-a39b-dc522a811227 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers_microversions.py", line 45, in test_rebuild_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 692f7dbb-521c-46a1-a39b-dc522a811227 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:37:04Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-4b94d598-38ea-420b-bc5d-6a9620081241.
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
fail
ft48.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:40:58,614 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.304s
2025-11-24 20:40:58,615 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:58 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-79953363-cfd6-438f-bc91-6084aa3b0450', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "92a409b1042941e2a36bf136411076a2", "name": "tempest-ServerShowV257Test-1889582720-project-member", "password_expires_at": null}, "audit_ids": ["RDNQiFXMRxqqH2tyMgL9qQ"], "expires_at": "2025-11-24T21:40:58.000000Z", "issued_at": "2025-11-24T20:40:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85c81cd13b244138aeb54b232613ac35", "name": "tempest-ServerShowV257Test-1889582720"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_85c81cd13b244138aeb54b232613ac35", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_85c81cd13b244138aeb54b232613ac35", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:40:58,615 46 INFO [tempest.lib.common.fixed_network] (ServerShowV257Test:test_rebuild_server) Found network None available for tenant
2025-11-24 20:40:59,515 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 0.898s
2025-11-24 20:40:59,516 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerShowV257Test-server-2041398501", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": "none"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:58 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba8a6e6-6aa2-4b63-b29f-630e61fbafdf', 'x-compute-request-id': 'req-eba8a6e6-6aa2-4b63-b29f-630e61fbafdf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "6c986103-6b06-43f3-a960-97d60d45642b", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6c986103-6b06-43f3-a960-97d60d45642b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "T5DL8iKnNxbG"}}'
2025-11-24 20:40:59,949 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b 0.431s
2025-11-24 20:40:59,949 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:40:59 GMT', 'server': 'Apache', 'content-length': '1360', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79f44efa-976e-4e0b-92eb-331a453eb531', 'x-compute-request-id': 'req-79f44efa-976e-4e0b-92eb-331a453eb531', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b'}
Body: b'{"server": {"id": "6c986103-6b06-43f3-a960-97d60d45642b", "name": "tempest-ServerShowV257Test-server-2041398501", "status": "BUILD", "tenant_id": "85c81cd13b244138aeb54b232613ac35", "user_id": "92a409b1042941e2a36bf136411076a2", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:40:59Z", "updated": "2025-11-24T20:40:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6c986103-6b06-43f3-a960-97d60d45642b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:41:01,696 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b 0.741s
2025-11-24 20:41:01,696 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:00 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07611863-857b-47bc-b0fd-9a5a928d31ce', 'x-compute-request-id': 'req-07611863-857b-47bc-b0fd-9a5a928d31ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b'}
Body: b'{"server": {"id": "6c986103-6b06-43f3-a960-97d60d45642b", "name": "tempest-ServerShowV257Test-server-2041398501", "status": "ERROR", "tenant_id": "85c81cd13b244138aeb54b232613ac35", "user_id": "92a409b1042941e2a36bf136411076a2", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-11-24T20:40:59Z", "updated": "2025-11-24T20:41:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6c986103-6b06-43f3-a960-97d60d45642b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:41:00Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2025-11-24 20:41:01,700 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:41:02,317 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b 0.616s
2025-11-24 20:41:02,317 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3865405-6adc-4074-bd5e-305d83d7f872', 'x-compute-request-id': 'req-e3865405-6adc-4074-bd5e-305d83d7f872', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b'}
Body: b''
2025-11-24 20:41:02,400 46 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b 0.083s
2025-11-24 20:41:02,400 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.57', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:41:02 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.57', 'x-openstack-nova-api-version': '2.57', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cf26bc0-7fc5-4115-8ca4-b3ac106eccbe', 'x-compute-request-id': 'req-4cf26bc0-7fc5-4115-8ca4-b3ac106eccbe', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6c986103-6b06-43f3-a960-97d60d45642b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6c986103-6b06-43f3-a960-97d60d45642b could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_servers_microversions.py", line 68, in test_rebuild_server
server = self.create_test_server(wait_until='ACTIVE')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6c986103-6b06-43f3-a960-97d60d45642b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:41:00Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-eba8a6e6-6aa2-4b63-b29f-630e61fbafdf.
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 2 | 0 | 1 | 0 | 1 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
skip
pt49.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
test_nova_image_snapshot_dependency[compute,id-d19b0731-e98e-4103-8b0e-02f651b8f586] |
fail
ft49.2: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_nova_image_snapshot_dependency[compute,id-d19b0731-e98e-4103-8b0e-02f651b8f586]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:44:07,562 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 201 POST https://glance-default-public-openstack.apps-crc.testing/v2/images 0.193s
2025-11-24 20:44:07,562 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-image-dependency-test-68843167", "container_format": "bare", "disk_format": "raw", "visibility": "private"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:07 GMT', 'server': 'Apache', 'content-length': '646', 'location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7', 'openstack-image-import-methods': 'web-download,glance-direct', 'openstack-image-store-ids': 'default_backend', 'x-openstack-request-id': 'req-1f5b6b0b-b198-428e-9436-bc282eb8ce5c', 'content-type': 'application/json', 'set-cookie': 'c27908ff53cf87cdb033d6a54ac4cb8e=e0ba9ea6d5b0e030a41aa2fdaa7797e6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images'}
Body: b'{"name": "tempest-image-dependency-test-68843167", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "7dde589186bd4a99af6ed0a61dc33767", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "created_at": "2025-11-24T20:44:07Z", "updated_at": "2025-11-24T20:44:07Z", "tags": [], "self": "/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "file": "/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7/file", "schema": "/v2/schemas/image"}'
2025-11-24 20:44:08,859 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 204 PUT https://glance-default-public-openstack.apps-crc.testing/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7/file 1.290s
2025-11-24 20:44:08,859 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7ffba8c93af0>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:07 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-4f870aa3-fb71-4c49-97f3-46b9a98ef181', 'set-cookie': 'c27908ff53cf87cdb033d6a54ac4cb8e=e0ba9ea6d5b0e030a41aa2fdaa7797e6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7/file'}
Body: b''
2025-11-24 20:44:08,957 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 200 GET https://glance-default-public-openstack.apps-crc.testing/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7 0.096s
2025-11-24 20:44:08,957 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:08 GMT', 'server': 'Apache', 'content-length': '835', 'x-openstack-request-id': 'req-fb4b4405-9e15-4cbf-ac24-ab2e961b9407', 'content-type': 'application/json', 'set-cookie': 'c27908ff53cf87cdb033d6a54ac4cb8e=e0ba9ea6d5b0e030a41aa2fdaa7797e6; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7'}
Body: b'{"name": "tempest-image-dependency-test-68843167", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "052c496f82979969b664e720b89ffebe", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "7dde589186bd4a99af6ed0a61dc33767", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "82af9e045ef341b6557e1c135fb469f1af2704a5de8dd5f8e0dd8665c4ad7e3593650569c836e5822675d56603b61cfceb7ec7805bab6fca800b980424fea68e", "id": "a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "created_at": "2025-11-24T20:44:07Z", "updated_at": "2025-11-24T20:44:08Z", "tags": [], "self": "/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "file": "/v2/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7/file", "schema": "/v2/schemas/image", "stores": "default_backend"}'
2025-11-24 20:44:09,342 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.381s
2025-11-24 20:44:09,343 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:08 GMT', 'server': 'Apache', 'content-length': '5704', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d93feea-0582-4349-b38c-f022555c88bb', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "060801add4704acd823b08af63c20a3a", "name": "tempest-ImageDependencyTests-929537498-project-member", "password_expires_at": null}, "audit_ids": ["_Zf1bpJCTXiG8Aq_d-cmNQ"], "expires_at": "2025-11-24T21:44:09.000000Z", "issued_at": "2025-11-24T20:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dde589186bd4a99af6ed0a61dc33767", "name": "tempest-ImageDependencyTests-929537498"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_7dde589186bd4a99af6ed0a61dc33767", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_7dde589186bd4a99af6ed0a61dc33767", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"n
2025-11-24 20:44:09,343 45 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_nova_image_snapshot_dependency) Found network None available for tenant
2025-11-24 20:44:10,746 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.402s
2025-11-24 20:44:10,746 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "instance-depend-image", "imageRef": "a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:09 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c536208c-e142-481d-8698-d0468d37f1f8', 'x-compute-request-id': 'req-c536208c-e142-481d-8698-d0468d37f1f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "59d554f6-0f4f-4976-afec-85019c0a7f58", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "At6zNYTFLqad"}}'
2025-11-24 20:44:11,510 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58 0.763s
2025-11-24 20:44:11,511 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:10 GMT', 'server': 'Apache', 'content-length': '1335', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-865ab26e-adbc-40db-9f07-ade4ef067c69', 'x-compute-request-id': 'req-865ab26e-adbc-40db-9f07-ade4ef067c69', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58'}
Body: b'{"server": {"id": "59d554f6-0f4f-4976-afec-85019c0a7f58", "name": "instance-depend-image", "status": "BUILD", "tenant_id": "7dde589186bd4a99af6ed0a61dc33767", "user_id": "060801add4704acd823b08af63c20a3a", "metadata": {}, "hostId": "", "image": {"id": "a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:44:10Z", "updated": "2025-11-24T20:44:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:44:12,844 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58 0.328s
2025-11-24 20:44:12,845 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:12 GMT', 'server': 'Apache', 'content-length': '1445', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-446f2ff3-3e1b-45ae-b987-5e12b71a8373', 'x-compute-request-id': 'req-446f2ff3-3e1b-45ae-b987-5e12b71a8373', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58'}
Body: b'{"server": {"id": "59d554f6-0f4f-4976-afec-85019c0a7f58", "name": "instance-depend-image", "status": "ERROR", "tenant_id": "7dde589186bd4a99af6ed0a61dc33767", "user_id": "060801add4704acd823b08af63c20a3a", "metadata": {}, "hostId": "", "image": {"id": "a15f22cd-0370-4adc-8f9f-889a2dd2a2e7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/a15f22cd-0370-4adc-8f9f-889a2dd2a2e7"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:44:10Z", "updated": "2025-11-24T20:44:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/59d554f6-0f4f-4976-afec-85019c0a7f58"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:44:11Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:44:12,849 45 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:44:13,374 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58 0.525s
2025-11-24 20:44:13,375 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:12 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee494c58-bd89-4ec9-b155-4db204383b71', 'x-compute-request-id': 'req-ee494c58-bd89-4ec9-b155-4db204383b71', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58'}
Body: b''
2025-11-24 20:44:13,518 45 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_nova_image_snapshot_dependency): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58 0.141s
2025-11-24 20:44:13,519 45 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:44:13 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d83641-cba4-468c-baad-52d353ac51de', 'x-compute-request-id': 'req-29d83641-cba4-468c-baad-52d353ac51de', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/59d554f6-0f4f-4976-afec-85019c0a7f58'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 59d554f6-0f4f-4976-afec-85019c0a7f58 could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/image/v2/test_images_dependency.py", line 106, in test_nova_image_snapshot_dependency
base_image_id, snapshot_image_id = self._create_instance_snapshot()
File "/usr/lib/python3.9/site-packages/tempest/api/image/v2/test_images_dependency.py", line 84, in _create_instance_snapshot
instance = self.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 59d554f6-0f4f-4976-afec-85019c0a7f58 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:44:11Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-c536208c-e142-481d-8698-d0468d37f1f8.
|
||||||
| tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 8 | 0 | 5 | 0 | 3 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,multinode,network,slow] |
skip
pt50.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,multinode,network,slow]
|
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,multinode,network,slow] |
skip
pt50.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,multinode,network,slow]
|
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
fail
ft50.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:48:29,855 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.244s
2025-11-24 20:48:29,855 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-266751037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKCyUG33NAUj8Hx3FiN4KCEDXZ7gxnbPuMA11uqwCxYQpEph/Hz5t8leOV3f7DpKIvLuozYwbMPzvT8y0HPnlKAMUQnlLZM2J8fl/1FEWtGMq1ynp4SeXOeb/RvJMH7+lQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:29 GMT', 'server': 'Apache', 'content-length': '406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c36e8cf-1006-4704-a05e-12cf29c54f8d', 'x-compute-request-id': 'req-2c36e8cf-1006-4704-a05e-12cf29c54f8d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-266751037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKCyUG33NAUj8Hx3FiN4KCEDXZ7gxnbPuMA11uqwCxYQpEph/Hz5t8leOV3f7DpKIvLuozYwbMPzvT8y0HPnlKAMUQnlLZM2J8fl/1FEWtGMq1ynp4SeXOeb/RvJMH7+lQ==", "fingerprint": "56:1a:a6:5b:1d:77:71:83:82:da:af:49:39:02:e0:5a", "user_id": "eec01ef8bc524b218c36e821661f817e"}}'
2025-11-24 20:48:31,526 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.668s
2025-11-24 20:48:31,527 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1388290383", "description": "tempest-secgroup-smoke-1388290383 description", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-5c50443d-369c-4014-bd74-c9ac3fe5319a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "a9badbec-5ead-478c-870d-5e79d799d388", "name": "tempest-secgroup-smoke-1388290383", "stateful": true, "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "description": "tempest-secgroup-smoke-1388290383 description", "shared": false, "security_group_rules": [{"id": "33cac11b-f4ad-4c6e-8f74-5a8327cb6eca", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2984, "description": null, "tags": [], "created_at": "2025-11-24T20:48:31Z", "updated_at": "2025-11-24T20:48:31Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "49d7571b-13a2-4bd7-a28b-b2cc2a7f0973", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2985, "description": null, "tags": [], "created_at": "2025-11-24T20:48:31Z", "updated_at": "2025-11-24T20:48:31Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}], "tags": [], "created_at": "2025-11-24T20:48:31Z", "updated_at": "2025-11-24T20:48:31Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:32,119 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.591s
2025-11-24 20:48:32,119 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-89c59b49-0a4d-4041-b71f-b2399752ccbf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dfcdf0ea-fd53-46b1-97c3-eb85cff548ba", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:31Z", "updated_at": "2025-11-24T20:48:31Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:32,378 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.259s
2025-11-24 20:48:32,379 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ae9713a9-8590-401f-8efe-d324ec54ebcd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3dd857b9-d5f5-459c-b830-4685a5aa6a19", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:32Z", "updated_at": "2025-11-24T20:48:32Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:32,795 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.416s
2025-11-24 20:48:32,795 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5a6460e-2ca8-4bdd-bcb2-b285139a0cbb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "56359724-7955-4b19-9cf7-676d9b935c41", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:32Z", "updated_at": "2025-11-24T20:48:32Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:33,196 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.401s
2025-11-24 20:48:33,197 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6feaa4c5-0a70-4fe8-b6fc-739735e324f8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "facccccd-c7ac-4691-b8dd-3d4884eaea94", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:32Z", "updated_at": "2025-11-24T20:48:32Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:33,929 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.731s
2025-11-24 20:48:33,929 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c6451887-8a79-40d0-956d-91ef342da83f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "848d00c2-5897-4f60-bceb-5db322fd88b0", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:33Z", "updated_at": "2025-11-24T20:48:33Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:34,553 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.623s
2025-11-24 20:48:34,553 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-14d52b9f-5a0c-4750-b545-bc1db691a30f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4e99227d-a41b-4ba7-9fc9-0a3f10a0a86f", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "a9badbec-5ead-478c-870d-5e79d799d388", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:34Z", "updated_at": "2025-11-24T20:48:34Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:35,609 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.055s
2025-11-24 20:48:35,610 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--973688861", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-b156c9e5-79a2-44a4-84fa-0091e3331a66', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2dda1f41-914c-43fa-ad07-9c8d77b3f2d4","name":"tempest-network-smoke--973688861","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"387d349470984e90b0a76dfe8f1bd20c","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:34Z","updated_at":"2025-11-24T20:48:34Z","revision_number":1}}'
2025-11-24 20:48:39,056 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.445s
2025-11-24 20:48:39,057 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-364892276", "admin_state_up": true, "project_id": "387d349470984e90b0a76dfe8f1bd20c", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '680', 'x-openstack-request-id': 'req-ad9f4d0a-8036-4119-8852-1ddce5077112', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "4c32bd5c-8a15-4c31-855f-34d5868a967b", "name": "tempest-TestNetworkAdvancedServerOps-router-364892276", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.184"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:35Z", "updated_at": "2025-11-24T20:48:37Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:39,169 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28 0.112s
2025-11-24 20:48:39,169 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-735b94ce-1e6a-4d62-a916-227c8b8a8212', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:39,348 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.179s
2025-11-24 20:48:39,353 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-c9fc92f2-cc96-437f-a9d8-8745715a9cf4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:40,159 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.805s
2025-11-24 20:48:40,159 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-f4b94c45-dbce-4395-8b48-081d6f9b61dc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:44,776 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 4.617s
2025-11-24 20:48:44,777 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1711510881", "network_id": "2dda1f41-914c-43fa-ad07-9c8d77b3f2d4", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-bfa73097-5389-40ee-be3d-87de7998a5dc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"6891007e-cd29-4a61-97ce-aac57e9cd247","name":"tempest-subnet-smoke-1711510881","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"2dda1f41-914c-43fa-ad07-9c8d77b3f2d4","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:48:42Z","updated_at":"2025-11-24T20:48:42Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:48:48,114 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b/add_router_interface 3.336s
2025-11-24 20:48:48,115 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6891007e-cd29-4a61-97ce-aac57e9cd247"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-79c4ccf0-99e0-43c5-a284-fe757fa0fe1c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b/add_router_interface'}
Body: b'{"id": "4c32bd5c-8a15-4c31-855f-34d5868a967b", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "0ec620de-d99e-4579-b0b3-d2418de757ef", "network_id": "2dda1f41-914c-43fa-ad07-9c8d77b3f2d4", "subnet_id": "6891007e-cd29-4a61-97ce-aac57e9cd247", "subnet_ids": ["6891007e-cd29-4a61-97ce-aac57e9cd247"]}'
2025-11-24 20:48:48,477 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.358s
2025-11-24 20:48:48,477 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:48 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ae121d86-70f5-4925-8115-c3ae46ea48ca', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eec01ef8bc524b218c36e821661f817e", "name": "tempest-TestNetworkAdvancedServerOps-2099096073-project-member", "password_expires_at": null}, "audit_ids": ["0m-PfaceTEmVHAQcakPY2w"], "expires_at": "2025-11-24T21:48:48.000000Z", "issued_at": "2025-11-24T20:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "387d349470984e90b0a76dfe8f1bd20c", "name": "tempest-TestNetworkAdvancedServerOps-2099096073"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:48:48,478 43 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause) Found network None available for tenant
2025-11-24 20:48:50,956 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.477s
2025-11-24 20:48:50,956 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1994162945", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "2dda1f41-914c-43fa-ad07-9c8d77b3f2d4"}], "key_name": "tempest-TestNetworkAdvancedServerOps-266751037", "security_groups": [{"name": "tempest-secgroup-smoke-1388290383"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:48 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af5477cd-49d1-414b-98ab-5ce02c17590e', 'x-compute-request-id': 'req-af5477cd-49d1-414b-98ab-5ce02c17590e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "c849c934-c91b-4cc3-82e2-736e27dcd48d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1388290383"}], "adminPass": "eRxUZ9C8btVc"}}'
2025-11-24 20:48:51,281 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d 0.323s
2025-11-24 20:48:51,282 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:50 GMT', 'server': 'Apache', 'content-length': '1412', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-219023b8-4be9-4b54-b5f2-f7f13427c131', 'x-compute-request-id': 'req-219023b8-4be9-4b54-b5f2-f7f13427c131', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d'}
Body: b'{"server": {"id": "c849c934-c91b-4cc3-82e2-736e27dcd48d", "name": "tempest-TestNetworkAdvancedServerOps-server-1994162945", "status": "BUILD", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:50Z", "updated": "2025-11-24T20:48:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-266751037", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:52,777 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d 0.491s
2025-11-24 20:48:52,777 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:52 GMT', 'server': 'Apache', 'content-length': '1522', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86013ac7-9575-46db-85cb-7a17462f9f82', 'x-compute-request-id': 'req-86013ac7-9575-46db-85cb-7a17462f9f82', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d'}
Body: b'{"server": {"id": "c849c934-c91b-4cc3-82e2-736e27dcd48d", "name": "tempest-TestNetworkAdvancedServerOps-server-1994162945", "status": "ERROR", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:50Z", "updated": "2025-11-24T20:48:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:48:51Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-266751037", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:52,786 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:48:55,011 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d 2.225s
2025-11-24 20:48:55,012 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:52 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7996a668-54fc-4eb5-b5a7-61c35377d51b', 'x-compute-request-id': 'req-7996a668-54fc-4eb5-b5a7-61c35377d51b', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d'}
Body: b''
2025-11-24 20:48:55,133 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d 0.121s
2025-11-24 20:48:55,134 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:55 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-985696f9-70eb-4e64-8c70-331af8f78a3f', 'x-compute-request-id': 'req-985696f9-70eb-4e64-8c70-331af8f78a3f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c849c934-c91b-4cc3-82e2-736e27dcd48d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c849c934-c91b-4cc3-82e2-736e27dcd48d could not be found."}}'
2025-11-24 20:48:57,550 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b/remove_router_interface 2.409s
2025-11-24 20:48:57,550 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6891007e-cd29-4a61-97ce-aac57e9cd247"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-208f442e-7776-41e2-aaa7-77edf2442867', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b/remove_router_interface'}
Body: b'{"id": "4c32bd5c-8a15-4c31-855f-34d5868a967b", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "0ec620de-d99e-4579-b0b3-d2418de757ef", "network_id": "2dda1f41-914c-43fa-ad07-9c8d77b3f2d4", "subnet_id": "6891007e-cd29-4a61-97ce-aac57e9cd247", "subnet_ids": ["6891007e-cd29-4a61-97ce-aac57e9cd247"]}'
2025-11-24 20:48:58,503 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6891007e-cd29-4a61-97ce-aac57e9cd247 0.951s
2025-11-24 20:48:58,503 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:58 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7b51e750-cdce-41aa-9ba5-24c31ae9fc7d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6891007e-cd29-4a61-97ce-aac57e9cd247'}
Body: b''
2025-11-24 20:49:00,032 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b 1.528s
2025-11-24 20:49:00,032 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:00 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-3e60024b-846e-4a74-b886-5cb611d098c9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4c32bd5c-8a15-4c31-855f-34d5868a967b'}
Body: b''
2025-11-24 20:49:00,880 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2dda1f41-914c-43fa-ad07-9c8d77b3f2d4 0.847s
2025-11-24 20:49:00,880 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:00 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e0a5c375-bb50-4ca0-8db6-c9a4e0d03357', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2dda1f41-914c-43fa-ad07-9c8d77b3f2d4'}
Body: b''
2025-11-24 20:49:01,166 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/a9badbec-5ead-478c-870d-5e79d799d388 0.285s
2025-11-24 20:49:01,167 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-de49418f-d6f0-4bcb-a9b1-ca5d15b67e6d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/a9badbec-5ead-478c-870d-5e79d799d388'}
Body: b''
2025-11-24 20:49:01,260 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-266751037 0.093s
2025-11-24 20:49:01,260 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03bd597d-7b97-4774-bea2-b5d62bb10b1d', 'x-compute-request-id': 'req-03bd597d-7b97-4774-bea2-b5d62bb10b1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-266751037'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 317, in test_server_connectivity_pause_unpause
server = self._setup_server(keypair)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 86, in _setup_server
server = self.create_server(**server_args)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c849c934-c91b-4cc3-82e2-736e27dcd48d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:48:51Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-af5477cd-49d1-414b-98ab-5ce02c17590e.
|
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
fail
ft50.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:01,371 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.106s
2025-11-24 20:49:01,372 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1282479040", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHoXTCAhExp5ItW9zsnPNhevPtpbMIFSil6OrLWvLpjvgqCkXufstrGMmZBkS2HeN0t33fH4L5chGwtWkzk3DeYdS2aGMSz+yA4gXFVHTVUkphF6m6RVarRFgKws6eDeUA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-length': '407', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bb70aca-0b1c-45b9-9040-7b4313d9e575', 'x-compute-request-id': 'req-8bb70aca-0b1c-45b9-9040-7b4313d9e575', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1282479040", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHoXTCAhExp5ItW9zsnPNhevPtpbMIFSil6OrLWvLpjvgqCkXufstrGMmZBkS2HeN0t33fH4L5chGwtWkzk3DeYdS2aGMSz+yA4gXFVHTVUkphF6m6RVarRFgKws6eDeUA==", "fingerprint": "6e:b0:ed:cb:b9:e8:5e:ae:e6:bf:aa:3a:ed:8c:b6:71", "user_id": "eec01ef8bc524b218c36e821661f817e"}}'
2025-11-24 20:49:01,553 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.180s
2025-11-24 20:49:01,553 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1126102829", "description": "tempest-secgroup-smoke-1126102829 description", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-21d3484c-83fe-4310-bb59-6c1d2b38b20f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "name": "tempest-secgroup-smoke-1126102829", "stateful": true, "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "description": "tempest-secgroup-smoke-1126102829 description", "shared": false, "security_group_rules": [{"id": "6590f03b-e7d3-49e9-9890-4baf84535b43", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3051, "description": null, "tags": [], "created_at": "2025-11-24T20:49:01Z", "updated_at": "2025-11-24T20:49:01Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "8b4714ae-0592-4186-9583-e9af66a2e875", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3050, "description": null, "tags": [], "created_at": "2025-11-24T20:49:01Z", "updated_at": "2025-11-24T20:49:01Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}], "tags": [], "created_at": "2025-11-24T20:49:01Z", "updated_at": "2025-11-24T20:49:01Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:02,305 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.751s
2025-11-24 20:49:02,306 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-bbf9c523-0a0f-4e1d-8790-99705573c9b1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3d7b948b-97e7-46b4-8bdb-374d8f3909f0", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:01Z", "updated_at": "2025-11-24T20:49:01Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:02,793 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.486s
2025-11-24 20:49:02,793 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-f1cbcf7c-baae-4554-b791-7173084b8dac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2e8d0928-124d-4d8c-9117-ce5bd5a8565f", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:02Z", "updated_at": "2025-11-24T20:49:02Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:03,204 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.409s
2025-11-24 20:49:03,204 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1c032728-a231-4f38-9934-3bd223eaee4a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c7313595-5e0f-4d88-b784-3f3a717ff62b", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:03Z", "updated_at": "2025-11-24T20:49:03Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:04,039 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.834s
2025-11-24 20:49:04,039 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-07790eb0-cdd9-4670-8409-b95604121f41', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f4aed8e5-91bc-423c-b6a5-ebfc6c3eccb6", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:03Z", "updated_at": "2025-11-24T20:49:03Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:04,416 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.374s
2025-11-24 20:49:04,416 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-59d336e6-2fed-4396-bd7c-2e081d32b374', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f22c4e0d-3295-4cba-9fb2-99c0372e8b19", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:04Z", "updated_at": "2025-11-24T20:49:04Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:04,667 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.250s
2025-11-24 20:49:04,667 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6666b44b-9fa7-484a-a380-612d7bd427e8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "741790b4-9874-455a-a6b1-217290c2d450", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "f12c53e0-c238-4be2-bf38-2ef7b092b2bd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:04Z", "updated_at": "2025-11-24T20:49:04Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:05,645 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.977s
2025-11-24 20:49:05,645 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1150266527", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-d3d507e9-3bec-40de-8a79-0afffbe0f8ce', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"5293eae0-c8fa-492a-ac4d-126e2ddd9a7a","name":"tempest-network-smoke--1150266527","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"387d349470984e90b0a76dfe8f1bd20c","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:05Z","updated_at":"2025-11-24T20:49:05Z","revision_number":1}}'
2025-11-24 20:49:06,723 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.077s
2025-11-24 20:49:06,723 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-269504320", "admin_state_up": true, "project_id": "387d349470984e90b0a76dfe8f1bd20c", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '680', 'x-openstack-request-id': 'req-09f547c1-cd66-48c3-a7fe-2dde7d9464c2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "47938c08-8390-40f2-b6b9-7d17ad437b6d", "name": "tempest-TestNetworkAdvancedServerOps-router-269504320", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.207"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:05Z", "updated_at": "2025-11-24T20:49:06Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:06,890 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28 0.165s
2025-11-24 20:49:06,890 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-5572d335-3ccf-4a6d-b4cc-49cc67ca87b7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:07,043 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.153s
2025-11-24 20:49:07,043 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-e205b976-db69-4764-8cc9-0935aeb18b28', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:07,142 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.098s
2025-11-24 20:49:07,143 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d4666123-e2c0-4346-b2ae-b3273595f57a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:08,553 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.409s
2025-11-24 20:49:08,553 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-917887193", "network_id": "5293eae0-c8fa-492a-ac4d-126e2ddd9a7a", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-be970641-00ff-4c52-a788-c52cba58e90b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"19a2a126-76dd-4e97-a251-3a5ac9017459","name":"tempest-subnet-smoke-917887193","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"5293eae0-c8fa-492a-ac4d-126e2ddd9a7a","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:07Z","updated_at":"2025-11-24T20:49:07Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:12,776 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d/add_router_interface 4.220s
2025-11-24 20:49:12,776 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "19a2a126-76dd-4e97-a251-3a5ac9017459"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-59983289-ebfb-4ea5-a9bd-da008f50f662', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d/add_router_interface'}
Body: b'{"id": "47938c08-8390-40f2-b6b9-7d17ad437b6d", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "b52daa83-3a6e-4991-a0e9-d0d2f5334d42", "network_id": "5293eae0-c8fa-492a-ac4d-126e2ddd9a7a", "subnet_id": "19a2a126-76dd-4e97-a251-3a5ac9017459", "subnet_ids": ["19a2a126-76dd-4e97-a251-3a5ac9017459"]}'
2025-11-24 20:49:13,099 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.319s
2025-11-24 20:49:13,099 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:12 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ed157908-b3ef-408c-b967-231d9b452b90', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eec01ef8bc524b218c36e821661f817e", "name": "tempest-TestNetworkAdvancedServerOps-2099096073-project-member", "password_expires_at": null}, "audit_ids": ["XUNw3zAcQymlgTJj7yUU0w"], "expires_at": "2025-11-24T21:49:13.000000Z", "issued_at": "2025-11-24T20:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "387d349470984e90b0a76dfe8f1bd20c", "name": "tempest-TestNetworkAdvancedServerOps-2099096073"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:49:13,099 43 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_reboot) Found network None available for tenant
2025-11-24 20:49:15,580 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.480s
2025-11-24 20:49:15,580 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1725518803", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5293eae0-c8fa-492a-ac4d-126e2ddd9a7a"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1282479040", "security_groups": [{"name": "tempest-secgroup-smoke-1126102829"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:13 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a53d633-497a-4f1e-a0af-31f75413010a', 'x-compute-request-id': 'req-4a53d633-497a-4f1e-a0af-31f75413010a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "b03395c2-e879-4f42-8bb0-06635977063a", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b03395c2-e879-4f42-8bb0-06635977063a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1126102829"}], "adminPass": "pKeHMKVTD5VZ"}}'
2025-11-24 20:49:15,968 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a 0.386s
2025-11-24 20:49:15,968 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:15 GMT', 'server': 'Apache', 'content-length': '1413', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7e65434-00b5-4ea9-80e3-dbd99e223b87', 'x-compute-request-id': 'req-d7e65434-00b5-4ea9-80e3-dbd99e223b87', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a'}
Body: b'{"server": {"id": "b03395c2-e879-4f42-8bb0-06635977063a", "name": "tempest-TestNetworkAdvancedServerOps-server-1725518803", "status": "BUILD", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:15Z", "updated": "2025-11-24T20:49:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b03395c2-e879-4f42-8bb0-06635977063a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1282479040", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:17,276 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a 0.299s
2025-11-24 20:49:17,276 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:16 GMT', 'server': 'Apache', 'content-length': '1523', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a99bb6f1-e44c-4734-bb7e-b4dc136e2b35', 'x-compute-request-id': 'req-a99bb6f1-e44c-4734-bb7e-b4dc136e2b35', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a'}
Body: b'{"server": {"id": "b03395c2-e879-4f42-8bb0-06635977063a", "name": "tempest-TestNetworkAdvancedServerOps-server-1725518803", "status": "ERROR", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:15Z", "updated": "2025-11-24T20:49:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b03395c2-e879-4f42-8bb0-06635977063a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:16Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1282479040", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:17,282 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:49:17,707 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a 0.425s
2025-11-24 20:49:17,708 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:17 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b539728-19cf-46f4-b687-9200081421dd', 'x-compute-request-id': 'req-8b539728-19cf-46f4-b687-9200081421dd', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a'}
Body: b''
2025-11-24 20:49:18,129 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a 0.420s
2025-11-24 20:49:18,129 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:17 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbcc901-a6ff-4cb2-b663-8087787f52c3', 'x-compute-request-id': 'req-adbcc901-a6ff-4cb2-b663-8087787f52c3', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b03395c2-e879-4f42-8bb0-06635977063a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b03395c2-e879-4f42-8bb0-06635977063a could not be found."}}'
2025-11-24 20:49:19,510 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d/remove_router_interface 1.379s
2025-11-24 20:49:19,510 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "19a2a126-76dd-4e97-a251-3a5ac9017459"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-67ea9ff3-d820-4863-a349-a5f482d6e4b8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d/remove_router_interface'}
Body: b'{"id": "47938c08-8390-40f2-b6b9-7d17ad437b6d", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "b52daa83-3a6e-4991-a0e9-d0d2f5334d42", "network_id": "5293eae0-c8fa-492a-ac4d-126e2ddd9a7a", "subnet_id": "19a2a126-76dd-4e97-a251-3a5ac9017459", "subnet_ids": ["19a2a126-76dd-4e97-a251-3a5ac9017459"]}'
2025-11-24 20:49:19,862 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/19a2a126-76dd-4e97-a251-3a5ac9017459 0.352s
2025-11-24 20:49:19,862 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f8546641-7669-4117-9348-aa5df6985ccf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/19a2a126-76dd-4e97-a251-3a5ac9017459'}
Body: b''
2025-11-24 20:49:21,476 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d 1.614s
2025-11-24 20:49:21,477 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:21 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-cc37777a-8f25-4403-ad31-0fcf00c16e27', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/47938c08-8390-40f2-b6b9-7d17ad437b6d'}
Body: b''
2025-11-24 20:49:22,438 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5293eae0-c8fa-492a-ac4d-126e2ddd9a7a 0.961s
2025-11-24 20:49:22,438 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-48eb6a0c-1332-4262-99c1-2bd8c2469ec0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5293eae0-c8fa-492a-ac4d-126e2ddd9a7a'}
Body: b''
2025-11-24 20:49:22,878 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/f12c53e0-c238-4be2-bf38-2ef7b092b2bd 0.439s
2025-11-24 20:49:22,878 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-2386a1d2-f457-45d8-8803-618e0dc89b12', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/f12c53e0-c238-4be2-bf38-2ef7b092b2bd'}
Body: b''
2025-11-24 20:49:23,061 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1282479040 0.182s
2025-11-24 20:49:23,062 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:22 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585d2f67-bd7a-4d09-9963-45207e998034', 'x-compute-request-id': 'req-585d2f67-bd7a-4d09-9963-45207e998034', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1282479040'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 290, in test_server_connectivity_reboot
server = self._setup_server(keypair)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 86, in _setup_server
server = self.create_server(**server_args)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b03395c2-e879-4f42-8bb0-06635977063a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:16Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-4a53d633-497a-4f1e-a0af-31f75413010a.
|
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
fail
ft50.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:23,165 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.098s
2025-11-24 20:49:23,166 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1529907576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvKRn/lPO6PD3+04ZxgNiErn5DaFk6/yPl218uhX7GmavicxX/aJy8m5kFtsGrEWSu7L0sSNZ3WNInirQtgZqwua/YXH0SApoqji89TqOujoUqjDrfsZco8i2db5K9lVw=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:23 GMT', 'server': 'Apache', 'content-length': '407', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5943c223-dcc7-4abe-8c90-35184c7c6acc', 'x-compute-request-id': 'req-5943c223-dcc7-4abe-8c90-35184c7c6acc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1529907576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCvKRn/lPO6PD3+04ZxgNiErn5DaFk6/yPl218uhX7GmavicxX/aJy8m5kFtsGrEWSu7L0sSNZ3WNInirQtgZqwua/YXH0SApoqji89TqOujoUqjDrfsZco8i2db5K9lVw==", "fingerprint": "30:cb:31:3a:59:41:ae:6d:c7:11:18:cc:74:b1:5d:c6", "user_id": "eec01ef8bc524b218c36e821661f817e"}}'
2025-11-24 20:49:23,661 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.492s
2025-11-24 20:49:23,661 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-2044350249", "description": "tempest-secgroup-smoke-2044350249 description", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-e0edd41d-c738-4a64-8b84-423631dde096', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "name": "tempest-secgroup-smoke-2044350249", "stateful": true, "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "description": "tempest-secgroup-smoke-2044350249 description", "shared": false, "security_group_rules": [{"id": "122135f8-c5e4-44f3-b792-beed0e05f8a8", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3089, "description": null, "tags": [], "created_at": "2025-11-24T20:49:23Z", "updated_at": "2025-11-24T20:49:23Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "521ba84b-f875-4ec9-8ae0-d178bcb1c4ee", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3088, "description": null, "tags": [], "created_at": "2025-11-24T20:49:23Z", "updated_at": "2025-11-24T20:49:23Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}], "tags": [], "created_at": "2025-11-24T20:49:23Z", "updated_at": "2025-11-24T20:49:23Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:24,368 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.707s
2025-11-24 20:49:24,369 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-08e5a83f-ce3e-45ad-82cc-201130db6298', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "60a413bb-8b62-40aa-8d01-089764e61bcf", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:24Z", "updated_at": "2025-11-24T20:49:24Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:24,850 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.480s
2025-11-24 20:49:24,850 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-062523d8-b197-4c65-9314-283c683941d4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "77ad544a-2464-4407-bbde-03a7b123b74b", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:24Z", "updated_at": "2025-11-24T20:49:24Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:25,488 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.637s
2025-11-24 20:49:25,489 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9cd01a89-eeb1-4cf9-b665-11f5f78ed25c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "72649294-ac2e-4e47-bff8-6f9757c4d10c", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:25Z", "updated_at": "2025-11-24T20:49:25Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:25,901 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.411s
2025-11-24 20:49:25,901 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-83a49c4b-30b1-42e3-9a5d-1ff1a251dc56', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8e9b1053-aaa3-4be8-9332-d218de0c0f54", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:25Z", "updated_at": "2025-11-24T20:49:25Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:26,175 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.274s
2025-11-24 20:49:26,175 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-664fc15d-dc91-4864-92d9-162a6f0298d0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "77327a95-182c-4e66-a8a7-d21e30bddf4e", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:26Z", "updated_at": "2025-11-24T20:49:26Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:27,137 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.962s
2025-11-24 20:49:27,138 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4a951feb-66a6-42f2-b2a9-f970e4b09c83', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "44accebb-134d-478a-808b-192a56088071", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "319b765d-79e3-4561-9e4b-9e2542612cf9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:26Z", "updated_at": "2025-11-24T20:49:26Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:27,958 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.819s
2025-11-24 20:49:27,958 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1529305537", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-c0e96b2b-d9b2-48b7-ad1f-1f9989b409bd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2ec12463-7639-4e83-bcda-2f4ad195e5a9","name":"tempest-network-smoke--1529305537","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"387d349470984e90b0a76dfe8f1bd20c","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:27Z","updated_at":"2025-11-24T20:49:27Z","revision_number":1}}'
2025-11-24 20:49:30,125 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.167s
2025-11-24 20:49:30,126 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-959635351", "admin_state_up": true, "project_id": "387d349470984e90b0a76dfe8f1bd20c", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '680', 'x-openstack-request-id': 'req-a4693685-15a1-45fb-a4eb-67f733f61afd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "00de009d-8fd1-4ebc-82a0-4026f49c8181", "name": "tempest-TestNetworkAdvancedServerOps-router-959635351", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.174"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:28Z", "updated_at": "2025-11-24T20:49:29Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:30,490 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28 0.364s
2025-11-24 20:49:30,491 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-25054de3-1ebd-4ee2-b620-33d3da48dce9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:30,659 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.168s
2025-11-24 20:49:30,659 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-85102328-819e-4ff4-b456-967843f374a5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:30,775 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.115s
2025-11-24 20:49:30,776 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-cbc31fb7-6669-4cee-8313-010f7bb872a2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:31,590 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.814s
2025-11-24 20:49:31,591 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1075407429", "network_id": "2ec12463-7639-4e83-bcda-2f4ad195e5a9", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-0d1febc0-27f9-4a25-bf5d-0bd76ce78121', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"180ea3cc-b338-4b28-8ee3-aec9c92d1bef","name":"tempest-subnet-smoke-1075407429","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"2ec12463-7639-4e83-bcda-2f4ad195e5a9","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:30Z","updated_at":"2025-11-24T20:49:30Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:38,173 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181/add_router_interface 6.581s
2025-11-24 20:49:38,173 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "180ea3cc-b338-4b28-8ee3-aec9c92d1bef"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b24b208d-800f-457b-8828-523cf397c258', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181/add_router_interface'}
Body: b'{"id": "00de009d-8fd1-4ebc-82a0-4026f49c8181", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "8b052646-abb7-421f-845c-0ff7aa7dfc86", "network_id": "2ec12463-7639-4e83-bcda-2f4ad195e5a9", "subnet_id": "180ea3cc-b338-4b28-8ee3-aec9c92d1bef", "subnet_ids": ["180ea3cc-b338-4b28-8ee3-aec9c92d1bef"]}'
2025-11-24 20:49:38,543 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.366s
2025-11-24 20:49:38,544 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d4d52aba-313e-4446-8a4d-edd2993af6e1', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eec01ef8bc524b218c36e821661f817e", "name": "tempest-TestNetworkAdvancedServerOps-2099096073-project-member", "password_expires_at": null}, "audit_ids": ["NyNaVJsiRla681pl9KiUhw"], "expires_at": "2025-11-24T21:49:38.000000Z", "issued_at": "2025-11-24T20:49:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "387d349470984e90b0a76dfe8f1bd20c", "name": "tempest-TestNetworkAdvancedServerOps-2099096073"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:49:38,544 43 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild) Found network None available for tenant
2025-11-24 20:49:40,468 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.923s
2025-11-24 20:49:40,468 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1809361788", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "2ec12463-7639-4e83-bcda-2f4ad195e5a9"}], "key_name": "tempest-TestNetworkAdvancedServerOps-1529907576", "security_groups": [{"name": "tempest-secgroup-smoke-2044350249"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2435f71d-b9b7-4528-8ed3-dbc18a32399d', 'x-compute-request-id': 'req-2435f71d-b9b7-4528-8ed3-dbc18a32399d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2044350249"}], "adminPass": "PHH2f2SbwwqP"}}'
2025-11-24 20:49:40,997 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 0.524s
2025-11-24 20:49:40,997 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:40 GMT', 'server': 'Apache', 'content-length': '1413', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc7f6979-4ae2-4804-891e-0286db365938', 'x-compute-request-id': 'req-fc7f6979-4ae2-4804-891e-0286db365938', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8'}
Body: b'{"server": {"id": "34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8", "name": "tempest-TestNetworkAdvancedServerOps-server-1809361788", "status": "BUILD", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:40Z", "updated": "2025-11-24T20:49:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1529907576", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:42,430 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 0.427s
2025-11-24 20:49:42,431 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:42 GMT', 'server': 'Apache', 'content-length': '1523', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccf424ac-9d56-402c-86d5-855535d3f388', 'x-compute-request-id': 'req-ccf424ac-9d56-402c-86d5-855535d3f388', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8'}
Body: b'{"server": {"id": "34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8", "name": "tempest-TestNetworkAdvancedServerOps-server-1809361788", "status": "ERROR", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:40Z", "updated": "2025-11-24T20:49:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:41Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-1529907576", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:42,439 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:49:42,962 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 0.522s
2025-11-24 20:49:42,962 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:42 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05c57649-8b85-41d4-9b58-c4d233c56e90', 'x-compute-request-id': 'req-05c57649-8b85-41d4-9b58-c4d233c56e90', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8'}
Body: b''
2025-11-24 20:49:43,059 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 0.096s
2025-11-24 20:49:43,059 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:42 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2afa1ce-c9e0-46f2-8c9d-58b9ba6c5faf', 'x-compute-request-id': 'req-b2afa1ce-c9e0-46f2-8c9d-58b9ba6c5faf', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 could not be found."}}'
2025-11-24 20:49:44,938 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181/remove_router_interface 1.878s
2025-11-24 20:49:44,938 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "180ea3cc-b338-4b28-8ee3-aec9c92d1bef"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-305844d2-63c6-4fb9-b535-8c38df51600d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181/remove_router_interface'}
Body: b'{"id": "00de009d-8fd1-4ebc-82a0-4026f49c8181", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "8b052646-abb7-421f-845c-0ff7aa7dfc86", "network_id": "2ec12463-7639-4e83-bcda-2f4ad195e5a9", "subnet_id": "180ea3cc-b338-4b28-8ee3-aec9c92d1bef", "subnet_ids": ["180ea3cc-b338-4b28-8ee3-aec9c92d1bef"]}'
2025-11-24 20:49:45,193 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/180ea3cc-b338-4b28-8ee3-aec9c92d1bef 0.254s
2025-11-24 20:49:45,193 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:45 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c9787161-2aa6-4e4f-b26f-ce71381652ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/180ea3cc-b338-4b28-8ee3-aec9c92d1bef'}
Body: b''
2025-11-24 20:49:46,123 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181 0.930s
2025-11-24 20:49:46,124 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:46 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f335d60a-a1f4-410c-98c3-2908c0f115fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/00de009d-8fd1-4ebc-82a0-4026f49c8181'}
Body: b''
2025-11-24 20:49:47,596 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2ec12463-7639-4e83-bcda-2f4ad195e5a9 1.472s
2025-11-24 20:49:47,597 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a7ed8431-7dec-4371-861a-820f3836d4b4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2ec12463-7639-4e83-bcda-2f4ad195e5a9'}
Body: b''
2025-11-24 20:49:47,905 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/319b765d-79e3-4561-9e4b-9e2542612cf9 0.307s
2025-11-24 20:49:47,905 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-cdc3d923-1566-465a-91b2-27349610a63d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/319b765d-79e3-4561-9e4b-9e2542612cf9'}
Body: b''
2025-11-24 20:49:47,997 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1529907576 0.091s
2025-11-24 20:49:47,997 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:47 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3c0110c-edd9-4ecd-8424-420b75f3e383', 'x-compute-request-id': 'req-d3c0110c-edd9-4ecd-8424-420b75f3e383', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1529907576'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 301, in test_server_connectivity_rebuild
server = self._setup_server(keypair)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 86, in _setup_server
server = self.create_server(**server_args)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 34149c35-3d37-4ba4-8c1f-a2b7d3e3c4d8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:41Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-2435f71d-b9b7-4528-8ed3-dbc18a32399d.
|
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
skip
pt50.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow]
|
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
fail
ft50.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:48,125 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.123s
2025-11-24 20:49:48,126 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-960087551", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCig582c5VHjcVq4hJAgWmj8ZOKLjk+MA1ol6cunJQhPUm6DHgs5QBlS3GA2c4WHik0QtWIzvfNJqO57oGiVwlvIPKwUIlfV38aVN5SnfWS8WUJXf9zozZv+QqfBrlOD5A=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:48 GMT', 'server': 'Apache', 'content-length': '406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae659776-f9b3-4090-8453-ab9cf14078dc', 'x-compute-request-id': 'req-ae659776-f9b3-4090-8453-ab9cf14078dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-960087551", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCig582c5VHjcVq4hJAgWmj8ZOKLjk+MA1ol6cunJQhPUm6DHgs5QBlS3GA2c4WHik0QtWIzvfNJqO57oGiVwlvIPKwUIlfV38aVN5SnfWS8WUJXf9zozZv+QqfBrlOD5A==", "fingerprint": "4a:61:57:00:61:1f:89:bb:ec:73:da:bc:0e:13:0c:05", "user_id": "eec01ef8bc524b218c36e821661f817e"}}'
2025-11-24 20:49:48,926 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.799s
2025-11-24 20:49:48,927 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-193159220", "description": "tempest-secgroup-smoke-193159220 description", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-0cb7c750-b5c9-4f27-b205-045666dd2d91', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "name": "tempest-secgroup-smoke-193159220", "stateful": true, "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "description": "tempest-secgroup-smoke-193159220 description", "shared": false, "security_group_rules": [{"id": "079af9bc-17ec-4dd8-9ff4-5339bde7d9f9", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3156, "description": null, "tags": [], "created_at": "2025-11-24T20:49:48Z", "updated_at": "2025-11-24T20:49:48Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "e61784f5-0cf4-40d9-9e7c-1cf378bb08a5", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3155, "description": null, "tags": [], "created_at": "2025-11-24T20:49:48Z", "updated_at": "2025-11-24T20:49:48Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}], "tags": [], "created_at": "2025-11-24T20:49:48Z", "updated_at": "2025-11-24T20:49:48Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:49,304 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.376s
2025-11-24 20:49:49,304 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a3f7c97c-63de-4f3b-975e-4904e10e6db2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a85ba9e9-8089-43dc-ae07-94e22da10b0c", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:49Z", "updated_at": "2025-11-24T20:49:49Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:49,929 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.624s
2025-11-24 20:49:49,929 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-8c6a8ce9-1b22-4545-aeb5-4f46359a300f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "aebd3e8f-d13f-41a0-a53a-fbbc5fb200fb", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:49Z", "updated_at": "2025-11-24T20:49:49Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:50,436 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.506s
2025-11-24 20:49:50,436 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-11349728-2b41-40ae-a08c-ad6571ef0f08', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "badbb017-c297-43a2-ad7c-b576a4bc99e3", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:50Z", "updated_at": "2025-11-24T20:49:50Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:50,889 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.452s
2025-11-24 20:49:50,890 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e02cc1de-06b6-42d6-b13a-300bbb5f3c0e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5a647222-cba2-4615-a398-e77c4b6db7b3", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:50Z", "updated_at": "2025-11-24T20:49:50Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:51,065 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.174s
2025-11-24 20:49:51,065 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3a765724-df37-44b8-ad66-ba27d5f3735d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7bf29397-f81b-4f0c-bc0d-d130567b92a4", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:50Z", "updated_at": "2025-11-24T20:49:50Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:51,425 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.360s
2025-11-24 20:49:51,426 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3f6510b5-b18e-4449-98b2-bc04c2127630', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ffe30ee2-d14d-43ed-868d-635bdf51b196", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "8a95dc99-06f1-4eed-8888-44b69a03e372", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:51Z", "updated_at": "2025-11-24T20:49:51Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:53,126 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.700s
2025-11-24 20:49:53,127 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--812505199", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-ec0dc6c5-77b5-4a2e-9f96-bb43c52393e8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"5f5bdadd-cebc-4363-88c7-0610178b5bc7","name":"tempest-network-smoke--812505199","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"387d349470984e90b0a76dfe8f1bd20c","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:52Z","updated_at":"2025-11-24T20:49:52Z","revision_number":1}}'
2025-11-24 20:49:56,522 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.395s
2025-11-24 20:49:56,523 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-150340169", "admin_state_up": true, "project_id": "387d349470984e90b0a76dfe8f1bd20c", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '680', 'x-openstack-request-id': 'req-8fef87f9-3c14-4a79-b414-78c71683aff4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "4905a60c-68ee-4edb-a329-256c95b813b0", "name": "tempest-TestNetworkAdvancedServerOps-router-150340169", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:53Z", "updated_at": "2025-11-24T20:49:54Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:49:56,725 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28 0.201s
2025-11-24 20:49:56,726 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-36ac7b9c-1a0e-4096-aaf7-f4bbdc2cd10c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:56,971 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.245s
2025-11-24 20:49:56,971 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-5bbe87ce-bf09-4995-85d5-dc232ddb3fb3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:57,081 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.109s
2025-11-24 20:49:57,081 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-955b8222-bd9e-45fb-87ad-247800fa18fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:59,476 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.394s
2025-11-24 20:49:59,476 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1177554141", "network_id": "5f5bdadd-cebc-4363-88c7-0610178b5bc7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-6e342e5c-1dcc-4b2f-a017-41f29e62fd8f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"411a5957-225b-4f33-9443-e92ce110f162","name":"tempest-subnet-smoke-1177554141","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"5f5bdadd-cebc-4363-88c7-0610178b5bc7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:57Z","updated_at":"2025-11-24T20:49:57Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:02,854 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0/add_router_interface 3.377s
2025-11-24 20:50:02,854 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "411a5957-225b-4f33-9443-e92ce110f162"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a9b43354-c38a-4da3-835c-2a1fb1a8edb1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0/add_router_interface'}
Body: b'{"id": "4905a60c-68ee-4edb-a329-256c95b813b0", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "330212cc-1178-4403-a079-6c0b3dedca06", "network_id": "5f5bdadd-cebc-4363-88c7-0610178b5bc7", "subnet_id": "411a5957-225b-4f33-9443-e92ce110f162", "subnet_ids": ["411a5957-225b-4f33-9443-e92ce110f162"]}'
2025-11-24 20:50:03,244 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.379s
2025-11-24 20:50:03,244 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-52a04611-5102-4271-a62a-c9fa25fe0b64', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eec01ef8bc524b218c36e821661f817e", "name": "tempest-TestNetworkAdvancedServerOps-2099096073-project-member", "password_expires_at": null}, "audit_ids": ["s5bfxL70SYyT5CWQkE55pQ"], "expires_at": "2025-11-24T21:50:03.000000Z", "issued_at": "2025-11-24T20:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "387d349470984e90b0a76dfe8f1bd20c", "name": "tempest-TestNetworkAdvancedServerOps-2099096073"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:50:03,245 43 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start) Found network None available for tenant
2025-11-24 20:50:05,600 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.353s
2025-11-24 20:50:05,601 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1857863394", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5f5bdadd-cebc-4363-88c7-0610178b5bc7"}], "key_name": "tempest-TestNetworkAdvancedServerOps-960087551", "security_groups": [{"name": "tempest-secgroup-smoke-193159220"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:03 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b942e169-ff72-40ab-bd6b-762a40cc99c8', 'x-compute-request-id': 'req-b942e169-ff72-40ab-bd6b-762a40cc99c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "9647898e-7c05-42c6-9119-c6a9fb21ad73", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-193159220"}], "adminPass": "wS3we5iEfAhR"}}'
2025-11-24 20:50:05,917 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73 0.315s
2025-11-24 20:50:05,917 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:05 GMT', 'server': 'Apache', 'content-length': '1412', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa3cc95d-9aef-4245-8efb-96017b5d05c4', 'x-compute-request-id': 'req-aa3cc95d-9aef-4245-8efb-96017b5d05c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73'}
Body: b'{"server": {"id": "9647898e-7c05-42c6-9119-c6a9fb21ad73", "name": "tempest-TestNetworkAdvancedServerOps-server-1857863394", "status": "BUILD", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:05Z", "updated": "2025-11-24T20:50:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-960087551", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:07,164 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73 0.242s
2025-11-24 20:50:07,164 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:06 GMT', 'server': 'Apache', 'content-length': '1522', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53a667bd-39f9-40cb-b9ab-44c86d7b91c7', 'x-compute-request-id': 'req-53a667bd-39f9-40cb-b9ab-44c86d7b91c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73'}
Body: b'{"server": {"id": "9647898e-7c05-42c6-9119-c6a9fb21ad73", "name": "tempest-TestNetworkAdvancedServerOps-server-1857863394", "status": "ERROR", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:05Z", "updated": "2025-11-24T20:50:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:50:06Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-960087551", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:07,168 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:50:07,639 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73 0.471s
2025-11-24 20:50:07,639 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:07 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e7f093f-3af2-4de5-9f57-7a60bd947fcb', 'x-compute-request-id': 'req-9e7f093f-3af2-4de5-9f57-7a60bd947fcb', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73'}
Body: b''
2025-11-24 20:50:07,747 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73 0.107s
2025-11-24 20:50:07,747 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:07 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-062181f5-bd99-4add-b7b5-bd3bd4abc5dd', 'x-compute-request-id': 'req-062181f5-bd99-4add-b7b5-bd3bd4abc5dd', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9647898e-7c05-42c6-9119-c6a9fb21ad73'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9647898e-7c05-42c6-9119-c6a9fb21ad73 could not be found."}}'
2025-11-24 20:50:08,736 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0/remove_router_interface 0.988s
2025-11-24 20:50:08,736 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "411a5957-225b-4f33-9443-e92ce110f162"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-71e06cb8-7f67-44d0-90f3-16d678c965d7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0/remove_router_interface'}
Body: b'{"id": "4905a60c-68ee-4edb-a329-256c95b813b0", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "330212cc-1178-4403-a079-6c0b3dedca06", "network_id": "5f5bdadd-cebc-4363-88c7-0610178b5bc7", "subnet_id": "411a5957-225b-4f33-9443-e92ce110f162", "subnet_ids": ["411a5957-225b-4f33-9443-e92ce110f162"]}'
2025-11-24 20:50:09,096 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/411a5957-225b-4f33-9443-e92ce110f162 0.360s
2025-11-24 20:50:09,097 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-99ea9d46-c3e0-4fb1-8045-a613bf630038', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/411a5957-225b-4f33-9443-e92ce110f162'}
Body: b''
2025-11-24 20:50:10,178 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0 1.081s
2025-11-24 20:50:10,178 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:10 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1239c43b-905b-4575-b3a0-c2c9b2b706c4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/4905a60c-68ee-4edb-a329-256c95b813b0'}
Body: b''
2025-11-24 20:50:11,107 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5f5bdadd-cebc-4363-88c7-0610178b5bc7 0.928s
2025-11-24 20:50:11,108 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-212e398e-8683-43db-9fd8-a6c6730cb921', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5f5bdadd-cebc-4363-88c7-0610178b5bc7'}
Body: b''
2025-11-24 20:50:11,392 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8a95dc99-06f1-4eed-8888-44b69a03e372 0.283s
2025-11-24 20:50:11,392 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-3566a3d7-4191-4c2c-9385-347a2c6ffbf3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8a95dc99-06f1-4eed-8888-44b69a03e372'}
Body: b''
2025-11-24 20:50:11,482 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-960087551 0.089s
2025-11-24 20:50:11,482 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16d520b8-e95a-4091-bd8a-1a03f49bb70b', 'x-compute-request-id': 'req-16d520b8-e95a-4091-bd8a-1a03f49bb70b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-960087551'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 274, in test_server_connectivity_stop_start
server = self._setup_server(keypair)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 86, in _setup_server
server = self.create_server(**server_args)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9647898e-7c05-42c6-9119-c6a9fb21ad73 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:50:06Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b942e169-ff72-40ab-bd6b-762a40cc99c8.
|
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
fail
ft50.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:50:11,593 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.105s
2025-11-24 20:50:11,594 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-779705076", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNRhZed2xGSqCO4aFjZAPOr51GavI+X04yi0phofki5s0np9NwBpekJWsaMwvU4VvLxOcU3qi5+oNlWsLQM5GblVg1qWmgdwFDAxWtW2RrsX4BzxcW7fUWaGhNL6mmHwKQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'content-length': '406', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7daa84b6-3795-464f-bea0-beda6b252fde', 'x-compute-request-id': 'req-7daa84b6-3795-464f-bea0-beda6b252fde', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-779705076", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNRhZed2xGSqCO4aFjZAPOr51GavI+X04yi0phofki5s0np9NwBpekJWsaMwvU4VvLxOcU3qi5+oNlWsLQM5GblVg1qWmgdwFDAxWtW2RrsX4BzxcW7fUWaGhNL6mmHwKQ==", "fingerprint": "71:b3:50:6a:d7:12:57:51:7f:7f:2b:2d:91:bf:9e:2a", "user_id": "eec01ef8bc524b218c36e821661f817e"}}'
2025-11-24 20:50:12,374 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.778s
2025-11-24 20:50:12,375 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1154694756", "description": "tempest-secgroup-smoke-1154694756 description", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-74102445-bffc-44d3-a6f9-f4126f5a5af5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "name": "tempest-secgroup-smoke-1154694756", "stateful": true, "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "description": "tempest-secgroup-smoke-1154694756 description", "shared": false, "security_group_rules": [{"id": "02191ab2-9d95-4ce7-b69b-90d97c0f0afe", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3211, "description": null, "tags": [], "created_at": "2025-11-24T20:50:12Z", "updated_at": "2025-11-24T20:50:12Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "6bc14153-8b9c-42b9-8aa2-24f4f9502a29", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3210, "description": null, "tags": [], "created_at": "2025-11-24T20:50:11Z", "updated_at": "2025-11-24T20:50:11Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}], "tags": [], "created_at": "2025-11-24T20:50:11Z", "updated_at": "2025-11-24T20:50:12Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:12,597 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.221s
2025-11-24 20:50:12,598 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5d867743-792a-43af-b8a1-dadb0c903998', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "886d6afe-32f1-4b0f-8f48-3fb25515b482", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:12Z", "updated_at": "2025-11-24T20:50:12Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:12,818 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.219s
2025-11-24 20:50:12,819 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-19a97741-5191-4c1a-9fd2-5c97ef922585', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4c02d139-a091-4563-9310-035d81fa306d", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:12Z", "updated_at": "2025-11-24T20:50:12Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:13,333 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.514s
2025-11-24 20:50:13,334 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0d8d1c4c-b536-4389-8045-0320a1510eb9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0629ebbb-d4f9-42eb-bb67-1dd1b739eb2e", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:13Z", "updated_at": "2025-11-24T20:50:13Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:13,957 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.622s
2025-11-24 20:50:13,958 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a49f44fa-9883-4e0a-87a9-d962623b8fe9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "02040caa-7be3-43f6-b94c-b786b9dc1335", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:13Z", "updated_at": "2025-11-24T20:50:13Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:14,357 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.398s
2025-11-24 20:50:14,357 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-787c1136-9ac4-4933-8f75-00102723b3ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "82198352-43cf-4011-b02b-5dd39b34b718", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:14Z", "updated_at": "2025-11-24T20:50:14Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:14,833 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.475s
2025-11-24 20:50:14,833 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7a8ada3a-65bb-48b6-8414-336f98446e7d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8498e3ac-e45c-4ff6-9c15-200961cdddb2", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "security_group_id": "b60f6348-33b3-4a35-bb28-5859b865c5d7", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:14Z", "updated_at": "2025-11-24T20:50:14Z", "revision_number": 0, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:15,575 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.740s
2025-11-24 20:50:15,577 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1934658592", "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-307e2257-6dca-4037-8fcd-af857b75d7f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"d1e37adf-f15f-4365-86f3-c964933fbbdf","name":"tempest-network-smoke--1934658592","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"387d349470984e90b0a76dfe8f1bd20c","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:14Z","updated_at":"2025-11-24T20:50:15Z","revision_number":1}}'
2025-11-24 20:50:17,079 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.501s
2025-11-24 20:50:17,079 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkAdvancedServerOps-router-1747070555", "admin_state_up": true, "project_id": "387d349470984e90b0a76dfe8f1bd20c", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '681', 'x-openstack-request-id': 'req-6c48267b-c315-4c40-ae58-1385b3724cb6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "2043c302-2884-4aae-af6e-0f13b45bf597", "name": "tempest-TestNetworkAdvancedServerOps-router-1747070555", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.248"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:15Z", "updated_at": "2025-11-24T20:50:16Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:17,196 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28 0.116s
2025-11-24 20:50:17,197 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-e8865b3b-6281-46ca-b3ce-229c047c9923', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=387d349470984e90b0a76dfe8f1bd20c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:17,435 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.237s
2025-11-24 20:50:17,435 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-5bcc8f81-1636-4994-999d-939328bf766b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:17,589 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.153s
2025-11-24 20:50:17,590 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-8b9f65c2-d626-4b1f-aeec-986b17dd342c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:20,139 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.549s
2025-11-24 20:50:20,140 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1613190721", "network_id": "d1e37adf-f15f-4365-86f3-c964933fbbdf", "project_id": "387d349470984e90b0a76dfe8f1bd20c", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-2ab423e3-4168-40c3-b7b8-82aee39a20d8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"9743a147-5f70-4d44-868e-90f7ab08a5a8","name":"tempest-subnet-smoke-1613190721","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"d1e37adf-f15f-4365-86f3-c964933fbbdf","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:18Z","updated_at":"2025-11-24T20:50:18Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"}}'
2025-11-24 20:50:25,057 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597/add_router_interface 4.916s
2025-11-24 20:50:25,057 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "9743a147-5f70-4d44-868e-90f7ab08a5a8"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-60be29cd-d9df-4780-a5cc-e599763c3d62', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597/add_router_interface'}
Body: b'{"id": "2043c302-2884-4aae-af6e-0f13b45bf597", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "56f8bcf0-5eab-41de-b1ef-411ef64db60c", "network_id": "d1e37adf-f15f-4365-86f3-c964933fbbdf", "subnet_id": "9743a147-5f70-4d44-868e-90f7ab08a5a8", "subnet_ids": ["9743a147-5f70-4d44-868e-90f7ab08a5a8"]}'
2025-11-24 20:50:25,367 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.307s
2025-11-24 20:50:25,368 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:25 GMT', 'server': 'Apache', 'content-length': '5722', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-48417d50-df23-48ca-9040-2f4363102692', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eec01ef8bc524b218c36e821661f817e", "name": "tempest-TestNetworkAdvancedServerOps-2099096073-project-member", "password_expires_at": null}, "audit_ids": ["p9C_nvfGRBqc_RbC66yN7Q"], "expires_at": "2025-11-24T21:50:25.000000Z", "issued_at": "2025-11-24T20:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "387d349470984e90b0a76dfe8f1bd20c", "name": "tempest-TestNetworkAdvancedServerOps-2099096073"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_387d349470984e90b0a76dfe8f1bd20c", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"},
2025-11-24 20:50:25,369 43 INFO [tempest.lib.common.fixed_network] (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume) Found network None available for tenant
2025-11-24 20:50:27,150 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.778s
2025-11-24 20:50:27,151 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkAdvancedServerOps-server-1530614794", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "d1e37adf-f15f-4365-86f3-c964933fbbdf"}], "key_name": "tempest-TestNetworkAdvancedServerOps-779705076", "security_groups": [{"name": "tempest-secgroup-smoke-1154694756"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:25 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be647c0d-7004-4ecb-9dc3-c0203d321eb0', 'x-compute-request-id': 'req-be647c0d-7004-4ecb-9dc3-c0203d321eb0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "fc7d9378-ac31-40df-8133-72329d9edf24", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1154694756"}], "adminPass": "wo2RwymQ2eyu"}}'
2025-11-24 20:50:27,432 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24 0.278s
2025-11-24 20:50:27,432 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-length': '1412', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f46c527-82dc-4dd5-a9c5-12ab0388f46c', 'x-compute-request-id': 'req-9f46c527-82dc-4dd5-a9c5-12ab0388f46c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24'}
Body: b'{"server": {"id": "fc7d9378-ac31-40df-8133-72329d9edf24", "name": "tempest-TestNetworkAdvancedServerOps-server-1530614794", "status": "BUILD", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:27Z", "updated": "2025-11-24T20:50:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-779705076", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:28,798 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24 0.361s
2025-11-24 20:50:28,799 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-length': '1522', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-790d09c4-6c72-4b56-8d17-75ef68977b1b', 'x-compute-request-id': 'req-790d09c4-6c72-4b56-8d17-75ef68977b1b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24'}
Body: b'{"server": {"id": "fc7d9378-ac31-40df-8133-72329d9edf24", "name": "tempest-TestNetworkAdvancedServerOps-server-1530614794", "status": "ERROR", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "user_id": "eec01ef8bc524b218c36e821661f817e", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:27Z", "updated": "2025-11-24T20:50:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc7d9378-ac31-40df-8133-72329d9edf24"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:50:27Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkAdvancedServerOps-779705076", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:28,803 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:50:29,172 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24 0.368s
2025-11-24 20:50:29,173 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c60981ca-49c0-4d30-8324-da66ef4e991e', 'x-compute-request-id': 'req-c60981ca-49c0-4d30-8324-da66ef4e991e', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24'}
Body: b''
2025-11-24 20:50:29,258 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24 0.085s
2025-11-24 20:50:29,259 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:29 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdfe8ee3-f49f-4e10-9336-03f6fa8abc79', 'x-compute-request-id': 'req-cdfe8ee3-f49f-4e10-9336-03f6fa8abc79', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc7d9378-ac31-40df-8133-72329d9edf24'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance fc7d9378-ac31-40df-8133-72329d9edf24 could not be found."}}'
2025-11-24 20:50:34,500 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597/remove_router_interface 5.241s
2025-11-24 20:50:34,501 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "9743a147-5f70-4d44-868e-90f7ab08a5a8"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9c88d1a6-76ad-43ac-a008-5b708de4e0d4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597/remove_router_interface'}
Body: b'{"id": "2043c302-2884-4aae-af6e-0f13b45bf597", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "port_id": "56f8bcf0-5eab-41de-b1ef-411ef64db60c", "network_id": "d1e37adf-f15f-4365-86f3-c964933fbbdf", "subnet_id": "9743a147-5f70-4d44-868e-90f7ab08a5a8", "subnet_ids": ["9743a147-5f70-4d44-868e-90f7ab08a5a8"]}'
2025-11-24 20:50:35,113 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9743a147-5f70-4d44-868e-90f7ab08a5a8 0.611s
2025-11-24 20:50:35,113 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:35 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-45c18b4e-b2a9-4df1-9f5c-e350e342f7eb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9743a147-5f70-4d44-868e-90f7ab08a5a8'}
Body: b''
2025-11-24 20:50:37,487 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597 2.374s
2025-11-24 20:50:37,488 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:37 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7c14fbdc-fa8c-41fb-9c0f-c2f3a960f512', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2043c302-2884-4aae-af6e-0f13b45bf597'}
Body: b''
2025-11-24 20:50:38,105 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/d1e37adf-f15f-4365-86f3-c964933fbbdf 0.616s
2025-11-24 20:50:38,105 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:38 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-6f6a6430-1d51-473f-9c3f-f7151f2ab0c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/d1e37adf-f15f-4365-86f3-c964933fbbdf'}
Body: b''
2025-11-24 20:50:38,290 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b60f6348-33b3-4a35-bb28-5859b865c5d7 0.185s
2025-11-24 20:50:38,290 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:38 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-918cf9c0-750c-42d3-862a-6b2b8ba2a78e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b60f6348-33b3-4a35-bb28-5859b865c5d7'}
Body: b''
2025-11-24 20:50:38,404 43 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-779705076 0.113s
2025-11-24 20:50:38,404 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:38 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b3f91f-75be-42e0-a953-9f261380304f', 'x-compute-request-id': 'req-e0b3f91f-75be-42e0-a953-9f261380304f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-779705076'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 335, in test_server_connectivity_suspend_resume
server = self._setup_server(keypair)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_advanced_server_ops.py", line 86, in _setup_server
server = self.create_server(**server_args)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server fc7d9378-ac31-40df-8133-72329d9edf24 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:50:27Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-be647c0d-7004-4ecb-9dc3-c0203d321eb0.
|
||||||
| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 9 | 0 | 8 | 0 | 1 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
fail
ft51.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:48:27,991 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.044s
2025-11-24 20:48:27,991 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1305640908", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-5a5a24da-eee4-407d-bd4c-3eae96b9812d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"e5caa41e-0af8-40ab-8955-ba67597a4dd3","name":"tempest-network-smoke--1305640908","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:27Z","updated_at":"2025-11-24T20:48:27Z","revision_number":1}}'
2025-11-24 20:48:31,666 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.674s
2025-11-24 20:48:31,666 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-496751250", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-a9ab1a20-524b-452e-b73f-d9ab494538aa', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "d55f937e-fa91-4a3c-ad9f-16b8882b534e", "name": "tempest-TestNetworkBasicOps-router-496751250", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.230"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:28Z", "updated_at": "2025-11-24T20:48:30Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:31,846 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.179s
2025-11-24 20:48:31,846 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ce8f11b1-e7de-4186-9ce6-b3c0c3d0239b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:32,198 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.351s
2025-11-24 20:48:32,198 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-81d4ba01-8ea9-4631-aea9-78d192a28c0c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:32,316 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.117s
2025-11-24 20:48:32,316 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c91e104e-7293-46ef-babc-357960b5d213', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:33,625 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.309s
2025-11-24 20:48:33,626 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-570065490", "network_id": "e5caa41e-0af8-40ab-8955-ba67597a4dd3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-63f727b8-939d-41ff-83c5-9894d4e30bc7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"f955ad01-0a23-49f7-9b40-1b4608b7c0d1","name":"tempest-subnet-smoke-570065490","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"e5caa41e-0af8-40ab-8955-ba67597a4dd3","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:48:32Z","updated_at":"2025-11-24T20:48:32Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:35,862 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e/add_router_interface 2.235s
2025-11-24 20:48:35,863 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "f955ad01-0a23-49f7-9b40-1b4608b7c0d1"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7ed617a1-db0b-4203-9c1e-e62f56213f48', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e/add_router_interface'}
Body: b'{"id": "d55f937e-fa91-4a3c-ad9f-16b8882b534e", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "39eb9952-7618-4834-bde1-e16d71db6f46", "network_id": "e5caa41e-0af8-40ab-8955-ba67597a4dd3", "subnet_id": "f955ad01-0a23-49f7-9b40-1b4608b7c0d1", "subnet_ids": ["f955ad01-0a23-49f7-9b40-1b4608b7c0d1"]}'
2025-11-24 20:48:36,314 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.450s
2025-11-24 20:48:36,314 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5891', 'x-openstack-request-id': 'req-c8abac78-2bf9-4e70-a6d4-f555493711c9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"2dda1f41-914c-43fa-ad07-9c8d77b3f2d4","name":"tempest-network-smoke--973688861","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:34Z","updated_at":"2025-11-24T20:48:34Z","revision_number":1,"project_id":"387d349470984e90b0a76dfe8f1bd20c","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":1428},{"id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","name":"tempest-network-smoke--577412213","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["d73588b3-f28d-492b-8df3-3d52d0d8ca2e","e322ab6c-9316-435b-ab5f-1e7df8695756"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:00Z","updated_at":"2025-11-24T20:48:26Z","revision_number":3,"project_id":"68888f16e5b04b808865a338fb48bf2f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":813},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"4ca799ea-5c65-4a41-8226-ea58de138abc","name":"tempest-network-smoke--1036666221","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["7fceb4a3-62a0-4520-888c-b93bc5791243"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:ext
2025-11-24 20:48:36,442 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.127s
2025-11-24 20:48:36,443 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '4588', 'x-openstack-request-id': 'req-de03415f-3171-44cd-8700-ca09d3e1808b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"7fceb4a3-62a0-4520-888c-b93bc5791243","name":"tempest-sub4-22338321","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"4ca799ea-5c65-4a41-8226-ea58de138abc","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:02Z","updated_at":"2025-11-24T20:48:02Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"c677aec9-3b98-4f29-97ca-ea0161d8b52c","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-subnet","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","network_id":"1cd20752-4f7a-4718-b62b-81db245c43af","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":0,"project_id":"108ab5a1eef44a0ab9ccce10396f928e"},{"id":"d73588b3-f28d-492b-8df3-3d52d0d8ca2e","name":"tempest-sub6-2009872633","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:15Z","updated_at":"2025-11-24T20:48:15Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"e322ab6c-9316-435b-ab5f-1e7df8695756","name":"tempest-sub6-267156480","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:26Z","updated_at":"2025-11-24T20:48:26Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"f955ad01-0a23-49f7-9b40-1b4608b7c0d1","name":"tempest-subnet-smoke-570065490","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"e
2025-11-24 20:48:36,669 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.225s
2025-11-24 20:48:36,669 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2971', 'x-openstack-request-id': 'req-f1e657c5-abd7-4f46-9e9e-c5fdc9078d30', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "1ce6fee9-8265-4bd4-b634-aa76cf2ca72b", "name": "tempest-RoutersIpV6Test-router-465887446", "tenant_id": "4dd655e06cc647b48623462b971f3fd3", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:34Z", "updated_at": "2025-11-24T20:48:34Z", "revision_number": 1, "project_id": "4dd655e06cc647b48623462b971f3fd3"}, {"id": "4c32bd5c-8a15-4c31-855f-34d5868a967b", "name": "tempest-TestNetworkAdvancedServerOps-router-364892276", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:35Z", "updated_at": "2025-11-24T20:48:35Z", "revision_number": 1, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "name": "tempest-TestGettingAddress-router-1137371457", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.250"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:04Z", "updated_at": "2025-11-24T20:48:23Z", "revision_number": 4, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}, {"id": "d55f937e-fa91-4a3c-ad9f-16b8882b534e", "name": "tempest-TestNetworkBasicOps-router-496751250", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.230"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:28Z", "updated_at": "2025-11-24T20:48:34Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}]}'
2025-11-24 20:48:37,383 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.713s
2025-11-24 20:48:37,384 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-495866641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO7ULq4Al/mZkFqLbJ6hkDxvpQZX4jZubF/Lkk3NbK4rWoeIsX3MEc7V9NWvRx4CMw+fTEhFwTslySGlXdgxM7itarpNWZxsu+zj+g5G3Fx/M8dFuT1HNiosC1SnidV/yQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:36 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab10fb08-2771-480a-892f-306dcf334ff0', 'x-compute-request-id': 'req-ab10fb08-2771-480a-892f-306dcf334ff0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-495866641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO7ULq4Al/mZkFqLbJ6hkDxvpQZX4jZubF/Lkk3NbK4rWoeIsX3MEc7V9NWvRx4CMw+fTEhFwTslySGlXdgxM7itarpNWZxsu+zj+g5G3Fx/M8dFuT1HNiosC1SnidV/yQ==", "fingerprint": "ce:e5:d9:2d:66:9a:7d:12:a2:af:96:62:e4:02:d9:8f", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:48:37,925 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.540s
2025-11-24 20:48:37,926 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1544417411", "description": "tempest-secgroup-smoke-1544417411 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:37 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-0d396dae-f6f3-4242-b66a-3c52dc095af9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "name": "tempest-secgroup-smoke-1544417411", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1544417411 description", "shared": false, "security_group_rules": [{"id": "bac56515-4050-474d-b460-b957052029fe", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3005, "description": null, "tags": [], "created_at": "2025-11-24T20:48:37Z", "updated_at": "2025-11-24T20:48:37Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "bc67e446-4a76-4db5-afa9-abe1ca3def80", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3004, "description": null, "tags": [], "created_at": "2025-11-24T20:48:37Z", "updated_at": "2025-11-24T20:48:37Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:48:37Z", "updated_at": "2025-11-24T20:48:37Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:38,431 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.504s
2025-11-24 20:48:38,431 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f7070561-c49a-4c5d-b1fe-647dbb4475c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c8e0388f-c052-4473-99ff-8ba60c6652df", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:38Z", "updated_at": "2025-11-24T20:48:38Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:39,079 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.648s
2025-11-24 20:48:39,080 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-c2a4f146-3ee2-4774-9d45-0daadafac8c6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ee2fafd7-8c0c-49e3-8464-a4a92dc7d033", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:38Z", "updated_at": "2025-11-24T20:48:38Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:42,751 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 3.670s
2025-11-24 20:48:42,752 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cb542672-0356-4ff5-82ef-9eb4c5ee4a40', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3cddd726-7b58-47e6-8072-45292356d621", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:41Z", "updated_at": "2025-11-24T20:48:41Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:43,059 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.306s
2025-11-24 20:48:43,059 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9a925357-a9bc-4f3f-923a-249e6788c2b2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7c0c13be-1133-4250-ac29-420e6875cf3a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:42Z", "updated_at": "2025-11-24T20:48:42Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:44,647 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.586s
2025-11-24 20:48:44,647 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-23a56d9a-8577-487b-afa8-d8d2a74950c2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c54c98c9-f6bc-4622-92e0-71e4dce8e85e", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:44Z", "updated_at": "2025-11-24T20:48:44Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:45,564 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.917s
2025-11-24 20:48:45,564 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1c271083-eb98-473c-b622-d173094044b2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c1ea5741-72e9-4d01-9758-019e5b5e17b7", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "4b969d3d-cd2c-4baf-a9c4-4f5632919eb3", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:45Z", "updated_at": "2025-11-24T20:48:45Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:48:45,888 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.320s
2025-11-24 20:48:45,888 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:45 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2dc27fea-26b4-4373-9061-842324ec126f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["bb50XtHYQ2G8fMc6ogup7A"], "expires_at": "2025-11-24T21:48:45.000000Z", "issued_at": "2025-11-24T20:48:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:48:45,889 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks) Found network None available for tenant
2025-11-24 20:48:48,417 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.527s
2025-11-24 20:48:48,417 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1719873512", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "e5caa41e-0af8-40ab-8955-ba67597a4dd3"}], "key_name": "tempest-TestNetworkBasicOps-495866641", "security_groups": [{"name": "tempest-secgroup-smoke-1544417411"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:45 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e949ee03-8c4d-432f-8939-235477e935b0', 'x-compute-request-id': 'req-e949ee03-8c4d-432f-8939-235477e935b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "cb59f047-6f1e-4a14-90f7-215d44dac45d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1544417411"}], "adminPass": "8tWjM36HLLqj"}}'
2025-11-24 20:48:49,090 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d 0.671s
2025-11-24 20:48:49,090 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:48 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3ab7b6c-f911-45ab-8e5f-63d3a76846fa', 'x-compute-request-id': 'req-a3ab7b6c-f911-45ab-8e5f-63d3a76846fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d'}
Body: b'{"server": {"id": "cb59f047-6f1e-4a14-90f7-215d44dac45d", "name": "tempest-TestNetworkBasicOps-server-1719873512", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:48Z", "updated": "2025-11-24T20:48:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-495866641", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:50,409 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d 0.308s
2025-11-24 20:48:50,409 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:50 GMT', 'server': 'Apache', 'content-length': '1504', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9cafe3a-e57c-4798-a3d4-20a66db9cc23', 'x-compute-request-id': 'req-f9cafe3a-e57c-4798-a3d4-20a66db9cc23', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d'}
Body: b'{"server": {"id": "cb59f047-6f1e-4a14-90f7-215d44dac45d", "name": "tempest-TestNetworkBasicOps-server-1719873512", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:48Z", "updated": "2025-11-24T20:48:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:48:49Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-495866641", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:50,416 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:48:51,258 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d 0.841s
2025-11-24 20:48:51,258 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:50 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d7d444b-b00e-4c8f-809f-3572bad40441', 'x-compute-request-id': 'req-5d7d444b-b00e-4c8f-809f-3572bad40441', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d'}
Body: b''
2025-11-24 20:48:51,349 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d 0.090s
2025-11-24 20:48:51,349 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:51 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1cbaf7e-c84a-4dee-9fe6-a428beaf091f', 'x-compute-request-id': 'req-a1cbaf7e-c84a-4dee-9fe6-a428beaf091f', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/cb59f047-6f1e-4a14-90f7-215d44dac45d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance cb59f047-6f1e-4a14-90f7-215d44dac45d could not be found."}}'
2025-11-24 20:48:51,838 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4b969d3d-cd2c-4baf-a9c4-4f5632919eb3 0.455s
2025-11-24 20:48:51,838 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:51 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a94575f6-67e7-4bd8-91e8-cef9bb165f25', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/4b969d3d-cd2c-4baf-a9c4-4f5632919eb3'}
Body: b''
2025-11-24 20:48:51,907 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-495866641 0.068s
2025-11-24 20:48:51,907 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:51 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f7891fb-9b06-4f56-9b7b-cf070404a30a', 'x-compute-request-id': 'req-4f7891fb-9b06-4f56-9b7b-cf070404a30a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-495866641'}
Body: b''
2025-11-24 20:48:55,138 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e/remove_router_interface 3.229s
2025-11-24 20:48:55,138 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "f955ad01-0a23-49f7-9b40-1b4608b7c0d1"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-2d3c13a0-bf58-4930-a2b4-63348a0c7a9a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e/remove_router_interface'}
Body: b'{"id": "d55f937e-fa91-4a3c-ad9f-16b8882b534e", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "39eb9952-7618-4834-bde1-e16d71db6f46", "network_id": "e5caa41e-0af8-40ab-8955-ba67597a4dd3", "subnet_id": "f955ad01-0a23-49f7-9b40-1b4608b7c0d1", "subnet_ids": ["f955ad01-0a23-49f7-9b40-1b4608b7c0d1"]}'
2025-11-24 20:48:55,819 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f955ad01-0a23-49f7-9b40-1b4608b7c0d1 0.681s
2025-11-24 20:48:55,820 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:55 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8b1fcb39-4505-4453-8c82-e5fb11171143', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f955ad01-0a23-49f7-9b40-1b4608b7c0d1'}
Body: b''
2025-11-24 20:48:57,542 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e 1.721s
2025-11-24 20:48:57,542 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:57 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ad5b29de-de85-48e3-a1c3-ede5a978313d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d55f937e-fa91-4a3c-ad9f-16b8882b534e'}
Body: b''
2025-11-24 20:48:58,864 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e5caa41e-0af8-40ab-8955-ba67597a4dd3 1.321s
2025-11-24 20:48:58,865 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:58 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-83ca8e03-a318-4295-86c8-6d63414ca577', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e5caa41e-0af8-40ab-8955-ba67597a4dd3'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 492, in test_connectivity_between_vms_on_different_networks
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server cb59f047-6f1e-4a14-90f7-215d44dac45d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:48:49Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-e949ee03-8c4d-432f-8939-235477e935b0.
|
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
fail
ft51.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:48:59,789 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.920s
2025-11-24 20:48:59,790 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--814791995", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-62abbc6c-0611-4be9-9647-66e03304c7d2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"3eccb40b-1f66-4a38-8289-9b54f9523faa","name":"tempest-network-smoke--814791995","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:59Z","updated_at":"2025-11-24T20:48:59Z","revision_number":1}}'
2025-11-24 20:49:01,104 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.314s
2025-11-24 20:49:01,105 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-744968434", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-e04f1188-585b-4f2a-a092-a10ef8c7eaa4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "a25454e8-7209-460b-915f-d61cc1f9c3e2", "name": "tempest-TestNetworkBasicOps-router-744968434", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.243"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:59Z", "updated_at": "2025-11-24T20:49:00Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:01,205 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.100s
2025-11-24 20:49:01,205 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ace12dd6-fa01-481e-9900-b914d310c116', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:01,310 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.104s
2025-11-24 20:49:01,310 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-ded4532a-c722-4421-8cb2-867a755d6284', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:01,430 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.119s
2025-11-24 20:49:01,430 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-903bf0cf-f010-43c4-ba3e-6b89bc65ad37', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:03,179 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.748s
2025-11-24 20:49:03,180 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1524382013", "network_id": "3eccb40b-1f66-4a38-8289-9b54f9523faa", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-0a80c093-acec-4f16-ac63-4074061be859', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"b60fa4c0-a025-4512-b7c8-554541a98afa","name":"tempest-subnet-smoke-1524382013","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"3eccb40b-1f66-4a38-8289-9b54f9523faa","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:02Z","updated_at":"2025-11-24T20:49:02Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:07,888 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2/add_router_interface 4.707s
2025-11-24 20:49:07,888 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "b60fa4c0-a025-4512-b7c8-554541a98afa"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7a3d5ffe-cfcc-4523-8838-75b1a9a24e7c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2/add_router_interface'}
Body: b'{"id": "a25454e8-7209-460b-915f-d61cc1f9c3e2", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "b764249c-ec43-43b6-89fb-908444f74598", "network_id": "3eccb40b-1f66-4a38-8289-9b54f9523faa", "subnet_id": "b60fa4c0-a025-4512-b7c8-554541a98afa", "subnet_ids": ["b60fa4c0-a025-4512-b7c8-554541a98afa"]}'
2025-11-24 20:49:08,031 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.143s
2025-11-24 20:49:08,031 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '7360', 'x-openstack-request-id': 'req-9ed320cb-b51f-4817-965a-57c9a8ab2652', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"222e5e06-4408-495d-a1b3-e6d1ca935cae","name":"tempest-network-smoke--1216572098","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["3cb981ff-cc7b-4c4f-b687-0a4f084b3730"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:00Z","updated_at":"2025-11-24T20:49:03Z","revision_number":2,"project_id":"68888f16e5b04b808865a338fb48bf2f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":3381},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"3eccb40b-1f66-4a38-8289-9b54f9523faa","name":"tempest-network-smoke--814791995","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["b60fa4c0-a025-4512-b7c8-554541a98afa"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:59Z","updated_at":"2025-11-24T20:49:02Z","revision_number":2,"project_id":"ce35003811544ad18bdf64d02cc2eb54","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":46960},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"5293eae0-c8fa-492a-ac4d-126e2ddd9a7a","name":"tempest-network-smoke--1150266527","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["19a2a126-76dd-4e97-a251-3a5ac9017459"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:e
2025-11-24 20:49:08,148 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.116s
2025-11-24 20:49:08,149 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5808', 'x-openstack-request-id': 'req-ae11cedc-1eb2-48e6-9412-dde0d4d82e9f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"19a2a126-76dd-4e97-a251-3a5ac9017459","name":"tempest-subnet-smoke-917887193","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"5293eae0-c8fa-492a-ac4d-126e2ddd9a7a","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:07Z","updated_at":"2025-11-24T20:49:07Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"3a2fbd88-7446-4b68-826d-8692c76bd873","name":"","tenant_id":"4dd655e06cc647b48623462b971f3fd3","network_id":"72e91d01-051a-45b3-a739-c99cb462a22e","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8:1::1","cidr":"2001:db8:1::/64","allocation_pools":[{"start":"2001:db8:1::2","end":"2001:db8:1:0:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:45Z","updated_at":"2025-11-24T20:48:45Z","revision_number":0,"project_id":"4dd655e06cc647b48623462b971f3fd3"},{"id":"3b9adb94-5a87-4b35-a88c-39ccf79c3501","name":"","tenant_id":"4dd655e06cc647b48623462b971f3fd3","network_id":"6fd7254e-b8a3-4828-874a-cc7d7786edc1","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:37Z","updated_at":"2025-11-24T20:48:37Z","revision_number":0,"project_id":"4dd655e06cc647b48623462b971f3fd3"},{"id":"3cb981ff-cc7b-4c4f-b687-0a4f084b3730","name":"tempest-sub4-742272327","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"222e5e06-4408-495d-a1b3-e6d1ca935cae","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:03Z","updated_at":"2025-11-24T20:49:03Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"5d07f14f-204b-4951-be51-0518672dd3a9","name":"","tenant_id":"4dd655e06cc647b48623462b971f3fd3","network_id":"b59f308f-a1e5-4034-8843-38df6c6fd1dd","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_
2025-11-24 20:49:08,382 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.233s
2025-11-24 20:49:08,383 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3153', 'x-openstack-request-id': 'req-1237b011-958a-4c26-9bb0-5bef6a2f255a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "1ce6fee9-8265-4bd4-b634-aa76cf2ca72b", "name": "tempest-RoutersIpV6Test-router-465887446", "tenant_id": "4dd655e06cc647b48623462b971f3fd3", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:34Z", "updated_at": "2025-11-24T20:49:06Z", "revision_number": 9, "project_id": "4dd655e06cc647b48623462b971f3fd3"}, {"id": "47938c08-8390-40f2-b6b9-7d17ad437b6d", "name": "tempest-TestNetworkAdvancedServerOps-router-269504320", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.207"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:05Z", "updated_at": "2025-11-24T20:49:06Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "name": "tempest-TestGettingAddress-router-255933791", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.221"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:04Z", "updated_at": "2025-11-24T20:49:05Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "a25454e8-7209-460b-915f-d61cc1f9c3e2", "name": "tempest-TestNetworkBasicOps-router-744968434", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.243"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:59Z", "updated_at": "2025-11-24T20:49:05Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}]}'
2025-11-24 20:49:08,518 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.133s
2025-11-24 20:49:08,518 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-336881099", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS8f5Asz6CwuTNCELz83x2NkBEsyGR3CK4++wjDPe7dhOwpKebZ2cu2UyUo3t7tfh2FpQykK9K6c1sh1mU0JVVDhUL874DMJw3TS+k1+fEVbXSbtpKTQnlwsjpbba03Ww=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:08 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8b644e6-7cf5-488f-a9b1-dd5b5ab065e5', 'x-compute-request-id': 'req-a8b644e6-7cf5-488f-a9b1-dd5b5ab065e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-336881099", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS8f5Asz6CwuTNCELz83x2NkBEsyGR3CK4++wjDPe7dhOwpKebZ2cu2UyUo3t7tfh2FpQykK9K6c1sh1mU0JVVDhUL874DMJw3TS+k1+fEVbXSbtpKTQnlwsjpbba03Ww==", "fingerprint": "8a:e7:93:c8:ff:57:43:b7:1e:97:da:68:fd:3a:a9:75", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:49:09,025 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.505s
2025-11-24 20:49:09,026 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1701861592", "description": "tempest-secgroup-smoke-1701861592 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-17369719-1d9c-4f95-a18a-89f99e46adbe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "name": "tempest-secgroup-smoke-1701861592", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1701861592 description", "shared": false, "security_group_rules": [{"id": "3e872c9a-72ea-464a-b741-6781a7964a0f", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3073, "description": null, "tags": [], "created_at": "2025-11-24T20:49:08Z", "updated_at": "2025-11-24T20:49:08Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "ac3aa7c7-646b-47bc-88a7-39ad3ce96958", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3074, "description": null, "tags": [], "created_at": "2025-11-24T20:49:08Z", "updated_at": "2025-11-24T20:49:08Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:49:08Z", "updated_at": "2025-11-24T20:49:08Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:09,988 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.961s
2025-11-24 20:49:09,992 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9e590c01-f1ab-4b62-b50b-e5dcec17798c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7925ac57-bf2e-4e03-bfb3-569437d0e4e4", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:09Z", "updated_at": "2025-11-24T20:49:09Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:10,233 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.241s
2025-11-24 20:49:10,234 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-bb309790-28ca-454d-af60-076cb6b6e1c2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e014cbfa-3798-4b70-b8a0-6f46f89711ed", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:10Z", "updated_at": "2025-11-24T20:49:10Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:10,835 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.599s
2025-11-24 20:49:10,835 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1fc8f30d-39ff-47ba-b0c9-8f5b756d9d75', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "52b2f809-5c7a-4650-9855-397821ff13dc", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:10Z", "updated_at": "2025-11-24T20:49:10Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:11,682 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.846s
2025-11-24 20:49:11,682 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c1bd8eea-bd3e-4ce4-8861-b24367cdaf13', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "daa30fe8-d57b-4dd8-89a6-064508ee4825", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:11Z", "updated_at": "2025-11-24T20:49:11Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:12,217 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.534s
2025-11-24 20:49:12,217 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bb4c6a6a-278f-4cf1-ad58-16fd0adbad6b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9cdca681-d17e-4a92-b26e-5e5d1238b7f9", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:11Z", "updated_at": "2025-11-24T20:49:11Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:12,639 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.421s
2025-11-24 20:49:12,639 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-28b8eda3-60a7-4ad2-8f2c-338c5eaf6da3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9d38b566-447a-48d9-9eb0-414966d5a7dd", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "06fb1dd4-921f-40b7-abf0-4cf71e01c8a7", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:12Z", "updated_at": "2025-11-24T20:49:12Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:13,043 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.399s
2025-11-24 20:49:13,044 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:12 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8511108b-c1bc-4e5a-8c85-24c10bfa8da5', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["NfT0eZvARU-__QgJN2QGHg"], "expires_at": "2025-11-24T21:49:13.000000Z", "issued_at": "2025-11-24T20:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:49:13,044 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_hotplug_nic) Found network None available for tenant
2025-11-24 20:49:15,617 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.571s
2025-11-24 20:49:15,617 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1661106342", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "3eccb40b-1f66-4a38-8289-9b54f9523faa"}], "key_name": "tempest-TestNetworkBasicOps-336881099", "security_groups": [{"name": "tempest-secgroup-smoke-1701861592"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:13 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d68a38-45a0-4f80-b36b-51497021c350', 'x-compute-request-id': 'req-e7d68a38-45a0-4f80-b36b-51497021c350', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bd4919cd-c440-4424-b2c8-80ed6d01eba9", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1701861592"}], "adminPass": "RDB9LjDhyvP9"}}'
2025-11-24 20:49:16,611 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9 0.993s
2025-11-24 20:49:16,612 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:15 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151abedd-c5c6-4c28-a652-f769f43e4e4b', 'x-compute-request-id': 'req-151abedd-c5c6-4c28-a652-f769f43e4e4b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9'}
Body: b'{"server": {"id": "bd4919cd-c440-4424-b2c8-80ed6d01eba9", "name": "tempest-TestNetworkBasicOps-server-1661106342", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:15Z", "updated": "2025-11-24T20:49:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-336881099", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:18,073 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9 0.456s
2025-11-24 20:49:18,073 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:17 GMT', 'server': 'Apache', 'content-length': '1504', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f91df6e4-2af7-4d64-896f-ff6e5836a9d7', 'x-compute-request-id': 'req-f91df6e4-2af7-4d64-896f-ff6e5836a9d7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9'}
Body: b'{"server": {"id": "bd4919cd-c440-4424-b2c8-80ed6d01eba9", "name": "tempest-TestNetworkBasicOps-server-1661106342", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:15Z", "updated": "2025-11-24T20:49:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:16Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-336881099", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:18,076 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:49:18,570 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9 0.493s
2025-11-24 20:49:18,570 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:18 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e7dbaf3-1c73-4bf3-bd4f-afabe199f549', 'x-compute-request-id': 'req-7e7dbaf3-1c73-4bf3-bd4f-afabe199f549', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9'}
Body: b''
2025-11-24 20:49:18,665 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_hotplug_nic): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9 0.094s
2025-11-24 20:49:18,666 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:18 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a35b73-8e2c-4d07-b431-0a5d2b34ff03', 'x-compute-request-id': 'req-86a35b73-8e2c-4d07-b431-0a5d2b34ff03', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd4919cd-c440-4424-b2c8-80ed6d01eba9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd4919cd-c440-4424-b2c8-80ed6d01eba9 could not be found."}}'
2025-11-24 20:49:19,026 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/06fb1dd4-921f-40b7-abf0-4cf71e01c8a7 0.359s
2025-11-24 20:49:19,026 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d717d482-4861-4dbd-9564-0799716036a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/06fb1dd4-921f-40b7-abf0-4cf71e01c8a7'}
Body: b''
2025-11-24 20:49:19,128 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-336881099 0.102s
2025-11-24 20:49:19,128 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9656c31d-0723-4efb-b821-133ea0b63f76', 'x-compute-request-id': 'req-9656c31d-0723-4efb-b821-133ea0b63f76', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-336881099'}
Body: b''
2025-11-24 20:49:20,725 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2/remove_router_interface 1.596s
2025-11-24 20:49:20,725 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "b60fa4c0-a025-4512-b7c8-554541a98afa"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d2991dc8-a757-49b8-96c2-80d35d429f3a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2/remove_router_interface'}
Body: b'{"id": "a25454e8-7209-460b-915f-d61cc1f9c3e2", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "b764249c-ec43-43b6-89fb-908444f74598", "network_id": "3eccb40b-1f66-4a38-8289-9b54f9523faa", "subnet_id": "b60fa4c0-a025-4512-b7c8-554541a98afa", "subnet_ids": ["b60fa4c0-a025-4512-b7c8-554541a98afa"]}'
2025-11-24 20:49:20,987 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/b60fa4c0-a025-4512-b7c8-554541a98afa 0.261s
2025-11-24 20:49:20,987 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:20 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-99809c76-2b08-4d50-ac7a-bbdc405035cc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/b60fa4c0-a025-4512-b7c8-554541a98afa'}
Body: b''
2025-11-24 20:49:21,708 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2 0.721s
2025-11-24 20:49:21,709 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:21 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b0a6957f-e063-4224-afaf-958d26600143', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a25454e8-7209-460b-915f-d61cc1f9c3e2'}
Body: b''
2025-11-24 20:49:22,704 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3eccb40b-1f66-4a38-8289-9b54f9523faa 0.994s
2025-11-24 20:49:22,704 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-35e98971-3943-4dce-a082-177bfd5be450', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3eccb40b-1f66-4a38-8289-9b54f9523faa'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 533, in test_hotplug_nic
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bd4919cd-c440-4424-b2c8-80ed6d01eba9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:16Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-e7d68a38-45a0-4f80-b36b-51497021c350.
|
||||||
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft51.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:23,809 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.098s
2025-11-24 20:49:23,809 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--246582276", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-a073dcc7-d66a-4f99-a133-3fcec719ec89', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"5a973e44-71af-4e5c-b378-33ed100e21ac","name":"tempest-network-smoke--246582276","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:23Z","updated_at":"2025-11-24T20:49:23Z","revision_number":1}}'
2025-11-24 20:49:25,907 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.097s
2025-11-24 20:49:25,907 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1102591114", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-94f6f012-5254-4d21-84eb-b9688b42a273', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "3b3d7799-e32d-4ae1-b360-5da523a313e1", "name": "tempest-TestNetworkBasicOps-router-1102591114", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.239"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:24Z", "updated_at": "2025-11-24T20:49:24Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:26,044 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.136s
2025-11-24 20:49:26,044 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c78681b5-b8cb-4aae-af8c-14c9485efcb9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:26,659 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.614s
2025-11-24 20:49:26,661 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-e5c1f315-c321-4b20-a3cc-6b5b4701f7b1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:26,830 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.168s
2025-11-24 20:49:26,830 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-9eeda328-4998-4fd9-8594-6609c395661e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:28,141 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.310s
2025-11-24 20:49:28,141 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1456101790", "network_id": "5a973e44-71af-4e5c-b378-33ed100e21ac", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-2f6537bd-13e7-4fd2-a4ae-3a299a848ee9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"089c40a9-f6b4-45c5-a795-d5636ca9c993","name":"tempest-subnet-smoke-1456101790","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5a973e44-71af-4e5c-b378-33ed100e21ac","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:27Z","updated_at":"2025-11-24T20:49:27Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:32,034 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1/add_router_interface 3.892s
2025-11-24 20:49:32,034 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "089c40a9-f6b4-45c5-a795-d5636ca9c993"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-47e34275-86d4-45dc-ad23-4876273c18e4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1/add_router_interface'}
Body: b'{"id": "3b3d7799-e32d-4ae1-b360-5da523a313e1", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "37ba7b8f-8e63-4c49-b0c1-9f96fcca1667", "network_id": "5a973e44-71af-4e5c-b378-33ed100e21ac", "subnet_id": "089c40a9-f6b4-45c5-a795-d5636ca9c993", "subnet_ids": ["089c40a9-f6b4-45c5-a795-d5636ca9c993"]}'
2025-11-24 20:49:32,332 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.297s
2025-11-24 20:49:32,332 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5883', 'x-openstack-request-id': 'req-65007bb5-0eaa-4085-a35b-b2fad199e77b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"2ec12463-7639-4e83-bcda-2f4ad195e5a9","name":"tempest-network-smoke--1529305537","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["180ea3cc-b338-4b28-8ee3-aec9c92d1bef"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:27Z","updated_at":"2025-11-24T20:49:30Z","revision_number":2,"project_id":"387d349470984e90b0a76dfe8f1bd20c","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":7638},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"4cbad8ec-b5c5-4aee-86a1-747c3fa8859d","name":"tempest-RoutersTest-976257515","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["29ca565a-1967-43b5-bf47-7823132ebf93"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:24Z","updated_at":"2025-11-24T20:49:27Z","revision_number":2,"project_id":"2d19858d2646427da0bf3d93bafc37e8","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":57267},{"id":"5a973e44-71af-4e5c-b378-33ed100e21ac","name":"tempest-network-smoke--246582276","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["089c40a9-f6b4-45c5-a795-d5636ca9c993"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:exter
2025-11-24 20:49:32,564 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.231s
2025-11-24 20:49:32,564 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '4489', 'x-openstack-request-id': 'req-6e9a500a-4a7a-42ce-8eef-9c3e8fef7f23', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"089c40a9-f6b4-45c5-a795-d5636ca9c993","name":"tempest-subnet-smoke-1456101790","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5a973e44-71af-4e5c-b378-33ed100e21ac","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:27Z","updated_at":"2025-11-24T20:49:27Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"180ea3cc-b338-4b28-8ee3-aec9c92d1bef","name":"tempest-subnet-smoke-1075407429","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"2ec12463-7639-4e83-bcda-2f4ad195e5a9","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:30Z","updated_at":"2025-11-24T20:49:30Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"},{"id":"182ac4aa-7133-471a-955a-f02ac292e59e","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"ef61260d-cf15-4607-b07e-9b5d39fd6169","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.101.0.1","cidr":"10.101.0.0/28","allocation_pools":[{"start":"10.101.0.2","end":"10.101.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:28Z","updated_at":"2025-11-24T20:49:28Z","revision_number":0,"project_id":"2d19858d2646427da0bf3d93bafc37e8"},{"id":"29ca565a-1967-43b5-bf47-7823132ebf93","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"4cbad8ec-b5c5-4aee-86a1-747c3fa8859d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:27Z","updated_at":"2025-11-24T20:49:27Z","revision_number":0,"project_id":"2d19858d2646427da0bf3d93bafc37e8"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"c677aec9-3b98-4f29-97ca-ea0161d8b52c","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-subnet","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","network_id":"1cd20752-4f7a-4718-b62b-81db245c43af","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_r
2025-11-24 20:49:32,825 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.260s
2025-11-24 20:49:32,825 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2492', 'x-openstack-request-id': 'req-bc8793df-1cc1-4d48-9603-75880c2d1c0f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "00de009d-8fd1-4ebc-82a0-4026f49c8181", "name": "tempest-TestNetworkAdvancedServerOps-router-959635351", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.174"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:28Z", "updated_at": "2025-11-24T20:49:29Z", "revision_number": 2, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "1e98e2d7-31c7-41fd-b24b-d85971cd33e2", "name": "tempest-RoutersTest-router-1181418439", "tenant_id": "2d19858d2646427da0bf3d93bafc37e8", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:30Z", "updated_at": "2025-11-24T20:49:31Z", "revision_number": 2, "project_id": "2d19858d2646427da0bf3d93bafc37e8"}, {"id": "3b3d7799-e32d-4ae1-b360-5da523a313e1", "name": "tempest-TestNetworkBasicOps-router-1102591114", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.239"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:24Z", "updated_at": "2025-11-24T20:49:29Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}]}'
2025-11-24 20:49:32,938 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.111s
2025-11-24 20:49:32,938 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-437789594", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCg3q8v4C0Oi0b3u3P5qDA5TXpFv6Yu7sK8HF/pZ/eweyDoS6OC7BAoHH7Khbt+5GXD1ItujKVA7uIOhqrx6nVhrjNLZeqKKq2dEGGzfRqYAj5LXVNu6tXTageMtTIewbg=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a82919be-067f-4a0d-bfa0-beaf4b2bb446', 'x-compute-request-id': 'req-a82919be-067f-4a0d-bfa0-beaf4b2bb446', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-437789594", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCg3q8v4C0Oi0b3u3P5qDA5TXpFv6Yu7sK8HF/pZ/eweyDoS6OC7BAoHH7Khbt+5GXD1ItujKVA7uIOhqrx6nVhrjNLZeqKKq2dEGGzfRqYAj5LXVNu6tXTageMtTIewbg==", "fingerprint": "45:85:c6:95:e8:3d:f0:7c:87:30:e7:d9:00:d3:be:f8", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:49:33,700 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.760s
2025-11-24 20:49:33,700 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1023292556", "description": "tempest-secgroup-smoke-1023292556 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-a1b041a0-cbae-48ce-9760-95bd2f89209b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "name": "tempest-secgroup-smoke-1023292556", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1023292556 description", "shared": false, "security_group_rules": [{"id": "8830eaa2-cb96-43c3-a009-4bc8d5745188", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3136, "description": null, "tags": [], "created_at": "2025-11-24T20:49:33Z", "updated_at": "2025-11-24T20:49:33Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "b62bec6e-008a-41ca-9ac3-a2cc7b24d954", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3137, "description": null, "tags": [], "created_at": "2025-11-24T20:49:33Z", "updated_at": "2025-11-24T20:49:33Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:49:33Z", "updated_at": "2025-11-24T20:49:33Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:34,067 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.366s
2025-11-24 20:49:34,068 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fe60ad40-a500-4a75-ab70-7d07ec152dd6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3b00aa96-e0ad-4473-b5c0-50f5bdc02a7a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:33Z", "updated_at": "2025-11-24T20:49:33Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:36,389 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 2.319s
2025-11-24 20:49:36,389 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-7c0ce765-aa1c-4b20-9de1-fd82aab4440e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "35434e38-0abe-4138-9de1-9be9fee79a88", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:35Z", "updated_at": "2025-11-24T20:49:35Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:36,959 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.570s
2025-11-24 20:49:36,960 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dd699eed-a3bb-4617-8888-e01f7e588d5b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "edcbaa34-59c0-4e56-9ab3-0cb97fa8a028", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:36Z", "updated_at": "2025-11-24T20:49:36Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:38,284 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.323s
2025-11-24 20:49:38,285 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ff287e7d-b0ce-4d55-9e5f-538924bb68c2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4f51d436-8f84-4e13-b75b-515d20c8763a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:37Z", "updated_at": "2025-11-24T20:49:37Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:38,978 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.692s
2025-11-24 20:49:38,978 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a0375a0b-fda8-4b3e-952f-4a5c61b45464', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b8ec8d25-0ec5-47dd-9643-17a1db81d7f7", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:38Z", "updated_at": "2025-11-24T20:49:38Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:39,528 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.549s
2025-11-24 20:49:39,528 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5ad63d9c-600f-4a36-b8f8-56894a1c211c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "37fbbeb7-8e20-426f-b28f-e7d5d90f35e4", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0365bf76-4e69-4baa-87c3-e1059e45d760", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:39Z", "updated_at": "2025-11-24T20:49:39Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:39,861 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.330s
2025-11-24 20:49:39,862 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:39 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5641fb40-a93b-4367-9bbe-74538ae16a6d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["mz9N-fICQoe0FTnS4z2h_g"], "expires_at": "2025-11-24T21:49:39.000000Z", "issued_at": "2025-11-24T20:49:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:49:39,862 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_network_basic_ops) Found network None available for tenant
2025-11-24 20:49:42,412 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.549s
2025-11-24 20:49:42,412 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1657942042", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5a973e44-71af-4e5c-b378-33ed100e21ac"}], "key_name": "tempest-TestNetworkBasicOps-437789594", "security_groups": [{"name": "tempest-secgroup-smoke-1023292556"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:39 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cc82326-cd27-45d4-ba23-6bc54d320977', 'x-compute-request-id': 'req-9cc82326-cd27-45d4-ba23-6bc54d320977', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "5e27adcc-3099-4a15-b0b3-ea553bf8dd3d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1023292556"}], "adminPass": "mEqpp7RQq8YZ"}}'
2025-11-24 20:49:42,828 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d 0.413s
2025-11-24 20:49:42,829 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:42 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d333e80-d69f-4eb6-8399-294a315ef946', 'x-compute-request-id': 'req-2d333e80-d69f-4eb6-8399-294a315ef946', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d'}
Body: b'{"server": {"id": "5e27adcc-3099-4a15-b0b3-ea553bf8dd3d", "name": "tempest-TestNetworkBasicOps-server-1657942042", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:42Z", "updated": "2025-11-24T20:49:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-437789594", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:44,228 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d 0.391s
2025-11-24 20:49:44,228 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:43 GMT', 'server': 'Apache', 'content-length': '1504', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5829e6d5-c629-4141-995e-72a5f4312f4f', 'x-compute-request-id': 'req-5829e6d5-c629-4141-995e-72a5f4312f4f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d'}
Body: b'{"server": {"id": "5e27adcc-3099-4a15-b0b3-ea553bf8dd3d", "name": "tempest-TestNetworkBasicOps-server-1657942042", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:42Z", "updated": "2025-11-24T20:49:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:43Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-437789594", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:44,234 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:49:44,747 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d 0.512s
2025-11-24 20:49:44,747 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:44 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e4d8db1-526e-45d4-8d9b-55cc861b8468', 'x-compute-request-id': 'req-9e4d8db1-526e-45d4-8d9b-55cc861b8468', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d'}
Body: b''
2025-11-24 20:49:44,865 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d 0.118s
2025-11-24 20:49:44,866 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:44 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d603b91b-acdb-4f5f-b1d1-627c3099293e', 'x-compute-request-id': 'req-d603b91b-acdb-4f5f-b1d1-627c3099293e', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e27adcc-3099-4a15-b0b3-ea553bf8dd3d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5e27adcc-3099-4a15-b0b3-ea553bf8dd3d could not be found."}}'
2025-11-24 20:49:45,187 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0365bf76-4e69-4baa-87c3-e1059e45d760 0.320s
2025-11-24 20:49:45,188 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:45 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-97329166-73c9-4d7f-b217-a18305e391f3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0365bf76-4e69-4baa-87c3-e1059e45d760'}
Body: b''
2025-11-24 20:49:45,348 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-437789594 0.159s
2025-11-24 20:49:45,348 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:45 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd1f9bad-1e18-4934-8979-902d5e83d5a0', 'x-compute-request-id': 'req-cd1f9bad-1e18-4934-8979-902d5e83d5a0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-437789594'}
Body: b''
2025-11-24 20:49:47,717 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1/remove_router_interface 2.369s
2025-11-24 20:49:47,718 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "089c40a9-f6b4-45c5-a795-d5636ca9c993"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-37c16afb-72d4-4ea4-b710-2249f52d7a01', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1/remove_router_interface'}
Body: b'{"id": "3b3d7799-e32d-4ae1-b360-5da523a313e1", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "37ba7b8f-8e63-4c49-b0c1-9f96fcca1667", "network_id": "5a973e44-71af-4e5c-b378-33ed100e21ac", "subnet_id": "089c40a9-f6b4-45c5-a795-d5636ca9c993", "subnet_ids": ["089c40a9-f6b4-45c5-a795-d5636ca9c993"]}'
2025-11-24 20:49:48,194 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/089c40a9-f6b4-45c5-a795-d5636ca9c993 0.476s
2025-11-24 20:49:48,194 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:48 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-aa18fccc-4522-45e4-88ba-8967b21d96dc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/089c40a9-f6b4-45c5-a795-d5636ca9c993'}
Body: b''
2025-11-24 20:49:49,739 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1 1.544s
2025-11-24 20:49:49,740 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d0b1addc-ef76-4158-a7f9-28c89a463ede', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3b3d7799-e32d-4ae1-b360-5da523a313e1'}
Body: b''
2025-11-24 20:49:50,298 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5a973e44-71af-4e5c-b378-33ed100e21ac 0.558s
2025-11-24 20:49:50,298 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:50 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-6b6daa00-331c-46cb-bf39-85493fe0a69f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5a973e44-71af-4e5c-b378-33ed100e21ac'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 434, in test_network_basic_ops
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5e27adcc-3099-4a15-b0b3-ea553bf8dd3d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:43Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-9cc82326-cd27-45d4-ba23-6bc54d320977.
|
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
fail
ft51.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:51,125 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.822s
2025-11-24 20:49:51,125 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--2118651374", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-acd61ae7-3589-4088-93ef-893f0652a86e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"5ac9f7b4-d549-4a00-bf92-42d45153aaef","name":"tempest-network-smoke--2118651374","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:50Z","updated_at":"2025-11-24T20:49:50Z","revision_number":1}}'
2025-11-24 20:49:54,555 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.429s
2025-11-24 20:49:54,555 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1389726788", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-8fae8929-d07d-4831-a77e-1fb7bed51a09', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "6225c3b0-fe60-4f12-9954-910a11a9e86e", "name": "tempest-TestNetworkBasicOps-router-1389726788", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.218"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:51Z", "updated_at": "2025-11-24T20:49:53Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:49:54,731 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.175s
2025-11-24 20:49:54,731 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-17b161fe-c0ca-44a9-a697-7f23853e6600', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:54,863 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.131s
2025-11-24 20:49:54,863 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-d516e158-c04d-42b8-a778-0a6cf6f693cc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:54,931 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.067s
2025-11-24 20:49:54,931 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-1e34497d-c4c2-4879-a2f2-7b59417d862f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:56,077 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.145s
2025-11-24 20:49:56,077 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1690606447", "network_id": "5ac9f7b4-d549-4a00-bf92-42d45153aaef", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4591c0cf-052e-4afb-aff6-0cccab659f6b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9","name":"tempest-subnet-smoke-1690606447","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5ac9f7b4-d549-4a00-bf92-42d45153aaef","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:55Z","updated_at":"2025-11-24T20:49:55Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:00,994 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e/add_router_interface 4.917s
2025-11-24 20:50:00,995 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fce972cd-6714-4328-9501-aa4eddab1811', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e/add_router_interface'}
Body: b'{"id": "6225c3b0-fe60-4f12-9954-910a11a9e86e", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "4350c933-1aa8-4218-a196-8403c7864f7c", "network_id": "5ac9f7b4-d549-4a00-bf92-42d45153aaef", "subnet_id": "1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9", "subnet_ids": ["1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9"]}'
2025-11-24 20:50:01,570 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.575s
2025-11-24 20:50:01,571 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5233', 'x-openstack-request-id': 'req-6e429aa2-ad4b-4d48-aad2-de8f68d6e826', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"5ac9f7b4-d549-4a00-bf92-42d45153aaef","name":"tempest-network-smoke--2118651374","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:50Z","updated_at":"2025-11-24T20:49:55Z","revision_number":2,"project_id":"ce35003811544ad18bdf64d02cc2eb54","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":58307},{"id":"5f5bdadd-cebc-4363-88c7-0610178b5bc7","name":"tempest-network-smoke--812505199","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["411a5957-225b-4f33-9443-e92ce110f162"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:52Z","updated_at":"2025-11-24T20:49:57Z","revision_number":2,"project_id":"387d349470984e90b0a76dfe8f1bd20c","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":11392},{"id":"84e42453-4477-4c26-a600-e91a74adbc41","name":"tempest-network-smoke--17732691","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["6da53234-8044-4bfc-b89d-1976d188460f","8c15e3ee-adaf-4d92-8d30-0eacf1375a3e","a2bec963-357f-487e-97be-1c8095c84cd7"],"shared":false,"availability_zone_hints":[],"availab
2025-11-24 20:50:01,712 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.141s
2025-11-24 20:50:01,712 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5843', 'x-openstack-request-id': 'req-627ff9ee-11ad-47bc-ab72-8e7db95a38d5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"1121174d-87c7-4c60-a213-089dc0bc0b77","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"c8a566e1-600a-4084-93f1-2a0257bfa5d4","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:01Z","updated_at":"2025-11-24T20:50:01Z","revision_number":0,"project_id":"2d19858d2646427da0bf3d93bafc37e8"},{"id":"1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9","name":"tempest-subnet-smoke-1690606447","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5ac9f7b4-d549-4a00-bf92-42d45153aaef","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:55Z","updated_at":"2025-11-24T20:49:55Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"411a5957-225b-4f33-9443-e92ce110f162","name":"tempest-subnet-smoke-1177554141","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"5f5bdadd-cebc-4363-88c7-0610178b5bc7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:57Z","updated_at":"2025-11-24T20:49:57Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"},{"id":"6da53234-8044-4bfc-b89d-1976d188460f","name":"tempest-sub6-1416145384","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:50Z","updated_at":"2025-11-24T20:49:50Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"8c15e3ee-adaf-4d92-8d30-0eacf1375a3e","name":"tempest-sub4-1123001097","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":4,"subnetpool_id":nul
2025-11-24 20:50:01,975 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.261s
2025-11-24 20:50:01,975 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2681', 'x-openstack-request-id': 'req-6bcc4aa5-3dde-4d39-89f1-359d18b74a03', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "4905a60c-68ee-4edb-a329-256c95b813b0", "name": "tempest-TestNetworkAdvancedServerOps-router-150340169", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:53Z", "updated_at": "2025-11-24T20:50:00Z", "revision_number": 3, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "name": "tempest-TestGettingAddress-router-1458586377", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.208"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:35Z", "updated_at": "2025-11-24T20:49:46Z", "revision_number": 4, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "6225c3b0-fe60-4f12-9954-910a11a9e86e", "name": "tempest-TestNetworkBasicOps-router-1389726788", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.218"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:51Z", "updated_at": "2025-11-24T20:49:58Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}]}'
2025-11-24 20:50:02,098 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.121s
2025-11-24 20:50:02,098 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-2004120564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMTxISIHCcs48kmzOl7qTTca02FlWWpwAQAP9RwK5ZrETPVqzpNppAAEgRvbT5xktuE9NPf/jr4eim0pC4CsEkf43z0xN+2n7j9vXvAeT6D9FCEdeCZ3gWR0MKIY46u3RA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:01 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d6aa9d-d885-4b16-be3d-4b12bf2d72bc', 'x-compute-request-id': 'req-f9d6aa9d-d885-4b16-be3d-4b12bf2d72bc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-2004120564", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMTxISIHCcs48kmzOl7qTTca02FlWWpwAQAP9RwK5ZrETPVqzpNppAAEgRvbT5xktuE9NPf/jr4eim0pC4CsEkf43z0xN+2n7j9vXvAeT6D9FCEdeCZ3gWR0MKIY46u3RA==", "fingerprint": "3f:cf:c6:a5:fd:a1:c3:0f:d4:da:61:1d:4d:ec:71:23", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:50:02,567 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.467s
2025-11-24 20:50:02,567 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-2121326413", "description": "tempest-secgroup-smoke-2121326413 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-78dd417f-a2eb-4e78-adec-8500a22c2bb0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "name": "tempest-secgroup-smoke-2121326413", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-2121326413 description", "shared": false, "security_group_rules": [{"id": "091d2399-cca3-407c-bee2-eb8543bceabd", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3186, "description": null, "tags": [], "created_at": "2025-11-24T20:50:02Z", "updated_at": "2025-11-24T20:50:02Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "cc8dcf13-dfdb-4560-a5d8-ee0e7adf711b", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3187, "description": null, "tags": [], "created_at": "2025-11-24T20:50:02Z", "updated_at": "2025-11-24T20:50:02Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:50:02Z", "updated_at": "2025-11-24T20:50:02Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:02,924 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.355s
2025-11-24 20:50:02,924 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3d7e7da3-a6f8-48bf-a56e-bccba77797e2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6a0242c8-85ee-4265-8c86-0cd5e3cab6fe", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:02Z", "updated_at": "2025-11-24T20:50:02Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:03,129 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.205s
2025-11-24 20:50:03,130 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-da7e0b84-705d-4be0-9990-c8de0b3c2394', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "44ae4532-94b7-4abb-83f6-097a7965eabf", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:03Z", "updated_at": "2025-11-24T20:50:03Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:04,289 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.159s
2025-11-24 20:50:04,290 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-52d327cf-280c-4239-a012-ba9a07e8013f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cb7eaf19-e3c5-4917-a308-a3b017a87eef", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:03Z", "updated_at": "2025-11-24T20:50:03Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:04,891 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.599s
2025-11-24 20:50:04,891 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-e98565bf-acd1-426b-8821-cc6bfcded36f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9e0d19ab-7bfe-4064-9c03-bbf2564fb0c9", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:04Z", "updated_at": "2025-11-24T20:50:04Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:05,123 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.231s
2025-11-24 20:50:05,124 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-eee11696-3beb-44a1-ba50-097cd6ab3cd9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b9c7ea9d-0f11-4739-97df-cf5d34b1cfa2", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:05Z", "updated_at": "2025-11-24T20:50:05Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:05,497 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.372s
2025-11-24 20:50:05,498 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-acea268f-ac14-4c1d-846a-54079e1e47b2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "17cbea67-3226-41d4-9baf-51f76da56ac4", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "13f1be5f-36f7-4ca8-b3ea-82cea323a509", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:05Z", "updated_at": "2025-11-24T20:50:05Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:05,860 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.355s
2025-11-24 20:50:05,861 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:05 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49cd03ad-5058-4d28-a45f-6cf48d68a6bf', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["g4wSE518RlqE-9LGQBPeCQ"], "expires_at": "2025-11-24T21:50:05.000000Z", "issued_at": "2025-11-24T20:50:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:50:05,861 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_port_security_macspoofing_port) Found network None available for tenant
2025-11-24 20:50:07,850 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.985s
2025-11-24 20:50:07,850 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1392986993", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5ac9f7b4-d549-4a00-bf92-42d45153aaef"}], "key_name": "tempest-TestNetworkBasicOps-2004120564", "security_groups": [{"name": "tempest-secgroup-smoke-2121326413"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:05 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb2990f0-2567-4381-bd15-90790ce621e7', 'x-compute-request-id': 'req-eb2990f0-2567-4381-bd15-90790ce621e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "24204f3e-d151-4bf1-b3b6-a6830c8f8628", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2121326413"}], "adminPass": "vzsRiLvU6tsH"}}'
2025-11-24 20:50:08,104 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628 0.252s
2025-11-24 20:50:08,105 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:07 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f2dd97-29c5-4d1a-bd41-5e223142f6c5', 'x-compute-request-id': 'req-e2f2dd97-29c5-4d1a-bd41-5e223142f6c5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628'}
Body: b'{"server": {"id": "24204f3e-d151-4bf1-b3b6-a6830c8f8628", "name": "tempest-TestNetworkBasicOps-server-1392986993", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:07Z", "updated": "2025-11-24T20:50:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2004120564", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:09,453 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628 0.338s
2025-11-24 20:50:09,454 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166bb23f-2b13-4fd6-a4c3-df356d8ae340', 'x-compute-request-id': 'req-166bb23f-2b13-4fd6-a4c3-df356d8ae340', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628'}
Body: b'{"server": {"id": "24204f3e-d151-4bf1-b3b6-a6830c8f8628", "name": "tempest-TestNetworkBasicOps-server-1392986993", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:07Z", "updated": "2025-11-24T20:50:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:50:08Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-2004120564", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:09,458 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:50:09,889 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628 0.430s
2025-11-24 20:50:09,889 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92f1553f-15ae-4610-b18b-2d891dffe5c9', 'x-compute-request-id': 'req-92f1553f-15ae-4610-b18b-2d891dffe5c9', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628'}
Body: b''
2025-11-24 20:50:09,977 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_port_security_macspoofing_port): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628 0.087s
2025-11-24 20:50:09,977 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f11b020-5ead-4ce7-8048-4c925c44d6d5', 'x-compute-request-id': 'req-2f11b020-5ead-4ce7-8048-4c925c44d6d5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/24204f3e-d151-4bf1-b3b6-a6830c8f8628'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 24204f3e-d151-4bf1-b3b6-a6830c8f8628 could not be found."}}'
2025-11-24 20:50:10,547 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/13f1be5f-36f7-4ca8-b3ea-82cea323a509 0.569s
2025-11-24 20:50:10,547 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:10 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-2abaf37d-13f4-4b25-828b-0797da019e53', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/13f1be5f-36f7-4ca8-b3ea-82cea323a509'}
Body: b''
2025-11-24 20:50:10,644 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2004120564 0.096s
2025-11-24 20:50:10,644 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:10 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09c26e28-ff6b-4d28-a16e-1ed00ade7eae', 'x-compute-request-id': 'req-09c26e28-ff6b-4d28-a16e-1ed00ade7eae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-2004120564'}
Body: b''
2025-11-24 20:50:12,313 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e/remove_router_interface 1.668s
2025-11-24 20:50:12,314 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5ab2eaf3-e2b7-48a1-8a85-a92f53f86279', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e/remove_router_interface'}
Body: b'{"id": "6225c3b0-fe60-4f12-9954-910a11a9e86e", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "4350c933-1aa8-4218-a196-8403c7864f7c", "network_id": "5ac9f7b4-d549-4a00-bf92-42d45153aaef", "subnet_id": "1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9", "subnet_ids": ["1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9"]}'
2025-11-24 20:50:12,760 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9 0.446s
2025-11-24 20:50:12,760 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-978d184b-b9ac-41d6-893d-8878c2b04909', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1e8b88c7-62e7-4d52-8cfc-f741e66bb4a9'}
Body: b''
2025-11-24 20:50:13,976 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e 1.216s
2025-11-24 20:50:13,977 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:13 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-37da8e7b-6f32-4db8-8ef5-fb2167ef1cd9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6225c3b0-fe60-4f12-9954-910a11a9e86e'}
Body: b''
2025-11-24 20:50:14,851 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5ac9f7b4-d549-4a00-bf92-42d45153aaef 0.874s
2025-11-24 20:50:14,852 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:14 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ea310d7e-7170-41bb-8de1-ef67510c0db9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5ac9f7b4-d549-4a00-bf92-42d45153aaef'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 84, in wrapper
return func(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 881, in test_port_security_macspoofing_port
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 24204f3e-d151-4bf1-b3b6-a6830c8f8628 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:50:08Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-eb2990f0-2567-4381-bd15-90790ce621e7.
|
||||||
test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow] |
fail
ft51.5: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:50:15,542 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.682s
2025-11-24 20:50:15,544 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--490669382", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-9146ba22-eef2-4a51-b64d-d334be4ee361', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","name":"tempest-network-smoke--490669382","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:15Z","updated_at":"2025-11-24T20:50:15Z","revision_number":1}}'
2025-11-24 20:50:19,694 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 4.149s
2025-11-24 20:50:19,695 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1875010239", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-3ea7aa17-ad19-47fc-a215-aa326c60a20e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "2587fcb3-c968-4a9d-92fa-fef963fee770", "name": "tempest-TestNetworkBasicOps-router-1875010239", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.242"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:15Z", "updated_at": "2025-11-24T20:50:17Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:19,839 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.142s
2025-11-24 20:50:19,840 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ad053df8-a0b3-48d6-aa16-2a512d0bf346', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:19,965 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.124s
2025-11-24 20:50:19,965 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-8fa2eaa1-27e3-4b30-b5e8-14ed0b3a4eeb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:20,059 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.093s
2025-11-24 20:50:20,060 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-0dc13736-b47a-4379-b6eb-3ae70247cf38', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:23,095 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 3.033s
2025-11-24 20:50:23,095 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-576340338", "network_id": "5e0e60b3-2313-4ab3-8e8d-d6c10c629187", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-82605677-05fb-49dc-98a2-ff9d275f31fc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1","name":"tempest-subnet-smoke-576340338","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:20Z","updated_at":"2025-11-24T20:50:20Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:24,826 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770/add_router_interface 1.730s
2025-11-24 20:50:24,826 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-80a485b5-aff8-4ccd-854e-95a0e0ca78b2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770/add_router_interface'}
Body: b'{"id": "2587fcb3-c968-4a9d-92fa-fef963fee770", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "fdb53a88-08ab-487a-8bc0-d02f5d0f560c", "network_id": "5e0e60b3-2313-4ab3-8e8d-d6c10c629187", "subnet_id": "7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1", "subnet_ids": ["7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1"]}'
2025-11-24 20:50:24,981 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.154s
2025-11-24 20:50:24,982 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5233', 'x-openstack-request-id': 'req-871a056e-29c0-4e71-8e6e-14156f442825', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"06aff2ee-ee04-494a-afce-8d540397f08c","name":"tempest-RoutersTest-1231483249","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["bac87af9-b853-4dbf-bac3-85fd8587de4d"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:14Z","updated_at":"2025-11-24T20:50:14Z","revision_number":2,"project_id":"2d19858d2646427da0bf3d93bafc37e8","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":36293},{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","name":"tempest-network-smoke--490669382","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:15Z","updated_at":"2025-11-24T20:50:20Z","revision_number":2,"project_id":"ce35003811544ad18bdf64d02cc2eb54","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":32497},{"id":"d1e37adf-f15f-4365-86f3-c964933fbbdf","name":"tempest-network-smoke--1934658592","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["9743a147-5f70-4d44-868e-90f7ab08a5a8"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:ext
2025-11-24 20:50:25,151 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.169s
2025-11-24 20:50:25,152 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5168', 'x-openstack-request-id': 'req-3e173e44-af48-4995-bb05-1db070c905e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"333b10f8-85d7-40ed-b52a-cee33d8b8e45","name":"tempest-sub6-151186449","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:19Z","updated_at":"2025-11-24T20:50:19Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1","name":"tempest-subnet-smoke-576340338","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:20Z","updated_at":"2025-11-24T20:50:20Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"9743a147-5f70-4d44-868e-90f7ab08a5a8","name":"tempest-subnet-smoke-1613190721","tenant_id":"387d349470984e90b0a76dfe8f1bd20c","network_id":"d1e37adf-f15f-4365-86f3-c964933fbbdf","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:18Z","updated_at":"2025-11-24T20:50:18Z","revision_number":0,"project_id":"387d349470984e90b0a76dfe8f1bd20c"},{"id":"bac87af9-b853-4dbf-bac3-85fd8587de4d","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"06aff2ee-ee04-494a-afce-8d540397f08c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:14Z","updated_at":"2025-11-24T20:50:14Z","revision_number":0,"project_id":"2d19858d2646427da0bf3d93bafc37e8"},{"id":"c677aec9-3b98-4f29-97ca-ea0161d8b52c","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-subnet","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","network_id":"1cd20752-4f7a-4718-b62b-81db245c43af","ip_version":4,"
2025-11-24 20:50:25,376 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.224s
2025-11-24 20:50:25,377 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2681', 'x-openstack-request-id': 'req-a175561e-0744-411a-8afc-738a1e7aca44', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "2043c302-2884-4aae-af6e-0f13b45bf597", "name": "tempest-TestNetworkAdvancedServerOps-router-1747070555", "tenant_id": "387d349470984e90b0a76dfe8f1bd20c", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.248"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:15Z", "updated_at": "2025-11-24T20:50:22Z", "revision_number": 3, "project_id": "387d349470984e90b0a76dfe8f1bd20c"}, {"id": "2587fcb3-c968-4a9d-92fa-fef963fee770", "name": "tempest-TestNetworkBasicOps-router-1875010239", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.242"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:15Z", "updated_at": "2025-11-24T20:50:24Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "38771064-2712-48e4-a001-c6ec9c393159", "name": "tempest-TestGettingAddress-router-168300531", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.219"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:14Z", "updated_at": "2025-11-24T20:50:24Z", "revision_number": 4, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}]}'
2025-11-24 20:50:27,182 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.805s
2025-11-24 20:50:27,182 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"name": "tempest-TestNetworkBasicOps-1232505446", "network_id": "5e0e60b3-2313-4ab3-8e8d-d6c10c629187"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '961', 'x-openstack-request-id': 'req-1cd1fa87-3581-49bb-9b90-56d119f86804', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports'}
Body: b'{"port":{"id":"ca9e74b8-828a-4c6a-a070-18ec76c8e052","name":"tempest-TestNetworkBasicOps-1232505446","network_id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","mac_address":"fa:16:3e:ed:f6:8d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1","ip_address":"10.100.0.4"}],"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"security_groups":["0634d22e-e4b8-43b1-ba36-79d3db83e71f"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.4","hostname":"host-10-100-0-4","fqdn":"host-10-100-0-4.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-11-24T20:50:26Z","updated_at":"2025-11-24T20:50:26Z","revision_number":1}}'
2025-11-24 20:50:27,385 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports/ca9e74b8-828a-4c6a-a070-18ec76c8e052 0.202s
2025-11-24 20:50:27,386 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '961', 'x-openstack-request-id': 'req-4362e23b-2d30-4de4-93ec-512498312d43', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/ca9e74b8-828a-4c6a-a070-18ec76c8e052'}
Body: b'{"port":{"id":"ca9e74b8-828a-4c6a-a070-18ec76c8e052","name":"tempest-TestNetworkBasicOps-1232505446","network_id":"5e0e60b3-2313-4ab3-8e8d-d6c10c629187","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","mac_address":"fa:16:3e:ed:f6:8d","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1","ip_address":"10.100.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["0634d22e-e4b8-43b1-ba36-79d3db83e71f"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.4","hostname":"host-10-100-0-4","fqdn":"host-10-100-0-4.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2025-11-24T20:50:26Z","updated_at":"2025-11-24T20:50:26Z","revision_number":1,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:27,529 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.141s
2025-11-24 20:50:27,530 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1706756368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBDsUlsRFGjY72jpRK77KQpumbxah8QkPy607uCoyzKAS/yUBhjiNPQjuVktGK5Wgmt7z1LUFuujmPPMOaF3ezMsVn1Dug/WYlyWwADUuYhtbd045zKptLt0LKqM9RSdWg=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b04699cb-8ffa-43a6-9f28-8f6449146ce0', 'x-compute-request-id': 'req-b04699cb-8ffa-43a6-9f28-8f6449146ce0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1706756368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBDsUlsRFGjY72jpRK77KQpumbxah8QkPy607uCoyzKAS/yUBhjiNPQjuVktGK5Wgmt7z1LUFuujmPPMOaF3ezMsVn1Dug/WYlyWwADUuYhtbd045zKptLt0LKqM9RSdWg==", "fingerprint": "13:3c:bf:be:46:7c:2e:74:5c:ce:e6:c8:64:f5:a6:bc", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:50:28,071 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.539s
2025-11-24 20:50:28,071 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1701239604", "description": "tempest-secgroup-smoke-1701239604 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-0b9e8193-1133-4d00-8132-fb4ee6ab4a18', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "0b8730a9-7433-4039-8314-7cc631c1db05", "name": "tempest-secgroup-smoke-1701239604", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1701239604 description", "shared": false, "security_group_rules": [{"id": "213811cd-e5ee-4914-8b12-8da9058de8ed", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3252, "description": null, "tags": [], "created_at": "2025-11-24T20:50:27Z", "updated_at": "2025-11-24T20:50:27Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "8b6ef259-ecfe-41fc-a920-f3972baf6334", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3251, "description": null, "tags": [], "created_at": "2025-11-24T20:50:27Z", "updated_at": "2025-11-24T20:50:27Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:50:27Z", "updated_at": "2025-11-24T20:50:27Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:28,725 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.653s
2025-11-24 20:50:28,725 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c7a9cd72-5463-4f5d-a597-761cc82940e2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "106515f4-d631-4499-840a-649abe6d1e72", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:28Z", "updated_at": "2025-11-24T20:50:28Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:28,998 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.272s
2025-11-24 20:50:28,998 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-df71f13f-90ad-47f2-ad3c-ab2fb6ab0c82', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f194b616-9a67-4bb4-bf42-ac54c1133d38", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:28Z", "updated_at": "2025-11-24T20:50:28Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:29,495 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.496s
2025-11-24 20:50:29,495 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1cce47e3-6ec6-4ff6-adf5-45b6e9f81c84', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "abb66627-5a1a-4399-bb4a-f64c9119baa7", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:29Z", "updated_at": "2025-11-24T20:50:29Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:30,004 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.508s
2025-11-24 20:50:30,004 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d23d3401-6935-49a3-a95d-fc34c35622d6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1814d6d7-cc1a-48fd-ba98-655a06e3a818", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:29Z", "updated_at": "2025-11-24T20:50:29Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:31,232 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.227s
2025-11-24 20:50:31,232 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-aac18993-93b7-4ae7-ad38-c4542508b1dc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ca51b49f-304d-4f55-a9d0-147f2eb28f62", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:30Z", "updated_at": "2025-11-24T20:50:30Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:34,478 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 3.245s
2025-11-24 20:50:34,479 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b3ace429-573d-4258-88e7-ab5fea46752a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "797b1e8f-b16f-42d8-a056-d9bdd1d2c9f6", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "0b8730a9-7433-4039-8314-7cc631c1db05", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:33Z", "updated_at": "2025-11-24T20:50:33Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:34,800 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.317s
2025-11-24 20:50:34,800 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:34 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-70f2d7d9-99d0-4030-ba1e-78d1cf96579d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["sdTtgBuhSMy0V560p541vw"], "expires_at": "2025-11-24T21:50:34.000000Z", "issued_at": "2025-11-24T20:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:50:34,801 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_preserve_preexisting_port) Found network None available for tenant
2025-11-24 20:50:37,827 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.025s
2025-11-24 20:50:37,828 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1737828226", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "5e0e60b3-2313-4ab3-8e8d-d6c10c629187", "port": "ca9e74b8-828a-4c6a-a070-18ec76c8e052"}], "key_name": "tempest-TestNetworkBasicOps-1706756368", "security_groups": [{"name": "tempest-secgroup-smoke-1701239604"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:34 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2314b82-9e48-4148-baf4-0fe059725c36', 'x-compute-request-id': 'req-f2314b82-9e48-4148-baf4-0fe059725c36', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "fc1e4bb3-ada1-4e42-a440-1d93292617a0", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1701239604"}], "adminPass": "Kx8Ka9gBfQHc"}}'
2025-11-24 20:50:38,099 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0 0.270s
2025-11-24 20:50:38,100 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:37 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d88b7c5a-9d2d-49d2-ad8e-a5f7c965fee8', 'x-compute-request-id': 'req-d88b7c5a-9d2d-49d2-ad8e-a5f7c965fee8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0'}
Body: b'{"server": {"id": "fc1e4bb3-ada1-4e42-a440-1d93292617a0", "name": "tempest-TestNetworkBasicOps-server-1737828226", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:37Z", "updated": "2025-11-24T20:50:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1706756368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:39,474 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0 0.366s
2025-11-24 20:50:39,474 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:39 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d243db-3917-4c8f-9324-52110ea4d7a1', 'x-compute-request-id': 'req-36d243db-3917-4c8f-9324-52110ea4d7a1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0'}
Body: b'{"server": {"id": "fc1e4bb3-ada1-4e42-a440-1d93292617a0", "name": "tempest-TestNetworkBasicOps-server-1737828226", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:37Z", "updated": "2025-11-24T20:50:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:50:39Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1706756368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:39,477 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:50:40,049 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0 0.571s
2025-11-24 20:50:40,049 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:39 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268a3f1e-99e3-430a-b84c-95bb4c6d4443', 'x-compute-request-id': 'req-268a3f1e-99e3-430a-b84c-95bb4c6d4443', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0'}
Body: b''
2025-11-24 20:50:40,187 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0 0.137s
2025-11-24 20:50:40,188 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea135b71-b5eb-4a3c-bb20-c8d95bbf1568', 'x-compute-request-id': 'req-ea135b71-b5eb-4a3c-bb20-c8d95bbf1568', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/fc1e4bb3-ada1-4e42-a440-1d93292617a0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance fc1e4bb3-ada1-4e42-a440-1d93292617a0 could not be found."}}'
2025-11-24 20:50:40,434 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0b8730a9-7433-4039-8314-7cc631c1db05 0.245s
2025-11-24 20:50:40,435 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e0e0a0b9-6f6a-44be-bd57-a3bf0c7d987b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0b8730a9-7433-4039-8314-7cc631c1db05'}
Body: b''
2025-11-24 20:50:40,527 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1706756368 0.092s
2025-11-24 20:50:40,528 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be69cf6-c544-4b30-a5e9-eecb75c2c09d', 'x-compute-request-id': 'req-6be69cf6-c544-4b30-a5e9-eecb75c2c09d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1706756368'}
Body: b''
2025-11-24 20:50:41,422 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/ports/ca9e74b8-828a-4c6a-a070-18ec76c8e052 0.894s
2025-11-24 20:50:41,422 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:41 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-98510a5e-2b71-4949-b7bc-e36e62906642', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/ca9e74b8-828a-4c6a-a070-18ec76c8e052'}
Body: b''
2025-11-24 20:50:43,375 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770/remove_router_interface 1.953s
2025-11-24 20:50:43,375 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ae74a49b-9738-4e21-a887-babed26e63de', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770/remove_router_interface'}
Body: b'{"id": "2587fcb3-c968-4a9d-92fa-fef963fee770", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "fdb53a88-08ab-487a-8bc0-d02f5d0f560c", "network_id": "5e0e60b3-2313-4ab3-8e8d-d6c10c629187", "subnet_id": "7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1", "subnet_ids": ["7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1"]}'
2025-11-24 20:50:43,708 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1 0.331s
2025-11-24 20:50:43,708 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:43 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-50a1d15e-33b3-4ded-9c2c-7ffbc4ce1b06', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/7e5dfef1-9a1c-41a9-9db7-ba42497eb0d1'}
Body: b''
2025-11-24 20:50:44,858 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770 1.150s
2025-11-24 20:50:44,859 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:44 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b9d6d592-7c30-4e7f-a476-485dc936ad02', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/2587fcb3-c968-4a9d-92fa-fef963fee770'}
Body: b''
2025-11-24 20:50:45,889 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5e0e60b3-2313-4ab3-8e8d-d6c10c629187 1.030s
2025-11-24 20:50:45,889 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:45 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7278492a-228d-4023-bb8e-3be2e550800b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/5e0e60b3-2313-4ab3-8e8d-d6c10c629187'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 737, in test_preserve_preexisting_port
self._setup_network_and_servers(boot_with_port=True)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server fc1e4bb3-ada1-4e42-a440-1d93292617a0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:50:39Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-f2314b82-9e48-4148-baf4-0fe059725c36.
|
||||||
test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow] |
skip
pt51.6: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow]
|
||||||
test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow] |
fail
ft51.7: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:50:46,516 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.614s
2025-11-24 20:50:46,517 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1165135978", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-b0e368cb-ec3d-415e-9ac4-acbbd4d81db2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"91b4acdb-b6d8-44f8-949f-e3dc2f93c52d","name":"tempest-network-smoke--1165135978","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:46Z","updated_at":"2025-11-24T20:50:46Z","revision_number":1}}'
2025-11-24 20:50:48,962 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.443s
2025-11-24 20:50:48,962 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1367527345", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-096e3bd5-ba0f-4313-9166-4a05810db176', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "91dea578-7c26-414b-a3a6-0489057681ad", "name": "tempest-TestNetworkBasicOps-router-1367527345", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.239"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:46Z", "updated_at": "2025-11-24T20:50:47Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:49,172 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.210s
2025-11-24 20:50:49,173 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7fd63fb4-3f5f-4dfa-a020-367f7c0c3520', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:49,392 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.218s
2025-11-24 20:50:49,392 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-067e4799-ee87-49f2-b3a2-eabb0a2b4bc8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:49,518 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.125s
2025-11-24 20:50:49,519 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-6462fa37-fe40-4e07-b7a0-2c0a27f6c6fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:51,606 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.087s
2025-11-24 20:50:51,607 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1408584932", "network_id": "91b4acdb-b6d8-44f8-949f-e3dc2f93c52d", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28", "dns_nameservers": ["1.2.3.4"]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '642', 'x-openstack-request-id': 'req-5dd808ef-08c0-4277-8aff-408383b1028b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"519b0688-b9c9-4120-9963-897f51db3a07","name":"tempest-subnet-smoke-1408584932","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"91b4acdb-b6d8-44f8-949f-e3dc2f93c52d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":["1.2.3.4"],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:49Z","updated_at":"2025-11-24T20:50:49Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:55,507 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad/add_router_interface 3.900s
2025-11-24 20:50:55,507 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "519b0688-b9c9-4120-9963-897f51db3a07"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-fac049c1-a3a0-44c3-b58d-a6b146aeecde', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad/add_router_interface'}
Body: b'{"id": "91dea578-7c26-414b-a3a6-0489057681ad", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "d765eecb-f0a2-460f-9324-a0477d761d32", "network_id": "91b4acdb-b6d8-44f8-949f-e3dc2f93c52d", "subnet_id": "519b0688-b9c9-4120-9963-897f51db3a07", "subnet_ids": ["519b0688-b9c9-4120-9963-897f51db3a07"]}'
2025-11-24 20:50:56,004 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.496s
2025-11-24 20:50:56,004 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '7413', 'x-openstack-request-id': 'req-b4e3e404-0777-4bcf-9409-8c524016d089', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"13ea5e5d-7a6a-45f8-a4b5-3d2b5cae60ae","name":"tempest-RoutersTest-814188200","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["cf0bb017-e618-4b94-b9fc-1f60a8201cf1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:39Z","updated_at":"2025-11-24T20:50:40Z","revision_number":2,"project_id":"2d19858d2646427da0bf3d93bafc37e8","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":47124},{"id":"1ca00f19-edad-4d9d-9364-24e1774d7b1e","name":"tempest-RoutersTest-1571215527","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["73686de0-6236-485c-80c8-bb54504c3724"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:33Z","updated_at":"2025-11-24T20:50:35Z","revision_number":2,"project_id":"2d19858d2646427da0bf3d93bafc37e8","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":15862},{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"6b67d084-ef64-4d76-8b05-08c6fdcf2cb7","name":"tempest-TestServerBasicOps-312926065-network","tenant_id":"20e8bbea67cf4d3286b2f3ae0e675bf5","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["5ef0adba-6df6-4184-b1cf-12c902bfc5cc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"ro
2025-11-24 20:50:56,211 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.205s
2025-11-24 20:50:56,212 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '6406', 'x-openstack-request-id': 'req-95ecdb05-cd57-4979-84b6-40fcc896f78d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"1577d398-a547-41e5-a761-db5f48b36fed","name":"tempest-sub4-1672195619","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"7726002e-ceb4-4ee9-a16e-fe44c5654017","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:54Z","updated_at":"2025-11-24T20:50:54Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"519b0688-b9c9-4120-9963-897f51db3a07","name":"tempest-subnet-smoke-1408584932","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"91b4acdb-b6d8-44f8-949f-e3dc2f93c52d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":["1.2.3.4"],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:49Z","updated_at":"2025-11-24T20:50:49Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"5ef0adba-6df6-4184-b1cf-12c902bfc5cc","name":"tempest-TestServerBasicOps-312926065-subnet","tenant_id":"20e8bbea67cf4d3286b2f3ae0e675bf5","network_id":"6b67d084-ef64-4d76-8b05-08c6fdcf2cb7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:43Z","updated_at":"2025-11-24T20:50:43Z","revision_number":0,"project_id":"20e8bbea67cf4d3286b2f3ae0e675bf5"},{"id":"73686de0-6236-485c-80c8-bb54504c3724","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"1ca00f19-edad-4d9d-9364-24e1774d7b1e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.101.0.1","cidr":"10.101.0.0/28","allocation_pools":[{"start":"10.101.0.2","end":"10.101.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:35Z","updated_at":"2025-11-24T20:50:35Z","revision_number":0,"project_id":"2d19858d2646427da0bf3d93bafc37e8"},{"id":"9f99ad85-a64e-4795-a054-dc7de8746458","name":"","tenant_id":"2d19858d2646427da0bf3d93bafc37e8","network_id":"eb04e021-dab2-48f2-afad-f06464f93217","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"
2025-11-24 20:50:56,651 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.438s
2025-11-24 20:50:56,651 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3139', 'x-openstack-request-id': 'req-ce28780b-c807-40ef-9043-bb00d5e00a9a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "91dea578-7c26-414b-a3a6-0489057681ad", "name": "tempest-TestNetworkBasicOps-router-1367527345", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.239"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:46Z", "updated_at": "2025-11-24T20:50:53Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "9621d2f4-161c-47f1-8b04-b0bdcfde8da8", "name": "tempest-TestServerBasicOps-284130618-router", "tenant_id": "e6a5755bb4aa483ea858c3d9a848e3f1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.178"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:54Z", "updated_at": "2025-11-24T20:50:55Z", "revision_number": 2, "project_id": "e6a5755bb4aa483ea858c3d9a848e3f1"}, {"id": "9d21a36f-5c5b-4f45-afc7-218f1d18018d", "name": "tempest-TestServerBasicOps-312926065-router", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.194"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:44Z", "updated_at": "2025-11-24T20:50:49Z", "revision_number": 3, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}, {"id": "e3a7ff35-6b46-44af-8d1d-47b898623dda", "name": "tempest-RoutersTest-router-71669062", "tenant_id": "2d19858d2646427da0bf3d93bafc37e8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:26Z", "updated_at": "2025-11-24T20:50:55Z", "revision_number": 9, "project_id": "2d19858d2646427da0bf3d93bafc37e8"}]}'
2025-11-24 20:50:56,848 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.195s
2025-11-24 20:50:56,848 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-326092125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMZT5AvOfRuwhHOku3DWG/5Jhdu/w2BKg7vZHtz7T1P3NTnpvLtTLL6mQIwfqZ/1EJ/o4rEHc+kxI4MguzqhszGnE5q1goxNsHOg9XuNUPlZuXNvOgVH8BvxuOr0yylrCA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:56 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-284ef9f9-134c-4129-b27b-99269037f500', 'x-compute-request-id': 'req-284ef9f9-134c-4129-b27b-99269037f500', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-326092125", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMZT5AvOfRuwhHOku3DWG/5Jhdu/w2BKg7vZHtz7T1P3NTnpvLtTLL6mQIwfqZ/1EJ/o4rEHc+kxI4MguzqhszGnE5q1goxNsHOg9XuNUPlZuXNvOgVH8BvxuOr0yylrCA==", "fingerprint": "4f:ad:fb:f3:48:d1:ea:38:1f:7a:bd:d1:5d:9b:46:5d", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:50:57,240 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.391s
2025-11-24 20:50:57,240 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-2092014441", "description": "tempest-secgroup-smoke-2092014441 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-998fc4d9-9edf-4ad6-9704-70ec5ee8e8b4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "defd4bd5-a154-428a-8948-ab623556c53a", "name": "tempest-secgroup-smoke-2092014441", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-2092014441 description", "shared": false, "security_group_rules": [{"id": "5492fe87-d619-4aca-af80-64b8b655621f", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3330, "description": null, "tags": [], "created_at": "2025-11-24T20:50:57Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "edb16258-3af6-44d6-8520-ca928904f912", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3329, "description": null, "tags": [], "created_at": "2025-11-24T20:50:57Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:50:56Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:57,583 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.341s
2025-11-24 20:50:57,583 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fd86d2e8-e63a-4e14-bf27-80d48c3477ac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4293e9c8-9d11-4552-84b7-cf9bb5e56c6d", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:57Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:58,077 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.493s
2025-11-24 20:50:58,077 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-b9394938-42da-4323-85a1-e0708cb6c5e9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2fe53fa5-0de3-428a-997a-01ddb2965170", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:57Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:58,487 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.409s
2025-11-24 20:50:58,488 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d0b1b4f3-4970-42fb-8d2b-3370ea250717', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e7d3dda0-7032-4d2b-b14c-0f6dd3665c02", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:58Z", "updated_at": "2025-11-24T20:50:58Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:59,362 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.873s
2025-11-24 20:50:59,363 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8bdc7c31-8e4d-44b6-aba1-505c10f9c57e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2ddbff92-9465-428b-a6a2-600ca15c5308", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:58Z", "updated_at": "2025-11-24T20:50:58Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:50:59,843 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.479s
2025-11-24 20:50:59,843 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-81db5d06-dedb-4f25-b9aa-5b16c5f6cc03', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d4942e4c-bb86-4223-ba4a-1681fbe52b50", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:59Z", "updated_at": "2025-11-24T20:50:59Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:00,355 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.511s
2025-11-24 20:51:00,356 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b5412c6b-39ce-41b6-a8f3-0005089d8953', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b3468218-c8f7-4005-b642-fe24ac344ec4", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "defd4bd5-a154-428a-8948-ab623556c53a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:00Z", "updated_at": "2025-11-24T20:51:00Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:00,729 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.369s
2025-11-24 20:51:00,730 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:00 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-676b544c-329b-43e4-92b5-c2c578fc0e6c', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["wlezlLpDTi-Q7QRkTQbU_g"], "expires_at": "2025-11-24T21:51:00.000000Z", "issued_at": "2025-11-24T20:51:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:51:00,730 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_subnet_details) Found network None available for tenant
2025-11-24 20:51:03,205 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.474s
2025-11-24 20:51:03,206 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1258688695", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "91b4acdb-b6d8-44f8-949f-e3dc2f93c52d"}], "key_name": "tempest-TestNetworkBasicOps-326092125", "security_groups": [{"name": "tempest-secgroup-smoke-2092014441"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:00 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9a152f4-a215-47aa-a4c0-7dd911e54d8c', 'x-compute-request-id': 'req-e9a152f4-a215-47aa-a4c0-7dd911e54d8c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "764f5168-4a4b-40da-8b72-6759add3687f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/764f5168-4a4b-40da-8b72-6759add3687f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2092014441"}], "adminPass": "hcugjz2Ky4CG"}}'
2025-11-24 20:51:03,534 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f 0.327s
2025-11-24 20:51:03,534 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:03 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f478ea-3c1a-424d-b809-908f76170563', 'x-compute-request-id': 'req-62f478ea-3c1a-424d-b809-908f76170563', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f'}
Body: b'{"server": {"id": "764f5168-4a4b-40da-8b72-6759add3687f", "name": "tempest-TestNetworkBasicOps-server-1258688695", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:03Z", "updated": "2025-11-24T20:51:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/764f5168-4a4b-40da-8b72-6759add3687f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-326092125", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:04,904 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f 0.366s
2025-11-24 20:51:04,904 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:04 GMT', 'server': 'Apache', 'content-length': '1504', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f81fbd62-6cb6-4483-a4e6-2da83dbf135b', 'x-compute-request-id': 'req-f81fbd62-6cb6-4483-a4e6-2da83dbf135b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f'}
Body: b'{"server": {"id": "764f5168-4a4b-40da-8b72-6759add3687f", "name": "tempest-TestNetworkBasicOps-server-1258688695", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:03Z", "updated": "2025-11-24T20:51:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/764f5168-4a4b-40da-8b72-6759add3687f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:51:03Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-326092125", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:04,912 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:51:05,362 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f 0.449s
2025-11-24 20:51:05,363 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:04 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba6a4e66-fd6f-42a2-bb61-b4da03f933ea', 'x-compute-request-id': 'req-ba6a4e66-fd6f-42a2-bb61-b4da03f933ea', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f'}
Body: b''
2025-11-24 20:51:05,452 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f 0.089s
2025-11-24 20:51:05,452 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc9e76cd-9f7a-4354-a289-da74708b8258', 'x-compute-request-id': 'req-bc9e76cd-9f7a-4354-a289-da74708b8258', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/764f5168-4a4b-40da-8b72-6759add3687f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 764f5168-4a4b-40da-8b72-6759add3687f could not be found."}}'
2025-11-24 20:51:05,638 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/defd4bd5-a154-428a-8948-ab623556c53a 0.185s
2025-11-24 20:51:05,638 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f4c9ec57-2b54-49e4-8164-7dae22e171cf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/defd4bd5-a154-428a-8948-ab623556c53a'}
Body: b''
2025-11-24 20:51:05,707 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-326092125 0.069s
2025-11-24 20:51:05,708 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0470259e-d8b4-41db-8975-623afeadff53', 'x-compute-request-id': 'req-0470259e-d8b4-41db-8975-623afeadff53', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-326092125'}
Body: b''
2025-11-24 20:51:07,103 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad/remove_router_interface 1.395s
2025-11-24 20:51:07,104 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "519b0688-b9c9-4120-9963-897f51db3a07"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-3e1a7157-c2b7-4796-b71a-d220dfc4d4d7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad/remove_router_interface'}
Body: b'{"id": "91dea578-7c26-414b-a3a6-0489057681ad", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "d765eecb-f0a2-460f-9324-a0477d761d32", "network_id": "91b4acdb-b6d8-44f8-949f-e3dc2f93c52d", "subnet_id": "519b0688-b9c9-4120-9963-897f51db3a07", "subnet_ids": ["519b0688-b9c9-4120-9963-897f51db3a07"]}'
2025-11-24 20:51:07,463 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/519b0688-b9c9-4120-9963-897f51db3a07 0.359s
2025-11-24 20:51:07,464 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:07 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c7d17460-074b-41ad-be06-016b219be222', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/519b0688-b9c9-4120-9963-897f51db3a07'}
Body: b''
2025-11-24 20:51:08,285 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad 0.821s
2025-11-24 20:51:08,285 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:08 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-dff2cded-b415-4fac-971a-a3c626791248', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/91dea578-7c26-414b-a3a6-0489057681ad'}
Body: b''
2025-11-24 20:51:08,779 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/91b4acdb-b6d8-44f8-949f-e3dc2f93c52d 0.493s
2025-11-24 20:51:08,779 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:08 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-53a97eb4-3ebd-44a0-9440-56b0ed4f3322', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/91b4acdb-b6d8-44f8-949f-e3dc2f93c52d'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 620, in test_subnet_details
self._setup_network_and_servers(dns_nameservers=[initial_dns_server])
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 764f5168-4a4b-40da-8b72-6759add3687f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:51:03Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-e9a152f4-a215-47aa-a4c0-7dd911e54d8c.
|
||||||
test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow] |
fail
ft51.8: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:51:09,474 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.689s
2025-11-24 20:51:09,475 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--984045518", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-ce86ce38-a30f-49e6-80a5-bd861e31fcfe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"87a1527d-0771-4618-a311-710522df6257","name":"tempest-network-smoke--984045518","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:51:08Z","updated_at":"2025-11-24T20:51:08Z","revision_number":1}}'
2025-11-24 20:51:11,782 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.306s
2025-11-24 20:51:11,783 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-728020455", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-9c11e533-c8b6-46d4-b8f7-17fa4dfadce0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "70fa6535-a09e-449a-a768-5e2f1afe43e8", "name": "tempest-TestNetworkBasicOps-router-728020455", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.200"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:09Z", "updated_at": "2025-11-24T20:51:10Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:11,933 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.149s
2025-11-24 20:51:11,933 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a3581ceb-01ce-49d5-92e6-51ade8d48184', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:12,089 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.155s
2025-11-24 20:51:12,090 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-b669328b-3780-43b7-989e-efe1ea7896ab', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:51:12,177 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.086s
2025-11-24 20:51:12,177 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-0453a2f9-a620-4a06-ad34-24221375f3ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:14,334 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.157s
2025-11-24 20:51:14,336 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1277606635", "network_id": "87a1527d-0771-4618-a311-710522df6257", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-6a4fbab3-7ca2-42d2-bc00-51c53c953397', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"3ee8d0d1-7e74-46de-b1d5-c203f7eae8de","name":"tempest-subnet-smoke-1277606635","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"87a1527d-0771-4618-a311-710522df6257","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:51:12Z","updated_at":"2025-11-24T20:51:12Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:18,005 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8/add_router_interface 3.667s
2025-11-24 20:51:18,005 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3ee8d0d1-7e74-46de-b1d5-c203f7eae8de"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-3be436d4-b45a-4ba6-8f85-f93786593bc9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8/add_router_interface'}
Body: b'{"id": "70fa6535-a09e-449a-a768-5e2f1afe43e8", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "ba02b00b-7f14-43b7-a906-5ce0ad7a39f5", "network_id": "87a1527d-0771-4618-a311-710522df6257", "subnet_id": "3ee8d0d1-7e74-46de-b1d5-c203f7eae8de", "subnet_ids": ["3ee8d0d1-7e74-46de-b1d5-c203f7eae8de"]}'
2025-11-24 20:51:18,276 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.270s
2025-11-24 20:51:18,276 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5181', 'x-openstack-request-id': 'req-e19fd38a-b2e6-4bc1-8753-089caf8e39df', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"6b67d084-ef64-4d76-8b05-08c6fdcf2cb7","name":"tempest-TestServerBasicOps-312926065-network","tenant_id":"20e8bbea67cf4d3286b2f3ae0e675bf5","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["5ef0adba-6df6-4184-b1cf-12c902bfc5cc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:42Z","updated_at":"2025-11-24T20:50:43Z","revision_number":2,"project_id":"20e8bbea67cf4d3286b2f3ae0e675bf5","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":45345},{"id":"7726002e-ceb4-4ee9-a16e-fe44c5654017","name":"tempest-network-smoke--1264393811","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:53Z","updated_at":"2025-11-24T20:51:17Z","revision_number":5,"project_id":"68888f16e5b04b808865a338fb48bf2f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":61088},{"id":"842cb67a-436f-4905-a59e-9fc50bb6b149","name":"tempest-TestServerBasicOps-284130618-network","tenant_id":"e6a5755bb4aa483ea858c3d9a848e3f1","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["f1bf7baf-8b24-4a8a-b8a9-5ec733db2cb3"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false
2025-11-24 20:51:19,146 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.869s
2025-11-24 20:51:19,146 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3934', 'x-openstack-request-id': 'req-1ebd8466-8a68-481d-ae8d-cbe8c3958dd2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"3ee8d0d1-7e74-46de-b1d5-c203f7eae8de","name":"tempest-subnet-smoke-1277606635","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"87a1527d-0771-4618-a311-710522df6257","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:51:12Z","updated_at":"2025-11-24T20:51:12Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"5ef0adba-6df6-4184-b1cf-12c902bfc5cc","name":"tempest-TestServerBasicOps-312926065-subnet","tenant_id":"20e8bbea67cf4d3286b2f3ae0e675bf5","network_id":"6b67d084-ef64-4d76-8b05-08c6fdcf2cb7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:43Z","updated_at":"2025-11-24T20:50:43Z","revision_number":0,"project_id":"20e8bbea67cf4d3286b2f3ae0e675bf5"},{"id":"c677aec9-3b98-4f29-97ca-ea0161d8b52c","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-subnet","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","network_id":"1cd20752-4f7a-4718-b62b-81db245c43af","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":0,"project_id":"108ab5a1eef44a0ab9ccce10396f928e"},{"id":"f1bf7baf-8b24-4a8a-b8a9-5ec733db2cb3","name":"tempest-TestServerBasicOps-284130618-subnet","tenant_id":"e6a5755bb4aa483ea858c3d9a848e3f1","network_id":"842cb67a-436f-4905-a59e-9fc50bb6b149","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:54Z","updated_at":"2025-11-24T20:50:54Z","revision_number":0,"project_id":"e6a5755bb4aa483ea858c3d9a848e3f1"}]}'
2025-11-24 20:51:19,342 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.195s
2025-11-24 20:51:19,343 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2009', 'x-openstack-request-id': 'req-aab5bf29-0fea-4548-a7e9-e437ebbb58bf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "70fa6535-a09e-449a-a768-5e2f1afe43e8", "name": "tempest-TestNetworkBasicOps-router-728020455", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.200"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:09Z", "updated_at": "2025-11-24T20:51:15Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "9621d2f4-161c-47f1-8b04-b0bdcfde8da8", "name": "tempest-TestServerBasicOps-284130618-router", "tenant_id": "e6a5755bb4aa483ea858c3d9a848e3f1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.178"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:54Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 3, "project_id": "e6a5755bb4aa483ea858c3d9a848e3f1"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}]}'
2025-11-24 20:51:19,547 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.201s
2025-11-24 20:51:19,547 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1163504026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGzKvEe19s7NmCqYhkYlVn8X34MC38qLbnuOTXTW/KPT0phgp5Ov6v99Eb+SrFI2z5zs+3Xf0NrMRX+jVartNNR7PlEommt1QhrGRk1vCeIuzfHBWzHeiCQrJaZNYZvhA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:19 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa189b6c-36c1-492e-a794-4fd156f6010f', 'x-compute-request-id': 'req-fa189b6c-36c1-492e-a794-4fd156f6010f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1163504026", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGzKvEe19s7NmCqYhkYlVn8X34MC38qLbnuOTXTW/KPT0phgp5Ov6v99Eb+SrFI2z5zs+3Xf0NrMRX+jVartNNR7PlEommt1QhrGRk1vCeIuzfHBWzHeiCQrJaZNYZvhA==", "fingerprint": "c9:11:72:7c:00:8c:ba:bf:a8:a7:64:8f:1b:a6:fb:8a", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:51:20,024 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.475s
2025-11-24 20:51:20,024 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1227532321", "description": "tempest-secgroup-smoke-1227532321 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-f10451bd-7dbc-4f53-8c7d-787374f38a81', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "name": "tempest-secgroup-smoke-1227532321", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1227532321 description", "shared": false, "security_group_rules": [{"id": "ca67703c-26e4-45ca-ae2e-d1eb95768383", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3387, "description": null, "tags": [], "created_at": "2025-11-24T20:51:19Z", "updated_at": "2025-11-24T20:51:19Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "ec78daa6-121e-4c66-9765-f73431cd246a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3386, "description": null, "tags": [], "created_at": "2025-11-24T20:51:19Z", "updated_at": "2025-11-24T20:51:19Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:51:19Z", "updated_at": "2025-11-24T20:51:19Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:23,274 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 3.249s
2025-11-24 20:51:23,275 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-008d1ba9-7456-431d-8eec-8b1fe463138b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "193d0fd5-e42d-41d9-b4a7-1d97d9525a5c", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:21Z", "updated_at": "2025-11-24T20:51:21Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:23,873 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.598s
2025-11-24 20:51:23,873 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-dfe5b0c2-a613-4e5a-abb4-4bcee2007527', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9767a24f-bf6a-4469-97fa-3ef9e714ae7a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:23Z", "updated_at": "2025-11-24T20:51:23Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:24,355 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.481s
2025-11-24 20:51:24,355 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e73e8983-740c-4673-9003-96bc269277c7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c1f2c772-a1c8-49d7-bca0-3d7deb01c6e2", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:24Z", "updated_at": "2025-11-24T20:51:24Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:25,600 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.243s
2025-11-24 20:51:25,600 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5ae63767-306d-4c6b-a9dc-b726c4030fdc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4e06f5e2-b26d-48b1-9dd2-76887a5f3984", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:24Z", "updated_at": "2025-11-24T20:51:24Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:26,431 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.829s
2025-11-24 20:51:26,432 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-59a9f875-5780-443f-a1d9-fef39b20e471', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d2a40b8e-3fde-4c2f-b890-aef90b19cc9d", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:25Z", "updated_at": "2025-11-24T20:51:25Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:26,753 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.320s
2025-11-24 20:51:26,753 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c2f91de5-0b3b-42de-bdc5-71211577b0f3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b604f301-f00a-4dd1-9f1c-961e5746360a", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "a89189ac-9e75-4dbf-9619-33a6dc6d77cc", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:26Z", "updated_at": "2025-11-24T20:51:26Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:27,099 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.341s
2025-11-24 20:51:27,099 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:26 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7876b1cf-1074-4f46-8d8b-49f70b455d95', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["vMCm0vbvQDKyuOEsPVFx9w"], "expires_at": "2025-11-24T21:51:27.000000Z", "issued_at": "2025-11-24T20:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:51:27,100 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_update_instance_port_admin_state) Found network None available for tenant
2025-11-24 20:51:30,443 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.342s
2025-11-24 20:51:30,443 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1034074111", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "87a1527d-0771-4618-a311-710522df6257"}], "key_name": "tempest-TestNetworkBasicOps-1163504026", "security_groups": [{"name": "tempest-secgroup-smoke-1227532321"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:27 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b7617e7-ca4e-4563-ac86-7639911a6a57', 'x-compute-request-id': 'req-7b7617e7-ca4e-4563-ac86-7639911a6a57', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "5e3c580c-5829-4830-91ae-1a7d5b837db2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1227532321"}], "adminPass": "c9UiTKYGkTyX"}}'
2025-11-24 20:51:31,264 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2 0.819s
2025-11-24 20:51:31,265 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:30 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f69e28a7-2a70-43c6-96fd-adde04990f85', 'x-compute-request-id': 'req-f69e28a7-2a70-43c6-96fd-adde04990f85', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2'}
Body: b'{"server": {"id": "5e3c580c-5829-4830-91ae-1a7d5b837db2", "name": "tempest-TestNetworkBasicOps-server-1034074111", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:30Z", "updated": "2025-11-24T20:51:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1163504026", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:32,766 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2 0.479s
2025-11-24 20:51:32,766 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:32 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a386939d-b278-49fd-ae59-fe70b1eba9c1', 'x-compute-request-id': 'req-a386939d-b278-49fd-ae59-fe70b1eba9c1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2'}
Body: b'{"server": {"id": "5e3c580c-5829-4830-91ae-1a7d5b837db2", "name": "tempest-TestNetworkBasicOps-server-1034074111", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:30Z", "updated": "2025-11-24T20:51:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:51:31Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1163504026", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:32,769 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:51:34,392 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2 1.622s
2025-11-24 20:51:34,393 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:32 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a16fd65-e2e4-4a53-a71e-9c2b277e7397', 'x-compute-request-id': 'req-5a16fd65-e2e4-4a53-a71e-9c2b277e7397', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2'}
Body: b''
2025-11-24 20:51:34,578 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2 0.185s
2025-11-24 20:51:34,578 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:34 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89d9b68-1af3-4b06-be27-41dfed7c8894', 'x-compute-request-id': 'req-e89d9b68-1af3-4b06-be27-41dfed7c8894', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/5e3c580c-5829-4830-91ae-1a7d5b837db2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5e3c580c-5829-4830-91ae-1a7d5b837db2 could not be found."}}'
2025-11-24 20:51:34,940 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/a89189ac-9e75-4dbf-9619-33a6dc6d77cc 0.361s
2025-11-24 20:51:34,941 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:34 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-0ab57821-69af-47ed-9c71-ca173eba9000', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/a89189ac-9e75-4dbf-9619-33a6dc6d77cc'}
Body: b''
2025-11-24 20:51:35,125 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1163504026 0.184s
2025-11-24 20:51:35,126 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:34 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32839bd2-9786-40ba-a2db-3db14d394263', 'x-compute-request-id': 'req-32839bd2-9786-40ba-a2db-3db14d394263', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1163504026'}
Body: b''
2025-11-24 20:51:38,006 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8/remove_router_interface 2.879s
2025-11-24 20:51:38,007 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3ee8d0d1-7e74-46de-b1d5-c203f7eae8de"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-11aefdca-5004-4436-9466-381a6dc530c4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8/remove_router_interface'}
Body: b'{"id": "70fa6535-a09e-449a-a768-5e2f1afe43e8", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "ba02b00b-7f14-43b7-a906-5ce0ad7a39f5", "network_id": "87a1527d-0771-4618-a311-710522df6257", "subnet_id": "3ee8d0d1-7e74-46de-b1d5-c203f7eae8de", "subnet_ids": ["3ee8d0d1-7e74-46de-b1d5-c203f7eae8de"]}'
2025-11-24 20:51:38,929 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3ee8d0d1-7e74-46de-b1d5-c203f7eae8de 0.922s
2025-11-24 20:51:38,930 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:38 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1d8b10b5-3140-44a8-bef8-5a287fd2e4f5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3ee8d0d1-7e74-46de-b1d5-c203f7eae8de'}
Body: b''
2025-11-24 20:51:39,904 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8 0.974s
2025-11-24 20:51:39,905 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:39 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f9a2bcfc-96ca-43f2-ae24-5a1dd206aff2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/70fa6535-a09e-449a-a768-5e2f1afe43e8'}
Body: b''
2025-11-24 20:51:40,895 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/87a1527d-0771-4618-a311-710522df6257 0.990s
2025-11-24 20:51:40,896 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:40 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8b4e704e-f6c7-489e-9288-b57c95635847', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/87a1527d-0771-4618-a311-710522df6257'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 688, in test_update_instance_port_admin_state
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5e3c580c-5829-4830-91ae-1a7d5b837db2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:51:31Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7b7617e7-ca4e-4563-ac86-7639911a6a57.
|
||||||
test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow] |
fail
ft51.9: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:51:41,892 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.990s
2025-11-24 20:51:41,893 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--889695042", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-5d78341b-1356-44da-a9be-8a2163ef42da', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"00ac3a77-9d7c-4818-97c6-b996b1fce035","name":"tempest-network-smoke--889695042","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ce35003811544ad18bdf64d02cc2eb54","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:51:41Z","updated_at":"2025-11-24T20:51:41Z","revision_number":1}}'
2025-11-24 20:51:43,469 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.576s
2025-11-24 20:51:43,469 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-978322353", "admin_state_up": true, "project_id": "ce35003811544ad18bdf64d02cc2eb54", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-961bdfd0-8b4a-492a-bf78-8a67c8ac903a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "d02e60b5-0628-437f-9631-3deb1be55b7c", "name": "tempest-TestNetworkBasicOps-router-978322353", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:42Z", "updated_at": "2025-11-24T20:51:42Z", "revision_number": 2, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:43,657 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28 0.187s
2025-11-24 20:51:43,657 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a3e0d1fb-a48e-4e98-8292-eb6156f75986', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=ce35003811544ad18bdf64d02cc2eb54&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:43,859 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.201s
2025-11-24 20:51:43,859 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-f02b7115-c44a-4e1a-871d-5654e6703738', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:51:43,989 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.129s
2025-11-24 20:51:43,989 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2446317d-0a5d-474d-a922-e839ba8e0e0f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:46,528 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.538s
2025-11-24 20:51:46,528 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-442046369", "network_id": "00ac3a77-9d7c-4818-97c6-b996b1fce035", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-dd2b18f8-7d18-4645-b5ee-9a0869dd464b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"2e6d7f39-4c40-4c4b-baa6-acfa6f475574","name":"tempest-subnet-smoke-442046369","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"00ac3a77-9d7c-4818-97c6-b996b1fce035","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:51:44Z","updated_at":"2025-11-24T20:51:44Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:50,078 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c/add_router_interface 3.548s
2025-11-24 20:51:50,078 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "2e6d7f39-4c40-4c4b-baa6-acfa6f475574"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-da81cfc7-0050-4ee7-8f35-8ad709a867fd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c/add_router_interface'}
Body: b'{"id": "d02e60b5-0628-437f-9631-3deb1be55b7c", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "e0106232-3d86-4392-b11d-c562dd4daebc", "network_id": "00ac3a77-9d7c-4818-97c6-b996b1fce035", "subnet_id": "2e6d7f39-4c40-4c4b-baa6-acfa6f475574", "subnet_ids": ["2e6d7f39-4c40-4c4b-baa6-acfa6f475574"]}'
2025-11-24 20:51:51,407 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.328s
2025-11-24 20:51:51,407 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5979', 'x-openstack-request-id': 'req-75cfd68e-f6dc-486f-b634-e5b9a765fc57', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"00ac3a77-9d7c-4818-97c6-b996b1fce035","name":"tempest-network-smoke--889695042","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2e6d7f39-4c40-4c4b-baa6-acfa6f475574"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:51:41Z","updated_at":"2025-11-24T20:51:44Z","revision_number":2,"project_id":"ce35003811544ad18bdf64d02cc2eb54","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":25822},{"id":"1cd20752-4f7a-4718-b62b-81db245c43af","name":"tempest-ServersWithSpecificFlavorTestJSON-608773004-network","tenant_id":"108ab5a1eef44a0ab9ccce10396f928e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["c677aec9-3b98-4f29-97ca-ea0161d8b52c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:34Z","updated_at":"2025-11-24T20:21:34Z","revision_number":2,"project_id":"108ab5a1eef44a0ab9ccce10396f928e","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":43737},{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"4a485bc3-226d-456b-9867-555937265557","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-network","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2a0287d8-a722-4138-9269-aa4b535b04dc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:21:27Z","updated_at":"2025-11-24T20:21:28Z","revision_number":2,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60659},{"id":"5df3766e-50f7-4146-ba7d-3d23d3de1c04","name":"tempest-TestShelveInstance-162460963-network","tenant_id":"67e5e0c650214cadbfe82ae19de7a568","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["44fc4147-fd59-4ad9-a7e2-8dd90344bb0f"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:51:34Z","updated_at":"2025-11-24T20:51:36Z","revision_number":2,"project_id":"67e5e0c650214cadbfe82ae19de7a568","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":29897},{"id":"c2399c22-7102-4101-b912-5ab4aa95ff94","name":"tempest-TestSnapshotPattern-499106585-network","tenant_id":"28aad4f622944694afe7d57a9bebe8b3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["433f38bd-73ae-4e7e-ad1c-c8b66490778e"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_addre
2025-11-24 20:51:52,322 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.914s
2025-11-24 20:51:52,322 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5242', 'x-openstack-request-id': 'req-27d73551-af33-47b9-8c56-9807d9a6231a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"0a18c6ff-133e-4edf-acc6-c28e4278868a","name":"tempest-TestShelveInstance-1710549009-subnet","tenant_id":"83c7676652364ab1ba685d77452ee47d","network_id":"c23f0606-051d-4d29-bc79-9a77ba27daf7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:51:47Z","updated_at":"2025-11-24T20:51:47Z","revision_number":0,"project_id":"83c7676652364ab1ba685d77452ee47d"},{"id":"1094a322-b10b-4032-89fc-ce8d4538eda1","name":"public_subnet","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","network_id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:13:09Z","updated_at":"2025-11-24T20:13:09Z","revision_number":0,"project_id":"4b895bcffb3c4d43b10b1af37264e971"},{"id":"2a0287d8-a722-4138-9269-aa4b535b04dc","name":"tempest-ServersWithSpecificFlavorTestJSON-477509760-subnet","tenant_id":"c56e6d5c1eae48bfa49e12800a76eaa4","network_id":"4a485bc3-226d-456b-9867-555937265557","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:21:28Z","updated_at":"2025-11-24T20:21:28Z","revision_number":0,"project_id":"c56e6d5c1eae48bfa49e12800a76eaa4"},{"id":"2e6d7f39-4c40-4c4b-baa6-acfa6f475574","name":"tempest-subnet-smoke-442046369","tenant_id":"ce35003811544ad18bdf64d02cc2eb54","network_id":"00ac3a77-9d7c-4818-97c6-b996b1fce035","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:51:44Z","updated_at":"2025-11-24T20:51:44Z","revision_number":0,"project_id":"ce35003811544ad18bdf64d02cc2eb54"},{"id":"433f38bd-73ae-4e7e-ad1c-c8b66490778e","name":"tempest-TestSnapshotPattern-499106585-subnet","tenant_id":"28aad4f622944694afe7d57a9bebe8b3","network_id":"c2399c22-7102-4101-b912-5ab4aa95ff94","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:51:31Z","updated_at":"2025-11-24T20:51:31Z","revision_number":0,"project_id":"28aad4f622944694afe7d57a9bebe8b3"},{"id":"44fc4147-fd59-4ad9-a7e2-8dd90344bb0f","name":"tempest-TestShelveInstance-162460963-subnet","tenant_id":"67e5e0c650214cadbfe82ae19de7a568","network_id":"5df3766e-50f7-4146-ba7d-3d23d3de1c04","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:51:36Z","updated_at":"2025-11-24T20:51:36Z","revision_number":0,"project_id":"67e5e0c650214cadbfe82ae19de7a568"},{"id":"a0a60a6a-2b38-47f8-9ea1-889b8d21ac9e","name":"tempest-TestSnapshotPattern-856808130-subnet","tenant_id":"5c270f1a675d4ccb962fe416340689a7","network_id":"d23c180f-81b8-4
2025-11-24 20:51:53,653 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.330s
2025-11-24 20:51:53,654 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3992', 'x-openstack-request-id': 'req-00468970-12f4-428f-a87e-7a6a1600648d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "09f5ee86-ed65-40d7-a314-8be6cdca5785", "name": "tempest-TestSnapshotPattern-499106585-router", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.214"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:32Z", "updated_at": "2025-11-24T20:51:35Z", "revision_number": 3, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}, {"id": "0a9bdda3-3ef9-4710-91d4-6b785be9696d", "name": "tempest-TestShelveInstance-1710549009-router", "tenant_id": "83c7676652364ab1ba685d77452ee47d", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.182"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:47Z", "updated_at": "2025-11-24T20:51:49Z", "revision_number": 2, "project_id": "83c7676652364ab1ba685d77452ee47d"}, {"id": "4ded6e58-b47a-4fa4-9ea7-54153cd5073e", "name": "tempest-TestShelveInstance-162460963-router", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.178"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:38Z", "updated_at": "2025-11-24T20:51:41Z", "revision_number": 3, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}, {"id": "ce96ad56-19a1-4718-944b-9bf3f6f7967c", "name": "tempest-ServersWithSpecificFlavorTestJSON-608773004-router", "tenant_id": "108ab5a1eef44a0ab9ccce10396f928e", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.185"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:21:36Z", "updated_at": "2025-11-24T20:21:39Z", "revision_number": 3, "project_id": "108ab5a1eef44a0ab9ccce10396f928e"}, {"id": "d02e60b5-0628-437f-9631-3deb1be55b7c", "name": "tempest-TestNetworkBasicOps-router-978322353", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:42Z", "updated_at": "2025-11-24T20:51:47Z", "revision_number": 3, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "d7c06c8b-4225-4adc-8093-d29dae384625", "name": "tempest-TestSnapshotPattern-856808130-router", "tenant_id": "5c270f1a675d4ccb962fe416340689a7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.181"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:51:42Z", "updated_at": "2025-11-24T20:51:47Z", "revision_number": 3, "project_id": "5c270f1a675d4ccb962fe416340689a7"}]}'
2025-11-24 20:51:53,909 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.254s
2025-11-24 20:51:53,910 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1775521333", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBARk59M3HG4SWl9lbBwM7RbJj4qb2/tPntqMgz52DZl9kylWNcZk2yKKshHHRmwnRZLoCkA8We+2Fs7AxnLkKdS9rgg06QivAyC75/RT6S9Ekz87d7q+hpSIA0Iz+HkO8A=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:53 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c71f15d1-49c1-46a2-ac24-b9d0add5454f', 'x-compute-request-id': 'req-c71f15d1-49c1-46a2-ac24-b9d0add5454f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1775521333", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBARk59M3HG4SWl9lbBwM7RbJj4qb2/tPntqMgz52DZl9kylWNcZk2yKKshHHRmwnRZLoCkA8We+2Fs7AxnLkKdS9rgg06QivAyC75/RT6S9Ekz87d7q+hpSIA0Iz+HkO8A==", "fingerprint": "00:bd:63:da:fd:e1:dc:a0:94:f4:97:d2:76:dc:ba:e9", "user_id": "64fb517376354c92912e2a71fcd12c46"}}'
2025-11-24 20:51:54,847 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.935s
2025-11-24 20:51:54,848 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1407065089", "description": "tempest-secgroup-smoke-1407065089 description", "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-10b2ccb2-6510-44b8-beb7-d27bb4591378', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "49b42cef-b453-4135-84f2-3262083bfd88", "name": "tempest-secgroup-smoke-1407065089", "stateful": true, "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "description": "tempest-secgroup-smoke-1407065089 description", "shared": false, "security_group_rules": [{"id": "61516710-9df6-4e31-981b-a8f09e19dd8b", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3472, "description": null, "tags": [], "created_at": "2025-11-24T20:51:54Z", "updated_at": "2025-11-24T20:51:54Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}, {"id": "847ea41b-d9d7-4301-8c8c-a61f9cfa40b9", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3471, "description": null, "tags": [], "created_at": "2025-11-24T20:51:54Z", "updated_at": "2025-11-24T20:51:54Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}], "tags": [], "created_at": "2025-11-24T20:51:54Z", "updated_at": "2025-11-24T20:51:54Z", "revision_number": 1, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:55,113 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.265s
2025-11-24 20:51:55,115 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3ceb3120-35cf-4adb-b38c-fde4f3b84a39', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "669eeacb-e099-43c0-9451-552bd2432136", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:54Z", "updated_at": "2025-11-24T20:51:54Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:55,412 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.297s
2025-11-24 20:51:55,413 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-1ec519ae-de37-4b9e-9019-ee85d7135b5d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f5e362eb-0501-4112-a0b1-a1d5321d72fd", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:55,685 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.272s
2025-11-24 20:51:55,686 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-271b9fe8-15d7-497a-89a9-d33961bd41b8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7c003531-69f3-4496-b92b-e75faba3ca65", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:56,234 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.547s
2025-11-24 20:51:56,234 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-97627e11-66b7-4847-9934-f5d78f1c5589', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c31521e4-6298-430e-9a7a-189d36c515d4", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:56Z", "updated_at": "2025-11-24T20:51:56Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:56,609 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.374s
2025-11-24 20:51:56,610 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-57a860cf-f16f-49a4-94b0-dc58e2508d27', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "97c90864-2a37-49e6-840b-6e08782cb820", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:56Z", "updated_at": "2025-11-24T20:51:56Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:56,991 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.381s
2025-11-24 20:51:56,992 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "project_id": "ce35003811544ad18bdf64d02cc2eb54", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-22df4162-0dcc-4a66-b33f-d13285e28241', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "56cb7319-e776-4366-a299-c47ddb5fcd80", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "security_group_id": "49b42cef-b453-4135-84f2-3262083bfd88", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:56Z", "updated_at": "2025-11-24T20:51:56Z", "revision_number": 0, "project_id": "ce35003811544ad18bdf64d02cc2eb54"}}'
2025-11-24 20:51:57,324 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.329s
2025-11-24 20:51:57,325 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dc1440ba-b298-40fc-bbf0-bc47c8ba9cb6', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "64fb517376354c92912e2a71fcd12c46", "name": "tempest-TestNetworkBasicOps-248225369-project-member", "password_expires_at": null}, "audit_ids": ["MHpyBOAVTXiHnzkG-E1HDw"], "expires_at": "2025-11-24T21:51:57.000000Z", "issued_at": "2025-11-24T20:51:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce35003811544ad18bdf64d02cc2eb54", "name": "tempest-TestNetworkBasicOps-248225369"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_ce35003811544ad18bdf64d02cc2eb54", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:51:57,325 44 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_update_router_admin_state) Found network None available for tenant
2025-11-24 20:51:59,214 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.888s
2025-11-24 20:51:59,215 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1840514869", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "00ac3a77-9d7c-4818-97c6-b996b1fce035"}], "key_name": "tempest-TestNetworkBasicOps-1775521333", "security_groups": [{"name": "tempest-secgroup-smoke-1407065089"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-478c19e6-878c-4a8b-a6d1-e1aa0b337151', 'x-compute-request-id': 'req-478c19e6-878c-4a8b-a6d1-e1aa0b337151', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "d0136ace-c375-4143-bbf7-3f4b96526c3c", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1407065089"}], "adminPass": "hSCPkvWXq6Yu"}}'
2025-11-24 20:51:59,689 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c 0.471s
2025-11-24 20:51:59,689 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:59 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30d0bcd1-4661-455c-b096-8d7664cfb671', 'x-compute-request-id': 'req-30d0bcd1-4661-455c-b096-8d7664cfb671', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c'}
Body: b'{"server": {"id": "d0136ace-c375-4143-bbf7-3f4b96526c3c", "name": "tempest-TestNetworkBasicOps-server-1840514869", "status": "BUILD", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:59Z", "updated": "2025-11-24T20:51:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1775521333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:00,998 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c 0.304s
2025-11-24 20:52:00,999 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb60c887-18a4-4531-a20f-e7663435a7cb', 'x-compute-request-id': 'req-eb60c887-18a4-4531-a20f-e7663435a7cb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c'}
Body: b'{"server": {"id": "d0136ace-c375-4143-bbf7-3f4b96526c3c", "name": "tempest-TestNetworkBasicOps-server-1840514869", "status": "ERROR", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "user_id": "64fb517376354c92912e2a71fcd12c46", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:59Z", "updated": "2025-11-24T20:51:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:51:59Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1775521333", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:01,003 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:52:01,530 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c 0.527s
2025-11-24 20:52:01,530 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a007df28-3774-4fad-938d-bbbb3ac2032c', 'x-compute-request-id': 'req-a007df28-3774-4fad-938d-bbbb3ac2032c', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c'}
Body: b''
2025-11-24 20:52:01,654 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c 0.123s
2025-11-24 20:52:01,654 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-217e9196-9195-4acb-a144-1aa64ca5b1c1', 'x-compute-request-id': 'req-217e9196-9195-4acb-a144-1aa64ca5b1c1', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d0136ace-c375-4143-bbf7-3f4b96526c3c'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance d0136ace-c375-4143-bbf7-3f4b96526c3c could not be found."}}'
2025-11-24 20:52:01,925 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/49b42cef-b453-4135-84f2-3262083bfd88 0.270s
2025-11-24 20:52:01,926 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-43016b76-adb6-4b21-9f05-7070db908556', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/49b42cef-b453-4135-84f2-3262083bfd88'}
Body: b''
2025-11-24 20:52:02,093 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1775521333 0.167s
2025-11-24 20:52:02,093 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ffadecd-be56-4abf-a2f6-5d9a9b04456c', 'x-compute-request-id': 'req-1ffadecd-be56-4abf-a2f6-5d9a9b04456c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1775521333'}
Body: b''
2025-11-24 20:52:03,699 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c/remove_router_interface 1.604s
2025-11-24 20:52:03,700 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "2e6d7f39-4c40-4c4b-baa6-acfa6f475574"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c0acd332-b2e6-414d-963f-11ed24dfb8a8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c/remove_router_interface'}
Body: b'{"id": "d02e60b5-0628-437f-9631-3deb1be55b7c", "tenant_id": "ce35003811544ad18bdf64d02cc2eb54", "port_id": "e0106232-3d86-4392-b11d-c562dd4daebc", "network_id": "00ac3a77-9d7c-4818-97c6-b996b1fce035", "subnet_id": "2e6d7f39-4c40-4c4b-baa6-acfa6f475574", "subnet_ids": ["2e6d7f39-4c40-4c4b-baa6-acfa6f475574"]}'
2025-11-24 20:52:04,053 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/2e6d7f39-4c40-4c4b-baa6-acfa6f475574 0.352s
2025-11-24 20:52:04,054 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:04 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-2effa127-d08d-4348-9203-5f2d428441d5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/2e6d7f39-4c40-4c4b-baa6-acfa6f475574'}
Body: b''
2025-11-24 20:52:05,147 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c 1.093s
2025-11-24 20:52:05,148 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:05 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f0b1feb0-c2f4-4b54-8e41-7e3d6aea79e8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d02e60b5-0628-437f-9631-3deb1be55b7c'}
Body: b''
2025-11-24 20:52:06,369 44 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/00ac3a77-9d7c-4818-97c6-b996b1fce035 1.221s
2025-11-24 20:52:06,369 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:06 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c0f0fcba-7faf-45ea-ac1d-f3bce87ec8f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/00ac3a77-9d7c-4818-97c6-b996b1fce035'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 555, in test_update_router_admin_state
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d0136ace-c375-4143-bbf7-3f4b96526c3c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:51:59Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-478c19e6-878c-4a8b-a6d1-e1aa0b337151.
|
||||||
| tempest.scenario.test_network_v6.TestGettingAddress | 8 | 0 | 8 | 0 | 0 | Detail | |
test_dhcp6_stateless_from_os[compute,id-d7e1f858-187c-45a6-89c9-bdafde619a9f,network,slow] |
fail
ft52.1: tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os[compute,id-d7e1f858-187c-45a6-89c9-bdafde619a9f,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:45:52,709 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.251s
2025-11-24 20:45:52,709 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-1422622385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPsbN4jZbBkeOShSC3geYa9euiA3FtPgH/XXUZgnEQmQ60DMIHpzJVz+CP5W5KRANPyp3AHFGKA3HYQV+DvWHqy6+zBwhXZW3Px290e5wuQq7ZnKB4N8p5XBpsAkCqsJ+g=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:52 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b622b0df-e5a5-4ddd-b17d-b93731e6e348', 'x-compute-request-id': 'req-b622b0df-e5a5-4ddd-b17d-b93731e6e348', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-1422622385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPsbN4jZbBkeOShSC3geYa9euiA3FtPgH/XXUZgnEQmQ60DMIHpzJVz+CP5W5KRANPyp3AHFGKA3HYQV+DvWHqy6+zBwhXZW3Px290e5wuQq7ZnKB4N8p5XBpsAkCqsJ+g==", "fingerprint": "d2:9d:e7:37:87:37:5c:1e:1f:1e:8c:d5:ef:f7:be:c4", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:45:53,522 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.812s
2025-11-24 20:45:53,523 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-663618747", "description": "tempest-secgroup-smoke-663618747 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c6b6dc95-9288-423a-83c9-17b4c2487c17', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "34642c5e-504f-4951-82b8-1114c2a485a8", "name": "tempest-secgroup-smoke-663618747", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-663618747 description", "shared": false, "security_group_rules": [{"id": "a5b86ffa-8ba7-470d-8b18-e8023dd198db", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2503, "description": null, "tags": [], "created_at": "2025-11-24T20:45:53Z", "updated_at": "2025-11-24T20:45:53Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "d1e8a307-591d-4fcd-8e95-d2ace1c6278d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2502, "description": null, "tags": [], "created_at": "2025-11-24T20:45:53Z", "updated_at": "2025-11-24T20:45:53Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:45:53Z", "updated_at": "2025-11-24T20:45:53Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:54,310 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.787s
2025-11-24 20:45:54,311 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6472a942-99db-4683-8222-2e99247279da', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c0044016-7f74-47ce-8da3-fce2cad3f03c", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:54Z", "updated_at": "2025-11-24T20:45:54Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:54,610 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.299s
2025-11-24 20:45:54,611 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ba47ff0d-7009-4ba8-9293-6c443178ba40', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "849650dc-8820-42a5-91ff-c5336fbf41b8", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:54Z", "updated_at": "2025-11-24T20:45:54Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:55,378 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.767s
2025-11-24 20:45:55,378 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-55959c62-e0a8-4444-8361-f7997cd65d2b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b60b9469-58f4-431b-9789-0b2abce8b0f9", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:55Z", "updated_at": "2025-11-24T20:45:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:55,691 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.312s
2025-11-24 20:45:55,691 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-32d6390b-2306-4f86-a42f-2ca7ed80d149', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "82ce133d-d67f-408a-9673-0ccec333e1a4", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:55Z", "updated_at": "2025-11-24T20:45:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:55,979 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.288s
2025-11-24 20:45:55,980 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-992412f9-b397-47b4-938e-d4fed7e48712', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d77de72e-03c4-4176-a6f9-118f98736c38", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:55Z", "updated_at": "2025-11-24T20:45:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:56,339 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.359s
2025-11-24 20:45:56,340 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b34615af-73a1-4506-86e7-bc31a1a8f975', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4f048208-482a-4617-b8d6-b6d880b58660", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "34642c5e-504f-4951-82b8-1114c2a485a8", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:45:56Z", "updated_at": "2025-11-24T20:45:56Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:45:57,417 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.077s
2025-11-24 20:45:57,418 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1005902050", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-cad3cea5-747d-473a-89e9-aa6b0b1e5cf1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"6cf17c80-4fe3-4993-9598-f580837ae4ac","name":"tempest-network-smoke--1005902050","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:45:56Z","updated_at":"2025-11-24T20:45:56Z","revision_number":1}}'
2025-11-24 20:45:57,563 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.145s
2025-11-24 20:45:57,563 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-739243f0-d74d-497f-93ab-a8f0521d7cce', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:45:57,769 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.205s
2025-11-24 20:45:57,769 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-8dab48fb-f272-4a89-84da-f79f01253e66', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:45:58,022 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.252s
2025-11-24 20:45:58,023 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-4db16e1f-af3c-4033-9486-2f06d8666887', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:45:59,541 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.517s
2025-11-24 20:45:59,541 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-454760325", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:45:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-71392449-8a38-4a8e-9b0f-ac456f7a741c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"511903b6-b995-4954-bf3d-98aa8939d330","name":"tempest-sub4-454760325","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"6cf17c80-4fe3-4993-9598-f580837ae4ac","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:45:58Z","updated_at":"2025-11-24T20:45:58Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:02,109 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.567s
2025-11-24 20:46:02,109 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-1458311533", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-ed4fd589-70a4-457b-a451-5cce82aee96f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7", "name": "tempest-TestGettingAddress-router-1458311533", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.199"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:45:59Z", "updated_at": "2025-11-24T20:46:00Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:04,630 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/add_router_interface 2.520s
2025-11-24 20:46:04,631 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "511903b6-b995-4954-bf3d-98aa8939d330"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-efc48bc7-d1d3-408b-9450-986ec733d9d4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/add_router_interface'}
Body: b'{"id": "7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a3cf4cf4-59f9-4bc3-b595-a81316bb1890", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "subnet_id": "511903b6-b995-4954-bf3d-98aa8939d330", "subnet_ids": ["511903b6-b995-4954-bf3d-98aa8939d330"]}'
2025-11-24 20:46:04,749 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.116s
2025-11-24 20:46:04,749 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-f75421b2-3cce-4f64-afc1-536664d491b7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:04,965 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.216s
2025-11-24 20:46:04,972 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-b1dd1252-dfdf-4a8e-bbd7-b03fdc67757a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:46:05,053 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.079s
2025-11-24 20:46:05,053 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d4f4a292-35f6-4238-83a4-d82e060e662e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:07,242 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.188s
2025-11-24 20:46:07,242 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-1558837698", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-dca8d67e-4c83-416f-bf69-9f0dda7c2b74', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"0a116e34-8377-4b69-8aad-c1d04c242682","name":"tempest-sub6-1558837698","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"6cf17c80-4fe3-4993-9598-f580837ae4ac","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:46:05Z","updated_at":"2025-11-24T20:46:05Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:10,152 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/add_router_interface 2.909s
2025-11-24 20:46:10,152 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "0a116e34-8377-4b69-8aad-c1d04c242682"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-cda08d58-11d0-4b61-a203-7004516a9ec4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/add_router_interface'}
Body: b'{"id": "7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "59146a2d-a3ae-4e30-9b87-b379e44a0e28", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "subnet_id": "0a116e34-8377-4b69-8aad-c1d04c242682", "subnet_ids": ["0a116e34-8377-4b69-8aad-c1d04c242682"]}'
2025-11-24 20:46:10,572 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.412s
2025-11-24 20:46:10,572 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:10 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8ea76530-bf41-487f-8fdb-ab178a86c0e8', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["3YdYdCcHQr2kKJySuFqdoA"], "expires_at": "2025-11-24T21:46:10.000000Z", "issued_at": "2025-11-24T20:46:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}, {"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:46:10,573 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_dhcp6_stateless_from_os) Found network None available for tenant
2025-11-24 20:46:12,831 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.257s
2025-11-24 20:46:12,831 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-185456260", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-1422622385", "security_groups": [{"name": "tempest-secgroup-smoke-663618747"}], "networks": [{"uuid": "6cf17c80-4fe3-4993-9598-f580837ae4ac"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:10 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb55e0b0-9142-43f4-84bd-a1c741de83cc', 'x-compute-request-id': 'req-bb55e0b0-9142-43f4-84bd-a1c741de83cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "f8f7a622-5e9e-46aa-97d2-26500d6b3dd9", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-663618747"}], "adminPass": "fo5YurAizciv"}}'
2025-11-24 20:46:13,145 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 0.310s
2025-11-24 20:46:13,145 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:12 GMT', 'server': 'Apache', 'content-length': '1392', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f0b420-6646-469c-802c-60ee83ce317e', 'x-compute-request-id': 'req-c2f0b420-6646-469c-802c-60ee83ce317e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9'}
Body: b'{"server": {"id": "f8f7a622-5e9e-46aa-97d2-26500d6b3dd9", "name": "tempest-TestGettingAddress-server-185456260", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:46:12Z", "updated": "2025-11-24T20:46:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1422622385", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:46:14,596 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 0.444s
2025-11-24 20:46:14,596 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:14 GMT', 'server': 'Apache', 'content-length': '1502', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e684c7c-7f18-441c-88bc-3499cb145a25', 'x-compute-request-id': 'req-5e684c7c-7f18-441c-88bc-3499cb145a25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9'}
Body: b'{"server": {"id": "f8f7a622-5e9e-46aa-97d2-26500d6b3dd9", "name": "tempest-TestGettingAddress-server-185456260", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:46:12Z", "updated": "2025-11-24T20:46:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:46:13Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1422622385", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:46:14,599 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:46:15,362 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 0.762s
2025-11-24 20:46:15,362 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:14 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86604f09-8fae-4bca-a501-ac73e9dd0662', 'x-compute-request-id': 'req-86604f09-8fae-4bca-a501-ac73e9dd0662', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9'}
Body: b''
2025-11-24 20:46:15,462 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dhcp6_stateless_from_os): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 0.100s
2025-11-24 20:46:15,463 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:15 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e57d5ce3-eb40-4566-9822-98c6116e3780', 'x-compute-request-id': 'req-e57d5ce3-eb40-4566-9822-98c6116e3780', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8f7a622-5e9e-46aa-97d2-26500d6b3dd9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 could not be found."}}'
2025-11-24 20:46:17,201 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/remove_router_interface 1.731s
2025-11-24 20:46:17,202 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "0a116e34-8377-4b69-8aad-c1d04c242682"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-20b51ff1-89e4-4e78-bdea-3e013121d4a3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/remove_router_interface'}
Body: b'{"id": "7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "59146a2d-a3ae-4e30-9b87-b379e44a0e28", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "subnet_id": "0a116e34-8377-4b69-8aad-c1d04c242682", "subnet_ids": ["0a116e34-8377-4b69-8aad-c1d04c242682"]}'
2025-11-24 20:46:17,583 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/0a116e34-8377-4b69-8aad-c1d04c242682 0.379s
2025-11-24 20:46:17,583 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:17 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-3f8723ef-7301-4803-b5fe-d9bf59637897', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/0a116e34-8377-4b69-8aad-c1d04c242682'}
Body: b''
2025-11-24 20:46:18,826 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/remove_router_interface 1.243s
2025-11-24 20:46:18,827 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "511903b6-b995-4954-bf3d-98aa8939d330"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-10b18e02-0f45-4241-b7d6-680441ce6c26', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7/remove_router_interface'}
Body: b'{"id": "7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a3cf4cf4-59f9-4bc3-b595-a81316bb1890", "network_id": "6cf17c80-4fe3-4993-9598-f580837ae4ac", "subnet_id": "511903b6-b995-4954-bf3d-98aa8939d330", "subnet_ids": ["511903b6-b995-4954-bf3d-98aa8939d330"]}'
2025-11-24 20:46:20,565 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7 1.737s
2025-11-24 20:46:20,565 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:20 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-12af87e0-137e-4ac5-9caa-9bc759af517c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7fd62a8d-a0e0-4a87-9bb1-2be0f9b199c7'}
Body: b''
2025-11-24 20:46:20,842 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/511903b6-b995-4954-bf3d-98aa8939d330 0.276s
2025-11-24 20:46:20,842 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:20 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8f155f0d-547b-480c-811e-8f7028454285', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/511903b6-b995-4954-bf3d-98aa8939d330'}
Body: b''
2025-11-24 20:46:21,539 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/6cf17c80-4fe3-4993-9598-f580837ae4ac 0.696s
2025-11-24 20:46:21,540 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:21 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-bdb7cbd2-a454-450c-ad98-6fb097b27fdd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/6cf17c80-4fe3-4993-9598-f580837ae4ac'}
Body: b''
2025-11-24 20:46:22,056 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/34642c5e-504f-4951-82b8-1114c2a485a8 0.510s
2025-11-24 20:46:22,057 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-94560aab-b39b-4a7d-a13a-dee3d276be97', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/34642c5e-504f-4951-82b8-1114c2a485a8'}
Body: b''
2025-11-24 20:46:22,188 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1422622385 0.131s
2025-11-24 20:46:22,188 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:22 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b470d214-ef96-4125-bf40-422b226537b0', 'x-compute-request-id': 'req-b470d214-ef96-4125-bf40-422b226537b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1422622385'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 250, in test_dhcp6_stateless_from_os
self._prepare_and_test(address6_mode='dhcpv6-stateless')
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f8f7a622-5e9e-46aa-97d2-26500d6b3dd9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:46:13Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-bb55e0b0-9142-43f4-84bd-a1c741de83cc.
|
||||||
test_dualnet_dhcp6_stateless_from_os[compute,id-76f26acd-9688-42b4-bc3e-cd134c4cb09e,network,slow] |
fail
ft52.2: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os[compute,id-76f26acd-9688-42b4-bc3e-cd134c4cb09e,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:46:22,346 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.138s
2025-11-24 20:46:22,346 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-1555955685", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBxqDQrC3ycM9+FP4nojuLk9aUkjPUguv+wDhANNEpCnO5es6ASzOEYfjHbdA9QFc3oTSGsjkF0EMubQiTAx6IGS+X5WOvscn5bcrEp5kcuuVNFdrdaDtbdvpYwA+I3Rg=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:22 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70187134-bc26-4798-b09f-9faf8a186226', 'x-compute-request-id': 'req-70187134-bc26-4798-b09f-9faf8a186226', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-1555955685", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPBxqDQrC3ycM9+FP4nojuLk9aUkjPUguv+wDhANNEpCnO5es6ASzOEYfjHbdA9QFc3oTSGsjkF0EMubQiTAx6IGS+X5WOvscn5bcrEp5kcuuVNFdrdaDtbdvpYwA+I3Rg==", "fingerprint": "8b:b3:22:c4:7e:ec:79:9e:59:7d:18:70:c8:29:f0:d2", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:46:22,921 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.570s
2025-11-24 20:46:22,921 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-25283376", "description": "tempest-secgroup-smoke-25283376 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-9ed36956-7ad8-4fbf-a708-67e26a6aebfb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "name": "tempest-secgroup-smoke-25283376", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-25283376 description", "shared": false, "security_group_rules": [{"id": "279b773b-da2b-4c21-8644-892eddb7eac9", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2628, "description": null, "tags": [], "created_at": "2025-11-24T20:46:22Z", "updated_at": "2025-11-24T20:46:22Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "e4de3283-4dcc-4aba-830f-0587a87eca67", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2626, "description": null, "tags": [], "created_at": "2025-11-24T20:46:22Z", "updated_at": "2025-11-24T20:46:22Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:46:22Z", "updated_at": "2025-11-24T20:46:22Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:23,257 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.335s
2025-11-24 20:46:23,258 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4ea08a59-ebca-494e-b382-3fd0a8534aa7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6aa2335e-2505-4b32-9b91-1c0e7061b055", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:23Z", "updated_at": "2025-11-24T20:46:23Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:23,586 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.326s
2025-11-24 20:46:23,586 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-2b87c46b-6b7b-48bf-99eb-7ad941a8e497', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6b5f4080-7502-48a1-ab8c-6d90eef82b6d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:23Z", "updated_at": "2025-11-24T20:46:23Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:23,952 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.366s
2025-11-24 20:46:23,953 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4054c5f7-0545-42a2-9676-cac2b3111bd2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "799bafa8-3e3f-42a5-b6c0-e9a855eb7612", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:23Z", "updated_at": "2025-11-24T20:46:23Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:24,439 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.486s
2025-11-24 20:46:24,440 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7a0fb76c-488d-4806-b1da-c68bae88e9ba', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "54fe9b4b-3557-4e20-a4e7-1d288a23cd4a", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:24Z", "updated_at": "2025-11-24T20:46:24Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:24,766 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.326s
2025-11-24 20:46:24,766 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4c505dd9-42fb-4031-8fc3-2b0b0e081cf3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "006522b0-6227-4d06-b4a2-840cd0a383a5", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:24Z", "updated_at": "2025-11-24T20:46:24Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:25,160 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.393s
2025-11-24 20:46:25,160 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2d26c99d-e01c-4ed8-860e-b752ea4275e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f0c89d38-297d-4b26-852c-b34c7adb37ab", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "eeb02df7-cb3c-49c1-a89e-638cfa7fb15d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:46:24Z", "updated_at": "2025-11-24T20:46:24Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:26,765 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.604s
2025-11-24 20:46:26,765 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--282272116", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-87316541-bf49-4fe5-a388-34c35d8ea715', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"f3ff537d-9699-41a4-a4c7-d80f11d57d53","name":"tempest-network-smoke--282272116","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:46:26Z","updated_at":"2025-11-24T20:46:26Z","revision_number":1}}'
2025-11-24 20:46:27,671 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.904s
2025-11-24 20:46:27,671 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1633176579", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-24972750-cf6e-4c63-ba99-acf3ff9a04cf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"8d6ea311-a5e2-473c-a699-c76a56ba7bdc","name":"tempest-network-smoke--1633176579","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:46:26Z","updated_at":"2025-11-24T20:46:27Z","revision_number":1}}'
2025-11-24 20:46:27,866 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.194s
2025-11-24 20:46:27,866 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-75ebb2ff-41b2-488e-a8f9-f02a178e3f7f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:28,150 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.283s
2025-11-24 20:46:28,150 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-c6b2bfb0-0923-4fc5-8230-03d2829ec880', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:46:28,255 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.105s
2025-11-24 20:46:28,256 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7595115a-8410-4a06-bb8e-1b85587e8947', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:30,250 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.993s
2025-11-24 20:46:30,250 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-1555358001", "network_id": "f3ff537d-9699-41a4-a4c7-d80f11d57d53", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '625', 'x-openstack-request-id': 'req-b65231aa-eefd-4899-9296-a40b06246ff5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"54bf86d2-d3d6-42e8-a119-23f5d511d265","name":"tempest-sub4-1555358001","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"f3ff537d-9699-41a4-a4c7-d80f11d57d53","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:46:28Z","updated_at":"2025-11-24T20:46:28Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:34,477 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 4.226s
2025-11-24 20:46:34,480 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-1392807221", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-9bebed11-779c-408f-9fe3-521a04863746', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "7357c8e9-561e-44b5-bd7a-b9cb758c235d", "name": "tempest-TestGettingAddress-router-1392807221", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.216"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:46:30Z", "updated_at": "2025-11-24T20:46:32Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:41,105 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/add_router_interface 6.623s
2025-11-24 20:46:41,105 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "54bf86d2-d3d6-42e8-a119-23f5d511d265"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-29c0dcfb-a616-4022-b62a-e4c53897ca7a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/add_router_interface'}
Body: b'{"id": "7357c8e9-561e-44b5-bd7a-b9cb758c235d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "3778eba0-cf02-4108-ae81-ec6512b85ff8", "network_id": "f3ff537d-9699-41a4-a4c7-d80f11d57d53", "subnet_id": "54bf86d2-d3d6-42e8-a119-23f5d511d265", "subnet_ids": ["54bf86d2-d3d6-42e8-a119-23f5d511d265"]}'
2025-11-24 20:46:41,182 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.077s
2025-11-24 20:46:41,183 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-516c9015-fbc6-4262-9780-4a54431a9c40', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:41,417 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.234s
2025-11-24 20:46:41,417 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-aeb7d349-ceff-41c8-9b04-ba7e76dc6293', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:46:42,093 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.675s
2025-11-24 20:46:42,095 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-5da7d75f-e4a5-4c18-884a-3133d60d93e1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:46:43,933 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.837s
2025-11-24 20:46:43,933 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-228738761", "network_id": "8d6ea311-a5e2-473c-a699-c76a56ba7bdc", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '649', 'x-openstack-request-id': 'req-b8ac575f-245d-4c0f-af57-69d074a00121', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"ba7d02c4-6d7b-4ebe-9176-3c4019753519","name":"tempest-sub6-228738761","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"8d6ea311-a5e2-473c-a699-c76a56ba7bdc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:46:42Z","updated_at":"2025-11-24T20:46:42Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:46:48,112 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/add_router_interface 4.178s
2025-11-24 20:46:48,113 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "ba7d02c4-6d7b-4ebe-9176-3c4019753519"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-25b0f30f-da5e-49f3-95bc-f31a4c4da1f0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/add_router_interface'}
Body: b'{"id": "7357c8e9-561e-44b5-bd7a-b9cb758c235d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "f111d4cd-b2c8-4a62-85ed-360d53093550", "network_id": "8d6ea311-a5e2-473c-a699-c76a56ba7bdc", "subnet_id": "ba7d02c4-6d7b-4ebe-9176-3c4019753519", "subnet_ids": ["ba7d02c4-6d7b-4ebe-9176-3c4019753519"]}'
2025-11-24 20:46:48,477 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.359s
2025-11-24 20:46:48,478 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:48 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f34f3c8-e18a-4535-9c8c-9313f7041267', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["NvVRMfM3Qb-oiSaMKRDQHg"], "expires_at": "2025-11-24T21:46:48.000000Z", "issued_at": "2025-11-24T20:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:46:48,478 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os) Found network None available for tenant
2025-11-24 20:46:52,214 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.735s
2025-11-24 20:46:52,214 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-1876845667", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-1555955685", "security_groups": [{"name": "tempest-secgroup-smoke-25283376"}], "networks": [{"uuid": "f3ff537d-9699-41a4-a4c7-d80f11d57d53"}, {"uuid": "8d6ea311-a5e2-473c-a699-c76a56ba7bdc"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:48 GMT', 'server': 'Apache', 'content-length': '444', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4503e855-928c-429a-8a82-2516797c0925', 'x-compute-request-id': 'req-4503e855-928c-429a-8a82-2516797c0925', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "3ee4d95a-783d-4a76-ad5f-b758ba04be8c", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-25283376"}], "adminPass": "yFdog4LRVem6"}}'
2025-11-24 20:46:52,555 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c 0.339s
2025-11-24 20:46:52,555 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:52 GMT', 'server': 'Apache', 'content-length': '1393', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b199c1b-1bd5-43f5-8c74-80d3ba478fe3', 'x-compute-request-id': 'req-7b199c1b-1bd5-43f5-8c74-80d3ba478fe3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c'}
Body: b'{"server": {"id": "3ee4d95a-783d-4a76-ad5f-b758ba04be8c", "name": "tempest-TestGettingAddress-server-1876845667", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:46:52Z", "updated": "2025-11-24T20:46:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1555955685", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:46:53,790 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c 0.228s
2025-11-24 20:46:53,790 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:53 GMT', 'server': 'Apache', 'content-length': '1503', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eee2209-3659-40a7-82e3-119b9728e9ae', 'x-compute-request-id': 'req-7eee2209-3659-40a7-82e3-119b9728e9ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c'}
Body: b'{"server": {"id": "3ee4d95a-783d-4a76-ad5f-b758ba04be8c", "name": "tempest-TestGettingAddress-server-1876845667", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:46:52Z", "updated": "2025-11-24T20:46:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:46:53Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1555955685", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:46:53,795 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:46:54,418 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c 0.622s
2025-11-24 20:46:54,418 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:53 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9da361a-e1df-45ac-80e3-21b6985b27f8', 'x-compute-request-id': 'req-c9da361a-e1df-45ac-80e3-21b6985b27f8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c'}
Body: b''
2025-11-24 20:46:54,519 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_dhcp6_stateless_from_os): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c 0.099s
2025-11-24 20:46:54,519 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:54 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f657fbb-a752-4997-b594-7e8c63eee980', 'x-compute-request-id': 'req-4f657fbb-a752-4997-b594-7e8c63eee980', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3ee4d95a-783d-4a76-ad5f-b758ba04be8c'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ee4d95a-783d-4a76-ad5f-b758ba04be8c could not be found."}}'
2025-11-24 20:46:56,115 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/remove_router_interface 1.595s
2025-11-24 20:46:56,116 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "ba7d02c4-6d7b-4ebe-9176-3c4019753519"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e7a523ce-c1db-49ae-9493-0991a77a961e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/remove_router_interface'}
Body: b'{"id": "7357c8e9-561e-44b5-bd7a-b9cb758c235d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "f111d4cd-b2c8-4a62-85ed-360d53093550", "network_id": "8d6ea311-a5e2-473c-a699-c76a56ba7bdc", "subnet_id": "ba7d02c4-6d7b-4ebe-9176-3c4019753519", "subnet_ids": ["ba7d02c4-6d7b-4ebe-9176-3c4019753519"]}'
2025-11-24 20:46:56,595 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/ba7d02c4-6d7b-4ebe-9176-3c4019753519 0.479s
2025-11-24 20:46:56,596 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:56 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-aabbb02b-4e31-4fc2-ad41-fcbc5b294357', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/ba7d02c4-6d7b-4ebe-9176-3c4019753519'}
Body: b''
2025-11-24 20:46:59,524 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/remove_router_interface 2.928s
2025-11-24 20:46:59,525 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "54bf86d2-d3d6-42e8-a119-23f5d511d265"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:46:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e89f1d51-8742-4cd4-a644-a58d0fc16c14', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d/remove_router_interface'}
Body: b'{"id": "7357c8e9-561e-44b5-bd7a-b9cb758c235d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "3778eba0-cf02-4108-ae81-ec6512b85ff8", "network_id": "f3ff537d-9699-41a4-a4c7-d80f11d57d53", "subnet_id": "54bf86d2-d3d6-42e8-a119-23f5d511d265", "subnet_ids": ["54bf86d2-d3d6-42e8-a119-23f5d511d265"]}'
2025-11-24 20:47:01,247 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d 1.722s
2025-11-24 20:47:01,247 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:01 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8bcb510f-0f53-43e9-b774-756415c95af3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7357c8e9-561e-44b5-bd7a-b9cb758c235d'}
Body: b''
2025-11-24 20:47:01,676 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/54bf86d2-d3d6-42e8-a119-23f5d511d265 0.428s
2025-11-24 20:47:01,676 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:01 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-144c8e36-f6ec-4a23-b784-6b12347314ab', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/54bf86d2-d3d6-42e8-a119-23f5d511d265'}
Body: b''
2025-11-24 20:47:02,582 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/8d6ea311-a5e2-473c-a699-c76a56ba7bdc 0.905s
2025-11-24 20:47:02,583 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:02 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c0f6a9dc-209b-4537-85f3-67c50fc8ade4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/8d6ea311-a5e2-473c-a699-c76a56ba7bdc'}
Body: b''
2025-11-24 20:47:03,678 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/f3ff537d-9699-41a4-a4c7-d80f11d57d53 1.095s
2025-11-24 20:47:03,679 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:03 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b163fb55-03f6-42d9-a20b-b643a358a972', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/f3ff537d-9699-41a4-a4c7-d80f11d57d53'}
Body: b''
2025-11-24 20:47:04,161 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/eeb02df7-cb3c-49c1-a89e-638cfa7fb15d 0.482s
2025-11-24 20:47:04,161 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:04 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a6824262-b252-49f2-9ec7-a01f0087c708', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/eeb02df7-cb3c-49c1-a89e-638cfa7fb15d'}
Body: b''
2025-11-24 20:47:04,290 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1555955685 0.128s
2025-11-24 20:47:04,290 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:04 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91ead033-e715-4e1f-85c0-95be9c0cdba7', 'x-compute-request-id': 'req-91ead033-e715-4e1f-85c0-95be9c0cdba7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1555955685'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 274, in test_dualnet_dhcp6_stateless_from_os
self._prepare_and_test(address6_mode='dhcpv6-stateless', dualnet=True)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3ee4d95a-783d-4a76-ad5f-b758ba04be8c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:46:53Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-4503e855-928c-429a-8a82-2516797c0925.
|
||||||
test_dualnet_multi_prefix_dhcpv6_stateless[compute,id-cf1c4425-766b-45b8-be35-e2959728eb00,network,slow] |
fail
ft52.3: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless[compute,id-cf1c4425-766b-45b8-be35-e2959728eb00,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:47:04,430 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.121s
2025-11-24 20:47:04,431 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-1557917919", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPhv/aXtms7M6ms8nEJ5OBpZZe7kNuax1XdTWcC6c9Yz0T6QORvtQHb+RxZbmflcL846lzWvFpfyHRGkLgNOhDD9YdTKE9UL6npBTBJRIfLdF1yWoDhPNVIxRnFN/d5/ng=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:04 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f2daf9b-0f18-4d93-b7da-f101bbf890dc', 'x-compute-request-id': 'req-3f2daf9b-0f18-4d93-b7da-f101bbf890dc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-1557917919", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPhv/aXtms7M6ms8nEJ5OBpZZe7kNuax1XdTWcC6c9Yz0T6QORvtQHb+RxZbmflcL846lzWvFpfyHRGkLgNOhDD9YdTKE9UL6npBTBJRIfLdF1yWoDhPNVIxRnFN/d5/ng==", "fingerprint": "5c:42:67:6f:3a:c2:3a:ff:de:54:36:10:66:d2:56:5c", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:47:05,040 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.607s
2025-11-24 20:47:05,041 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1556176199", "description": "tempest-secgroup-smoke-1556176199 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-b33499b2-84cb-4b45-bb6a-08c3fe91a459', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "name": "tempest-secgroup-smoke-1556176199", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-1556176199 description", "shared": false, "security_group_rules": [{"id": "a2f3ad44-924d-428b-aee1-9d4f6936f8b5", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2733, "description": null, "tags": [], "created_at": "2025-11-24T20:47:04Z", "updated_at": "2025-11-24T20:47:04Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "ef20ce14-b10b-4338-83ce-3476e47d3e4c", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2734, "description": null, "tags": [], "created_at": "2025-11-24T20:47:04Z", "updated_at": "2025-11-24T20:47:04Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:47:04Z", "updated_at": "2025-11-24T20:47:04Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:05,335 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.293s
2025-11-24 20:47:05,335 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8a3bf60c-246d-4504-8b3a-f3ad2f53e31f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f1f08a36-4b72-4bc3-85f5-229e78814d1d", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:05Z", "updated_at": "2025-11-24T20:47:05Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:05,915 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.580s
2025-11-24 20:47:05,916 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-d8d6ca91-ce25-43fb-9107-3e13cc242144', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3e065b1b-d373-4d3b-9fe5-13f547c887ce", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:05Z", "updated_at": "2025-11-24T20:47:05Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:06,572 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.656s
2025-11-24 20:47:06,572 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-86bc8de7-52cd-4dad-b58e-9ae92dbc9f02', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "727422cc-e695-4616-bba7-c296cdea9910", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:06Z", "updated_at": "2025-11-24T20:47:06Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:07,492 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.919s
2025-11-24 20:47:07,493 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-538f2800-bebc-46ef-93d0-a8bb926421e3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "49e05cac-48bb-41a1-9f36-9813da5e4c5c", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:07Z", "updated_at": "2025-11-24T20:47:07Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:07,853 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.359s
2025-11-24 20:47:07,854 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-24407793-1ee2-4bc8-8038-fde63f2f8fba', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "256c04fe-07bc-45b2-b99a-8625bd49ee7b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:07Z", "updated_at": "2025-11-24T20:47:07Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:08,433 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.579s
2025-11-24 20:47:08,434 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4ecc28e6-d4c0-4ae5-9e2f-9340dad19a66', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e1c7aa7e-ac05-4ef6-a9e0-28228904a358", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "0689fc77-3ee5-4dc5-8f0d-afb4beee0601", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:08Z", "updated_at": "2025-11-24T20:47:08Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:09,442 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.007s
2025-11-24 20:47:09,442 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--722181263", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-586b2bce-eb0b-4218-b281-6160cbbf4060', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"1c142e77-9e91-42aa-baa5-c2eaaa6abe6f","name":"tempest-network-smoke--722181263","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:47:08Z","updated_at":"2025-11-24T20:47:08Z","revision_number":1}}'
2025-11-24 20:47:10,374 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.931s
2025-11-24 20:47:10,374 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1156491799", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-fa304a95-e2ec-4155-9731-79423e8ddbb8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"3e93c8e4-761e-434f-8e54-190cfee8e635","name":"tempest-network-smoke--1156491799","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:47:09Z","updated_at":"2025-11-24T20:47:09Z","revision_number":1}}'
2025-11-24 20:47:10,575 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.200s
2025-11-24 20:47:10,575 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-1b50c523-5388-4b87-98d2-51ff315470c4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:10,709 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.133s
2025-11-24 20:47:10,709 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-02c39404-73ca-45d2-b43c-6df859b540ca', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:47:10,826 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.116s
2025-11-24 20:47:10,826 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2cbbc44e-6e34-4cb4-9771-5f8ac2f8808f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:12,307 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.479s
2025-11-24 20:47:12,307 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-333984873", "network_id": "1c142e77-9e91-42aa-baa5-c2eaaa6abe6f", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-672dc8b2-f650-4a23-850f-05079f932f3e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24","name":"tempest-sub4-333984873","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"1c142e77-9e91-42aa-baa5-c2eaaa6abe6f","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:47:11Z","updated_at":"2025-11-24T20:47:11Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:15,007 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.700s
2025-11-24 20:47:15,008 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-1492380003", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-9c79e338-0b7b-4ab1-ba35-74550e1ce26a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "name": "tempest-TestGettingAddress-router-1492380003", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.200"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:47:12Z", "updated_at": "2025-11-24T20:47:13Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:17,509 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface 2.501s
2025-11-24 20:47:17,509 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-601e8df5-4921-4e62-a6da-0c1c586e0a86', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e72f216b-8324-46ad-8c2f-e78eecd8fb66", "network_id": "1c142e77-9e91-42aa-baa5-c2eaaa6abe6f", "subnet_id": "6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24", "subnet_ids": ["6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24"]}'
2025-11-24 20:47:17,885 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.375s
2025-11-24 20:47:17,885 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-4f2db0e0-14c0-48c5-b97e-b2f26e470385', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:18,031 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.145s
2025-11-24 20:47:18,032 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-c070954f-01b8-4934-97d5-53b811cda2f0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:47:18,186 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.154s
2025-11-24 20:47:18,187 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2cf8f707-e900-4528-b856-5529de67eb61', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:19,679 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.492s
2025-11-24 20:47:19,679 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-1577336112", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-ab364874-40c6-4a40-8bcd-eb55a655e1c5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"617f0229-6d41-4a7e-be67-81df13fa0f35","name":"tempest-sub6-1577336112","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3e93c8e4-761e-434f-8e54-190cfee8e635","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:47:18Z","updated_at":"2025-11-24T20:47:18Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:21,589 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface 1.909s
2025-11-24 20:47:21,589 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "617f0229-6d41-4a7e-be67-81df13fa0f35"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e80734b0-b62a-4190-8ef8-7db103e9a598', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "2f0e91cf-c707-4509-9189-94a7358a8b7a", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "subnet_id": "617f0229-6d41-4a7e-be67-81df13fa0f35", "subnet_ids": ["617f0229-6d41-4a7e-be67-81df13fa0f35"]}'
2025-11-24 20:47:21,745 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.155s
2025-11-24 20:47:21,745 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-0a336a13-3cb6-492b-9c12-70f77859e81c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[{"id":"617f0229-6d41-4a7e-be67-81df13fa0f35","name":"tempest-sub6-1577336112","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3e93c8e4-761e-434f-8e54-190cfee8e635","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:47:18Z","updated_at":"2025-11-24T20:47:18Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}]}'
2025-11-24 20:47:21,903 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.157s
2025-11-24 20:47:21,903 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-1ef044ae-03ef-47a1-93e2-caef0b8f9f64', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:47:21,992 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.088s
2025-11-24 20:47:21,992 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d42d59d4-0813-4bb1-9f8e-56b2b0e78056', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:22,108 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.115s
2025-11-24 20:47:22,108 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-6eb106f8-0d78-429c-b5f8-010fa000c997', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:22,268 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.160s
2025-11-24 20:47:22,269 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-eb523a23-d076-4dec-8282-49a1ffc856f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:47:22,378 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.109s
2025-11-24 20:47:22,378 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-0893c734-3d50-4f9c-9c64-11f4caf5b954', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:47:31,264 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 8.885s
2025-11-24 20:47:31,265 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-1731904221", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8:0:1::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '665', 'x-openstack-request-id': 'req-77b90657-8c5d-4b1c-b483-828c9dee0108', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"3f17e239-ca38-4131-8bb3-8d0f79c4f011","name":"tempest-sub6-1731904221","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3e93c8e4-761e-434f-8e54-190cfee8e635","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:47:23Z","updated_at":"2025-11-24T20:47:23Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:36,931 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface 5.665s
2025-11-24 20:47:36,934 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3f17e239-ca38-4131-8bb3-8d0f79c4f011"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9b915dda-42f6-4c2f-9786-f45fa8ac2ed7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/add_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "2f0e91cf-c707-4509-9189-94a7358a8b7a", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "subnet_id": "3f17e239-ca38-4131-8bb3-8d0f79c4f011", "subnet_ids": ["3f17e239-ca38-4131-8bb3-8d0f79c4f011"]}'
2025-11-24 20:47:37,321 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.379s
2025-11-24 20:47:37,322 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:36 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2aeb2d1e-c531-48f4-be27-fe3c3fb96dfb', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["WVJpoFBiTP2Nqd4Z1T9q8g"], "expires_at": "2025-11-24T21:47:37.000000Z", "issued_at": "2025-11-24T20:47:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:47:37,323 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless) Found network None available for tenant
2025-11-24 20:47:41,334 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.009s
2025-11-24 20:47:41,335 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-1441230972", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-1557917919", "security_groups": [{"name": "tempest-secgroup-smoke-1556176199"}], "networks": [{"uuid": "1c142e77-9e91-42aa-baa5-c2eaaa6abe6f"}, {"uuid": "3e93c8e4-761e-434f-8e54-190cfee8e635"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:37 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc3aa141-ff6f-44a8-a085-0995462617e8', 'x-compute-request-id': 'req-dc3aa141-ff6f-44a8-a085-0995462617e8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "c8c25968-7c76-467d-aa10-d4f9d02d3af6", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1556176199"}], "adminPass": "Xn56XTQDxnY9"}}'
2025-11-24 20:47:41,691 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6 0.352s
2025-11-24 20:47:41,692 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:41 GMT', 'server': 'Apache', 'content-length': '1393', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e741d2f4-82ff-48ec-a4fa-6db80812c15b', 'x-compute-request-id': 'req-e741d2f4-82ff-48ec-a4fa-6db80812c15b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6'}
Body: b'{"server": {"id": "c8c25968-7c76-467d-aa10-d4f9d02d3af6", "name": "tempest-TestGettingAddress-server-1441230972", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:47:41Z", "updated": "2025-11-24T20:47:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1557917919", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:47:43,068 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6 0.368s
2025-11-24 20:47:43,068 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:42 GMT', 'server': 'Apache', 'content-length': '1503', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4a52936-fc8a-40b1-9d45-0958a4367637', 'x-compute-request-id': 'req-a4a52936-fc8a-40b1-9d45-0958a4367637', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6'}
Body: b'{"server": {"id": "c8c25968-7c76-467d-aa10-d4f9d02d3af6", "name": "tempest-TestGettingAddress-server-1441230972", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:47:41Z", "updated": "2025-11-24T20:47:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:47:42Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1557917919", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:47:43,079 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:47:43,857 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6 0.777s
2025-11-24 20:47:43,857 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:43 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-232da29f-9072-403e-92a6-2fe4dbedc4cc', 'x-compute-request-id': 'req-232da29f-9072-403e-92a6-2fe4dbedc4cc', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6'}
Body: b''
2025-11-24 20:47:43,962 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_dhcpv6_stateless): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6 0.104s
2025-11-24 20:47:43,963 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:43 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-376efb74-86a9-449b-9de1-430f3c1f03e0', 'x-compute-request-id': 'req-376efb74-86a9-449b-9de1-430f3c1f03e0', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c8c25968-7c76-467d-aa10-d4f9d02d3af6'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c8c25968-7c76-467d-aa10-d4f9d02d3af6 could not be found."}}'
2025-11-24 20:47:47,198 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface 3.234s
2025-11-24 20:47:47,198 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3f17e239-ca38-4131-8bb3-8d0f79c4f011"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7f86a4af-c854-4f15-b64c-939e951bde15', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "2f0e91cf-c707-4509-9189-94a7358a8b7a", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "subnet_id": "3f17e239-ca38-4131-8bb3-8d0f79c4f011", "subnet_ids": ["3f17e239-ca38-4131-8bb3-8d0f79c4f011"]}'
2025-11-24 20:47:48,444 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3f17e239-ca38-4131-8bb3-8d0f79c4f011 1.245s
2025-11-24 20:47:48,444 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:48 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-041cce8c-7857-4299-ba90-5d7c58afe37f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3f17e239-ca38-4131-8bb3-8d0f79c4f011'}
Body: b''
2025-11-24 20:47:50,238 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface 1.793s
2025-11-24 20:47:50,238 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "617f0229-6d41-4a7e-be67-81df13fa0f35"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-bc60ef25-75e2-4cb9-9801-5ca9411a9350', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "2f0e91cf-c707-4509-9189-94a7358a8b7a", "network_id": "3e93c8e4-761e-434f-8e54-190cfee8e635", "subnet_id": "617f0229-6d41-4a7e-be67-81df13fa0f35", "subnet_ids": ["617f0229-6d41-4a7e-be67-81df13fa0f35"]}'
2025-11-24 20:47:50,521 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/617f0229-6d41-4a7e-be67-81df13fa0f35 0.283s
2025-11-24 20:47:50,522 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:50 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e950c870-da4b-47e3-aa34-9537667d1330', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/617f0229-6d41-4a7e-be67-81df13fa0f35'}
Body: b''
2025-11-24 20:47:51,622 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface 1.100s
2025-11-24 20:47:51,623 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-63b70876-7744-4557-aa67-279ab9489b10', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f/remove_router_interface'}
Body: b'{"id": "dd6eff65-64be-4126-a27a-39bbca6d065f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e72f216b-8324-46ad-8c2f-e78eecd8fb66", "network_id": "1c142e77-9e91-42aa-baa5-c2eaaa6abe6f", "subnet_id": "6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24", "subnet_ids": ["6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24"]}'
2025-11-24 20:47:52,388 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f 0.764s
2025-11-24 20:47:52,388 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9a8de3d5-6754-47c7-ad8f-1168e95add50', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/dd6eff65-64be-4126-a27a-39bbca6d065f'}
Body: b''
2025-11-24 20:47:52,818 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24 0.429s
2025-11-24 20:47:52,818 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ee0580f6-9435-49ef-be85-f779c62e249e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6ba92ea0-ff98-4b2a-ad8f-aa9596d2cf24'}
Body: b''
2025-11-24 20:47:53,691 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3e93c8e4-761e-434f-8e54-190cfee8e635 0.872s
2025-11-24 20:47:53,691 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:53 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9f189eda-984e-4df6-93a7-bad9b7e399a7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3e93c8e4-761e-434f-8e54-190cfee8e635'}
Body: b''
2025-11-24 20:47:54,195 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/1c142e77-9e91-42aa-baa5-c2eaaa6abe6f 0.503s
2025-11-24 20:47:54,195 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:54 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-109d977c-21a1-4c0a-98f7-73ad3b176966', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/1c142e77-9e91-42aa-baa5-c2eaaa6abe6f'}
Body: b''
2025-11-24 20:47:55,137 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0689fc77-3ee5-4dc5-8f0d-afb4beee0601 0.941s
2025-11-24 20:47:55,137 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:55 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-44450e75-393b-4920-9420-06d612654a38', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/0689fc77-3ee5-4dc5-8f0d-afb4beee0601'}
Body: b''
2025-11-24 20:47:55,318 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1557917919 0.180s
2025-11-24 20:47:55,319 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:55 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-970254d9-46c6-40f5-9ea0-0a9f9f88aa99', 'x-compute-request-id': 'req-970254d9-46c6-40f5-9ea0-0a9f9f88aa99', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1557917919'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 280, in test_dualnet_multi_prefix_dhcpv6_stateless
self._prepare_and_test(address6_mode='dhcpv6-stateless', n_subnets6=2,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c8c25968-7c76-467d-aa10-d4f9d02d3af6 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:47:42Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-dc3aa141-ff6f-44a8-a085-0995462617e8.
|
||||||
test_dualnet_multi_prefix_slaac[compute,id-9178ad42-10e4-47e9-8987-e02b170cc5cd,network,slow] |
fail
ft52.4: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac[compute,id-9178ad42-10e4-47e9-8987-e02b170cc5cd,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:47:55,436 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.110s
2025-11-24 20:47:55,436 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-1863080554", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNIUYK3SVwsjmk9Op089dLwBZKkZ1oj9LnJidzt9m/85GPpIxm676ipCU2QKDYaxqqWSIdIXa4mrW2Kiv6RfvHc0fQWvWQ5CcEjd5FiV5JNKrtqMsD05fBFPVPYBBQJjTA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:55 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa0a9233-3da5-4392-95e6-e074d86b25d3', 'x-compute-request-id': 'req-aa0a9233-3da5-4392-95e6-e074d86b25d3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-1863080554", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNIUYK3SVwsjmk9Op089dLwBZKkZ1oj9LnJidzt9m/85GPpIxm676ipCU2QKDYaxqqWSIdIXa4mrW2Kiv6RfvHc0fQWvWQ5CcEjd5FiV5JNKrtqMsD05fBFPVPYBBQJjTA==", "fingerprint": "f6:5d:82:9c:f3:cf:f0:43:74:15:57:e1:b5:61:85:ba", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:47:55,865 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.427s
2025-11-24 20:47:55,865 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1202428198", "description": "tempest-secgroup-smoke-1202428198 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-53e2abc6-166e-4398-855d-502e0ea89b16', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "name": "tempest-secgroup-smoke-1202428198", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-1202428198 description", "shared": false, "security_group_rules": [{"id": "661ae83a-5521-43c2-a346-5cc27de6c709", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2922, "description": null, "tags": [], "created_at": "2025-11-24T20:47:55Z", "updated_at": "2025-11-24T20:47:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "f8309cb5-6154-4044-a8b0-f2284596377e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2921, "description": null, "tags": [], "created_at": "2025-11-24T20:47:55Z", "updated_at": "2025-11-24T20:47:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:47:55Z", "updated_at": "2025-11-24T20:47:55Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:56,379 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.513s
2025-11-24 20:47:56,379 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-870663f8-588f-451d-a99d-821079fbf73c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "35421737-4a34-4d3f-bde0-9153abf392b2", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:56Z", "updated_at": "2025-11-24T20:47:56Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:57,052 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.673s
2025-11-24 20:47:57,053 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-eab21b7f-afb3-4b9d-92fe-9c33064a97de', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6d0ec2a5-0d4f-412c-870b-f7371bac45b1", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:56Z", "updated_at": "2025-11-24T20:47:56Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:57,526 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.472s
2025-11-24 20:47:57,526 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-20edaaee-c37a-43fa-a1cd-48d0c64105ac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d8b95928-26de-4a18-a651-e54d6cac4da1", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:57Z", "updated_at": "2025-11-24T20:47:57Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:58,036 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.509s
2025-11-24 20:47:58,036 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-84162166-42f1-4f8e-b3ae-2e8e8bd20089', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d151f229-4db2-4947-b42a-40a484d7e02e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:57Z", "updated_at": "2025-11-24T20:47:57Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:58,381 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.345s
2025-11-24 20:47:58,382 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-7cb92dea-d811-4b17-a206-460b84231721', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7c45e73a-89db-48e0-9eb2-6c38f78c43ae", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:58Z", "updated_at": "2025-11-24T20:47:58Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:47:59,163 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.780s
2025-11-24 20:47:59,164 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:47:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-0a628ca8-3dc1-47bd-acad-cfe042e148ff', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "90152aba-c796-489d-a24d-b98b5d04c8b8", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "3d0c03dc-7377-4a54-821d-acb9948c0461", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:47:58Z", "updated_at": "2025-11-24T20:47:58Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:00,183 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.018s
2025-11-24 20:48:00,183 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1036666221", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-7146d23d-d26d-4219-b3d8-24b38d76ae96', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"4ca799ea-5c65-4a41-8226-ea58de138abc","name":"tempest-network-smoke--1036666221","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:47:59Z","updated_at":"2025-11-24T20:47:59Z","revision_number":1}}'
2025-11-24 20:48:01,644 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.460s
2025-11-24 20:48:01,644 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--577412213", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-97df0eca-1df7-4aa0-973e-ff9de5448a69', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","name":"tempest-network-smoke--577412213","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:48:00Z","updated_at":"2025-11-24T20:48:00Z","revision_number":1}}'
2025-11-24 20:48:01,786 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.141s
2025-11-24 20:48:01,786 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-3a26fc71-24a3-4068-8020-f9675c29f757', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:01,983 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.196s
2025-11-24 20:48:01,983 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-70ba6f3b-2a67-4edc-94f0-3ef38a7ccaa5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:02,084 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.100s
2025-11-24 20:48:02,085 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ed619224-f0f0-45a5-addc-b4d4b85c56bb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:04,396 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.310s
2025-11-24 20:48:04,397 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-22338321", "network_id": "4ca799ea-5c65-4a41-8226-ea58de138abc", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '623', 'x-openstack-request-id': 'req-143bdd85-ad95-4dbe-bbb0-30915067a87d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"7fceb4a3-62a0-4520-888c-b93bc5791243","name":"tempest-sub4-22338321","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"4ca799ea-5c65-4a41-8226-ea58de138abc","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:48:02Z","updated_at":"2025-11-24T20:48:02Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:08,517 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 4.119s
2025-11-24 20:48:08,518 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-1137371457", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-aa2fef00-0adc-4999-a1b7-5b66ebcdefe1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "name": "tempest-TestGettingAddress-router-1137371457", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.250"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:48:04Z", "updated_at": "2025-11-24T20:48:07Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:14,203 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface 5.684s
2025-11-24 20:48:14,203 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "7fceb4a3-62a0-4520-888c-b93bc5791243"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-95fe49c7-6028-4959-8299-afa73453b1c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "07646e37-0051-4b51-8ffe-a2c85cfdfe1c", "network_id": "4ca799ea-5c65-4a41-8226-ea58de138abc", "subnet_id": "7fceb4a3-62a0-4520-888c-b93bc5791243", "subnet_ids": ["7fceb4a3-62a0-4520-888c-b93bc5791243"]}'
2025-11-24 20:48:14,320 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.116s
2025-11-24 20:48:14,320 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-5fa3a067-6335-4a80-90f3-40219a482f32', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:14,995 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.674s
2025-11-24 20:48:14,995 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-0a956410-7ac7-4a1c-8350-efbaa5be8eb5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:15,118 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.122s
2025-11-24 20:48:15,118 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7c8f4480-c72a-452c-8249-d4e0b6865aac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:20,800 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 5.682s
2025-11-24 20:48:20,801 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-2009872633", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:20 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-071fa35a-ee75-4c48-a4b0-aa6d21b2c97b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"d73588b3-f28d-492b-8df3-3d52d0d8ca2e","name":"tempest-sub6-2009872633","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:48:15Z","updated_at":"2025-11-24T20:48:15Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:25,145 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface 4.341s
2025-11-24 20:48:25,145 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "d73588b3-f28d-492b-8df3-3d52d0d8ca2e"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-efdae246-f8c6-4f60-ab03-296e094a9450', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "bc298ecd-e98f-4a9f-8052-a1a59ca48fce", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "subnet_id": "d73588b3-f28d-492b-8df3-3d52d0d8ca2e", "subnet_ids": ["d73588b3-f28d-492b-8df3-3d52d0d8ca2e"]}'
2025-11-24 20:48:25,409 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.264s
2025-11-24 20:48:25,409 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-009c8c36-f40d-49a6-99c2-70f0286b1831', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[{"id":"d73588b3-f28d-492b-8df3-3d52d0d8ca2e","name":"tempest-sub6-2009872633","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:48:15Z","updated_at":"2025-11-24T20:48:15Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}]}'
2025-11-24 20:48:25,598 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.188s
2025-11-24 20:48:25,599 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-a56e69d7-92a3-414a-8728-4f87ea75bf05', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:25,705 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.106s
2025-11-24 20:48:25,705 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-48d21491-609e-4086-bc22-99809606ca92', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:25,918 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.212s
2025-11-24 20:48:25,918 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-4535b288-deb4-424d-92f3-5df3e6c0221e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:26,115 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.196s
2025-11-24 20:48:26,115 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-dbe96344-72eb-4721-82ff-bea1ad33ce56', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:48:26,182 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.066s
2025-11-24 20:48:26,182 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-cdd4b898-762d-4f2a-b0f7-0897e481acdb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:48:27,615 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.432s
2025-11-24 20:48:27,615 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-267156480", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8:0:1::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '664', 'x-openstack-request-id': 'req-4136fa7b-e38b-4d27-b0d7-30c8b2750202', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"e322ab6c-9316-435b-ab5f-1e7df8695756","name":"tempest-sub6-267156480","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"3535cbbc-fb1c-40c7-9883-72b8639130dc","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:48:26Z","updated_at":"2025-11-24T20:48:26Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:31,216 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface 3.600s
2025-11-24 20:48:31,216 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "e322ab6c-9316-435b-ab5f-1e7df8695756"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-8c24a4cc-6913-4dcb-9d22-683a44aef01b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/add_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "bc298ecd-e98f-4a9f-8052-a1a59ca48fce", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "subnet_id": "e322ab6c-9316-435b-ab5f-1e7df8695756", "subnet_ids": ["e322ab6c-9316-435b-ab5f-1e7df8695756"]}'
2025-11-24 20:48:31,624 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.399s
2025-11-24 20:48:31,624 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ac5a8bf3-1a12-4ef8-91f2-749d845e14fb', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["aLva06o_QjeZNmLVypCUjQ"], "expires_at": "2025-11-24T21:48:31.000000Z", "issued_at": "2025-11-24T20:48:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:48:31,625 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_dualnet_multi_prefix_slaac) Found network None available for tenant
2025-11-24 20:48:34,330 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.705s
2025-11-24 20:48:34,331 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-4054594", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-1863080554", "security_groups": [{"name": "tempest-secgroup-smoke-1202428198"}], "networks": [{"uuid": "4ca799ea-5c65-4a41-8226-ea58de138abc"}, {"uuid": "3535cbbc-fb1c-40c7-9883-72b8639130dc"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:31 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da5b356-c260-4d09-b097-c2a5020173fb', 'x-compute-request-id': 'req-7da5b356-c260-4d09-b097-c2a5020173fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "ccd69983-3671-469a-994f-dc74d15a14d4", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1202428198"}], "adminPass": "ZugUbtpYV3nA"}}'
2025-11-24 20:48:34,629 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4 0.296s
2025-11-24 20:48:34,629 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:34 GMT', 'server': 'Apache', 'content-length': '1390', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec73d10-8b05-49c3-ba45-8cfd5057ddfb', 'x-compute-request-id': 'req-1ec73d10-8b05-49c3-ba45-8cfd5057ddfb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4'}
Body: b'{"server": {"id": "ccd69983-3671-469a-994f-dc74d15a14d4", "name": "tempest-TestGettingAddress-server-4054594", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:34Z", "updated": "2025-11-24T20:48:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1863080554", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:36,297 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4 0.658s
2025-11-24 20:48:36,297 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:35 GMT', 'server': 'Apache', 'content-length': '1500', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acce8aae-1dc6-4696-8514-0a644afbfe78', 'x-compute-request-id': 'req-acce8aae-1dc6-4696-8514-0a644afbfe78', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4'}
Body: b'{"server": {"id": "ccd69983-3671-469a-994f-dc74d15a14d4", "name": "tempest-TestGettingAddress-server-4054594", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:48:34Z", "updated": "2025-11-24T20:48:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/ccd69983-3671-469a-994f-dc74d15a14d4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:48:35Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-1863080554", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:48:36,305 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:48:37,676 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4 1.369s
2025-11-24 20:48:37,676 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:36 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b35e6f4-502f-4d61-a2e0-523efc1b7e14', 'x-compute-request-id': 'req-6b35e6f4-502f-4d61-a2e0-523efc1b7e14', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4'}
Body: b''
2025-11-24 20:48:37,772 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_multi_prefix_slaac): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4 0.095s
2025-11-24 20:48:37,772 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:37 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-782ef4e0-f30b-4681-8fce-f26c1fffd041', 'x-compute-request-id': 'req-782ef4e0-f30b-4681-8fce-f26c1fffd041', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/ccd69983-3671-469a-994f-dc74d15a14d4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ccd69983-3671-469a-994f-dc74d15a14d4 could not be found."}}'
2025-11-24 20:48:42,890 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface 5.116s
2025-11-24 20:48:42,890 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "e322ab6c-9316-435b-ab5f-1e7df8695756"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-10c3ac86-6312-4f13-a718-881ad16ccd14', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "bc298ecd-e98f-4a9f-8052-a1a59ca48fce", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "subnet_id": "e322ab6c-9316-435b-ab5f-1e7df8695756", "subnet_ids": ["e322ab6c-9316-435b-ab5f-1e7df8695756"]}'
2025-11-24 20:48:43,830 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/e322ab6c-9316-435b-ab5f-1e7df8695756 0.939s
2025-11-24 20:48:43,831 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:43 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8f7bf40b-3941-4140-a668-50890717ecdd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/e322ab6c-9316-435b-ab5f-1e7df8695756'}
Body: b''
2025-11-24 20:48:45,391 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface 1.559s
2025-11-24 20:48:45,392 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "d73588b3-f28d-492b-8df3-3d52d0d8ca2e"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c15288e0-63b1-40db-bc6b-9b62d6014340', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "bc298ecd-e98f-4a9f-8052-a1a59ca48fce", "network_id": "3535cbbc-fb1c-40c7-9883-72b8639130dc", "subnet_id": "d73588b3-f28d-492b-8df3-3d52d0d8ca2e", "subnet_ids": ["d73588b3-f28d-492b-8df3-3d52d0d8ca2e"]}'
2025-11-24 20:48:45,901 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/d73588b3-f28d-492b-8df3-3d52d0d8ca2e 0.509s
2025-11-24 20:48:45,901 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:45 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a090e181-ea7a-41f6-bcb0-025848603ded', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/d73588b3-f28d-492b-8df3-3d52d0d8ca2e'}
Body: b''
2025-11-24 20:48:47,361 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface 1.459s
2025-11-24 20:48:47,362 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "7fceb4a3-62a0-4520-888c-b93bc5791243"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-c332941f-7268-449a-9837-faee570ba54d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e/remove_router_interface'}
Body: b'{"id": "6e477dce-bce0-49f2-b2d7-7a6d1b9a626e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "07646e37-0051-4b51-8ffe-a2c85cfdfe1c", "network_id": "4ca799ea-5c65-4a41-8226-ea58de138abc", "subnet_id": "7fceb4a3-62a0-4520-888c-b93bc5791243", "subnet_ids": ["7fceb4a3-62a0-4520-888c-b93bc5791243"]}'
2025-11-24 20:48:49,390 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e 2.028s
2025-11-24 20:48:49,390 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:49 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d045533b-b80e-413e-8661-da5e57a579c0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/6e477dce-bce0-49f2-b2d7-7a6d1b9a626e'}
Body: b''
2025-11-24 20:48:50,499 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/7fceb4a3-62a0-4520-888c-b93bc5791243 1.108s
2025-11-24 20:48:50,499 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:50 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7901cca1-8c46-4021-acf2-1690ef1ad29c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/7fceb4a3-62a0-4520-888c-b93bc5791243'}
Body: b''
2025-11-24 20:48:51,606 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3535cbbc-fb1c-40c7-9883-72b8639130dc 1.106s
2025-11-24 20:48:51,606 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:51 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-dcb81f5d-44c9-4835-8c9e-72a8c268cb70', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/3535cbbc-fb1c-40c7-9883-72b8639130dc'}
Body: b''
2025-11-24 20:48:52,446 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/4ca799ea-5c65-4a41-8226-ea58de138abc 0.839s
2025-11-24 20:48:52,446 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ecd978ea-09fc-4646-9739-419c908da152', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/4ca799ea-5c65-4a41-8226-ea58de138abc'}
Body: b''
2025-11-24 20:48:54,576 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/3d0c03dc-7377-4a54-821d-acb9948c0461 2.130s
2025-11-24 20:48:54,576 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:54 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e94a8569-c5a5-426a-8c25-9a66b1c6badf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/3d0c03dc-7377-4a54-821d-acb9948c0461'}
Body: b''
2025-11-24 20:48:54,704 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1863080554 0.127s
2025-11-24 20:48:54,704 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:54 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e066182-7a1a-46ca-8500-2ebb32863bb4', 'x-compute-request-id': 'req-3e066182-7a1a-46ca-8500-2ebb32863bb4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-1863080554'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 287, in test_dualnet_multi_prefix_slaac
self._prepare_and_test(address6_mode='slaac', n_subnets6=2,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ccd69983-3671-469a-994f-dc74d15a14d4 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:48:35Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7da5b356-c260-4d09-b097-c2a5020173fb.
|
||||||
test_dualnet_slaac_from_os[compute,id-b6399d76-4438-4658-bcf5-0d6c8584fde2,network,slow] |
fail
ft52.5: tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os[compute,id-b6399d76-4438-4658-bcf5-0d6c8584fde2,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:48:54,823 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.110s
2025-11-24 20:48:54,823 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-721009001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOWU0bkukjyYIoFR1ToV8oDCrUQmuhsd7FOTDWRmSjeFA5SRLkUQPFGPmYnv6CxqAFq22HFTzwb16EB5kiRTzWrE+3Sz92swuWgTEBA+IbNzCOPPuZEvuSesPe4SKGz8fQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:54 GMT', 'server': 'Apache', 'content-length': '396', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee81800d-388f-49fd-b398-a25c9cba2add', 'x-compute-request-id': 'req-ee81800d-388f-49fd-b398-a25c9cba2add', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-721009001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOWU0bkukjyYIoFR1ToV8oDCrUQmuhsd7FOTDWRmSjeFA5SRLkUQPFGPmYnv6CxqAFq22HFTzwb16EB5kiRTzWrE+3Sz92swuWgTEBA+IbNzCOPPuZEvuSesPe4SKGz8fQ==", "fingerprint": "2e:eb:62:91:fc:cb:4a:fe:ff:36:cc:4c:75:51:18:7b", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:48:55,890 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.065s
2025-11-24 20:48:55,891 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-263913323", "description": "tempest-secgroup-smoke-263913323 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6f091629-9dac-460a-b72b-eebc3cce49b4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "dfe29da7-256c-445e-b90b-0243e141a121", "name": "tempest-secgroup-smoke-263913323", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-263913323 description", "shared": false, "security_group_rules": [{"id": "9186657a-5fdc-4d45-9f28-dc96191313ff", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3031, "description": null, "tags": [], "created_at": "2025-11-24T20:48:55Z", "updated_at": "2025-11-24T20:48:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "aad8c76a-d362-44bd-ac72-d7e87686a9c0", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3029, "description": null, "tags": [], "created_at": "2025-11-24T20:48:55Z", "updated_at": "2025-11-24T20:48:55Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:48:55Z", "updated_at": "2025-11-24T20:48:55Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:56,455 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.563s
2025-11-24 20:48:56,456 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0c802443-e84e-43d4-8665-4d52c3316fe9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "47c76c4b-b0d9-4960-88c7-b98407fcef4a", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:56Z", "updated_at": "2025-11-24T20:48:56Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:57,099 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.642s
2025-11-24 20:48:57,100 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-2374d994-405b-4975-bb21-c1ad4e0fa70b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fb5ae22d-ca39-4161-a0a3-400252cc5773", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:56Z", "updated_at": "2025-11-24T20:48:56Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:58,232 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.131s
2025-11-24 20:48:58,232 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-22a9fcb0-5c0d-422b-93f3-b12d9d631e54', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1dc611a1-4503-4f40-b22c-b89c9a2407ca", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:57Z", "updated_at": "2025-11-24T20:48:57Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:58,828 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.595s
2025-11-24 20:48:58,828 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-fffca6b7-7345-4c12-87e2-8988464ba5a9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "22bc24af-3685-4840-a958-7b9418f95bdd", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:58Z", "updated_at": "2025-11-24T20:48:58Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:59,517 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.688s
2025-11-24 20:48:59,517 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-50067527-8dbc-47a0-ba56-feaa5669cb91', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a46adca2-59f5-46c9-bcf8-0a053d343b93", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:59Z", "updated_at": "2025-11-24T20:48:59Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:48:59,985 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.468s
2025-11-24 20:48:59,986 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:48:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-748eb74b-4e03-4b31-8aff-31c47e9a4198', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "86d887bd-5406-48e8-81fc-79933c62d5a4", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dfe29da7-256c-445e-b90b-0243e141a121", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:48:59Z", "updated_at": "2025-11-24T20:48:59Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:01,278 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.290s
2025-11-24 20:49:01,279 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1216572098", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-8200ccfe-72f6-4992-a543-360c6d6caa15', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"222e5e06-4408-495d-a1b3-e6d1ca935cae","name":"tempest-network-smoke--1216572098","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:00Z","updated_at":"2025-11-24T20:49:00Z","revision_number":1}}'
2025-11-24 20:49:02,511 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.232s
2025-11-24 20:49:02,512 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--651795469", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-795010d7-93fd-4546-9463-4aec4c63257f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"e6667247-829c-4456-9155-78c859093ff9","name":"tempest-network-smoke--651795469","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:01Z","updated_at":"2025-11-24T20:49:01Z","revision_number":1}}'
2025-11-24 20:49:02,679 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.166s
2025-11-24 20:49:02,680 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-10ba5c68-df92-4e33-805f-6effc8dd3001', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:02,899 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.218s
2025-11-24 20:49:02,899 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-0c9acbda-1f81-4711-991a-04651d02ff16', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:02,997 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.097s
2025-11-24 20:49:02,998 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c7890f21-fc23-430c-811e-e529ca1e2486', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:04,138 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.139s
2025-11-24 20:49:04,139 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-742272327", "network_id": "222e5e06-4408-495d-a1b3-e6d1ca935cae", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-89a1e979-eb6d-4317-a4ad-efeae6c6e30b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"3cb981ff-cc7b-4c4f-b687-0a4f084b3730","name":"tempest-sub4-742272327","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"222e5e06-4408-495d-a1b3-e6d1ca935cae","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:03Z","updated_at":"2025-11-24T20:49:03Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:07,879 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.739s
2025-11-24 20:49:07,879 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-255933791", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '670', 'x-openstack-request-id': 'req-7311199d-8e75-49ab-9924-edbf7a947268', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "name": "tempest-TestGettingAddress-router-255933791", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.221"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:04Z", "updated_at": "2025-11-24T20:49:05Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:09,794 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/add_router_interface 1.914s
2025-11-24 20:49:09,794 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3cb981ff-cc7b-4c4f-b687-0a4f084b3730"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-afb915fa-e649-4f3b-bcb5-6d537d8b4705', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/add_router_interface'}
Body: b'{"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e02af7a4-77e3-4800-89a3-1ad9474d315e", "network_id": "222e5e06-4408-495d-a1b3-e6d1ca935cae", "subnet_id": "3cb981ff-cc7b-4c4f-b687-0a4f084b3730", "subnet_ids": ["3cb981ff-cc7b-4c4f-b687-0a4f084b3730"]}'
2025-11-24 20:49:09,944 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.149s
2025-11-24 20:49:09,944 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d81da222-e132-4feb-a8f6-2ad23d4da927', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:10,147 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.201s
2025-11-24 20:49:10,147 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-0675918c-8808-4715-9508-fb33cc65edfc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:10,293 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.144s
2025-11-24 20:49:10,293 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-084113da-ec54-47cc-8ad6-767a90e7e08d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:11,357 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.063s
2025-11-24 20:49:11,357 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-759657083", "network_id": "e6667247-829c-4456-9155-78c859093ff9", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '649', 'x-openstack-request-id': 'req-74edc336-e7b2-49a0-b134-ab459a8c58a7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"1dc5ed7f-2fdd-44ec-8441-f85dce101d07","name":"tempest-sub6-759657083","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"e6667247-829c-4456-9155-78c859093ff9","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:10Z","updated_at":"2025-11-24T20:49:10Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:14,854 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/add_router_interface 3.491s
2025-11-24 20:49:14,855 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1dc5ed7f-2fdd-44ec-8441-f85dce101d07"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-db2dea00-94cc-42d0-98ce-a2389aa09a57', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/add_router_interface'}
Body: b'{"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "edb1d955-928f-47a4-9a2d-40bbe5803f61", "network_id": "e6667247-829c-4456-9155-78c859093ff9", "subnet_id": "1dc5ed7f-2fdd-44ec-8441-f85dce101d07", "subnet_ids": ["1dc5ed7f-2fdd-44ec-8441-f85dce101d07"]}'
2025-11-24 20:49:15,201 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.342s
2025-11-24 20:49:15,201 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:14 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7a72a73b-72ab-4733-9d9d-8ae289f4ea4d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["BW5DiID2Tnqk8lalWH-6bw"], "expires_at": "2025-11-24T21:49:15.000000Z", "issued_at": "2025-11-24T20:49:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:49:15,202 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_dualnet_slaac_from_os) Found network None available for tenant
2025-11-24 20:49:17,703 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.500s
2025-11-24 20:49:17,703 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-1348021085", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-721009001", "security_groups": [{"name": "tempest-secgroup-smoke-263913323"}], "networks": [{"uuid": "222e5e06-4408-495d-a1b3-e6d1ca935cae"}, {"uuid": "e6667247-829c-4456-9155-78c859093ff9"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:15 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e830d8c-bb39-4906-bf68-58addac8df44', 'x-compute-request-id': 'req-5e830d8c-bb39-4906-bf68-58addac8df44', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-263913323"}], "adminPass": "ZVc64uLYHwhz"}}'
2025-11-24 20:49:18,054 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd 0.350s
2025-11-24 20:49:18,055 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:17 GMT', 'server': 'Apache', 'content-length': '1392', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbaec6f1-ad00-42a0-a244-7a085c49c0c0', 'x-compute-request-id': 'req-bbaec6f1-ad00-42a0-a244-7a085c49c0c0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd'}
Body: b'{"server": {"id": "7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd", "name": "tempest-TestGettingAddress-server-1348021085", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:17Z", "updated": "2025-11-24T20:49:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-721009001", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:19,327 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd 0.263s
2025-11-24 20:49:19,327 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'content-length': '1502', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b183667f-0aae-4c35-8337-795b11780b5e', 'x-compute-request-id': 'req-b183667f-0aae-4c35-8337-795b11780b5e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd'}
Body: b'{"server": {"id": "7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd", "name": "tempest-TestGettingAddress-server-1348021085", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:17Z", "updated": "2025-11-24T20:49:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:18Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-721009001", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:19,331 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:49:19,914 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd 0.582s
2025-11-24 20:49:19,914 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e2458d5-df85-45ce-968c-4ea308b59271', 'x-compute-request-id': 'req-1e2458d5-df85-45ce-968c-4ea308b59271', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd'}
Body: b''
2025-11-24 20:49:19,996 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_dualnet_slaac_from_os): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd 0.082s
2025-11-24 20:49:19,997 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:19 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da5f4f5-5f33-443a-9ac2-94bc24b462db', 'x-compute-request-id': 'req-4da5f4f5-5f33-443a-9ac2-94bc24b462db', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd could not be found."}}'
2025-11-24 20:49:21,778 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/remove_router_interface 1.780s
2025-11-24 20:49:21,778 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1dc5ed7f-2fdd-44ec-8441-f85dce101d07"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-3465d591-c7e2-44af-84ed-c2a3b38cd7ee', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/remove_router_interface'}
Body: b'{"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "edb1d955-928f-47a4-9a2d-40bbe5803f61", "network_id": "e6667247-829c-4456-9155-78c859093ff9", "subnet_id": "1dc5ed7f-2fdd-44ec-8441-f85dce101d07", "subnet_ids": ["1dc5ed7f-2fdd-44ec-8441-f85dce101d07"]}'
2025-11-24 20:49:22,369 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1dc5ed7f-2fdd-44ec-8441-f85dce101d07 0.590s
2025-11-24 20:49:22,369 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:22 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-6c95f16d-7b03-4591-b214-ca39c989cbea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1dc5ed7f-2fdd-44ec-8441-f85dce101d07'}
Body: b''
2025-11-24 20:49:23,788 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/remove_router_interface 1.419s
2025-11-24 20:49:23,789 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "3cb981ff-cc7b-4c4f-b687-0a4f084b3730"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-ba73ff12-882c-4306-91f5-e73b9c3ece39', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b/remove_router_interface'}
Body: b'{"id": "7afd973f-74e5-4668-bf5b-5c60bbbc267b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e02af7a4-77e3-4800-89a3-1ad9474d315e", "network_id": "222e5e06-4408-495d-a1b3-e6d1ca935cae", "subnet_id": "3cb981ff-cc7b-4c4f-b687-0a4f084b3730", "subnet_ids": ["3cb981ff-cc7b-4c4f-b687-0a4f084b3730"]}'
2025-11-24 20:49:24,859 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b 1.070s
2025-11-24 20:49:24,859 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:24 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1be11bdb-9c3e-4532-8a52-e4ecc17d6b53', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/7afd973f-74e5-4668-bf5b-5c60bbbc267b'}
Body: b''
2025-11-24 20:49:25,568 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3cb981ff-cc7b-4c4f-b687-0a4f084b3730 0.708s
2025-11-24 20:49:25,569 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:25 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d85b24da-0073-4e73-a56b-b8c39aaa4dcb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/3cb981ff-cc7b-4c4f-b687-0a4f084b3730'}
Body: b''
2025-11-24 20:49:27,131 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e6667247-829c-4456-9155-78c859093ff9 1.560s
2025-11-24 20:49:27,134 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:27 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e7a8cb35-4dad-4305-95f6-66663db650b0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e6667247-829c-4456-9155-78c859093ff9'}
Body: b''
2025-11-24 20:49:27,899 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/222e5e06-4408-495d-a1b3-e6d1ca935cae 0.765s
2025-11-24 20:49:27,900 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:27 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-6258373b-2118-4b54-8ba0-4b60134755fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/222e5e06-4408-495d-a1b3-e6d1ca935cae'}
Body: b''
2025-11-24 20:49:28,270 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/dfe29da7-256c-445e-b90b-0243e141a121 0.370s
2025-11-24 20:49:28,270 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:28 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a4f0a6bc-6f5d-498c-843b-45b1196c7fce', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/dfe29da7-256c-445e-b90b-0243e141a121'}
Body: b''
2025-11-24 20:49:28,400 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-721009001 0.130s
2025-11-24 20:49:28,401 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:28 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e67ca9-a7f1-46ff-a008-d70bbcfe5e78', 'x-compute-request-id': 'req-93e67ca9-a7f1-46ff-a008-d70bbcfe5e78', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-721009001'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 268, in test_dualnet_slaac_from_os
self._prepare_and_test(address6_mode='slaac', dualnet=True)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7e8ce641-ca5b-43e0-b9cd-1dec201f4fdd failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:18Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-5e830d8c-bb39-4906-bf68-58addac8df44.
|
||||||
test_multi_prefix_dhcpv6_stateless[compute,id-7ab23f41-833b-4a16-a7c9-5b42fe6d4123,network,slow] |
fail
ft52.6: tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless[compute,id-7ab23f41-833b-4a16-a7c9-5b42fe6d4123,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:49:28,519 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.110s
2025-11-24 20:49:28,519 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-2040935997", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAwmt/gth/VZ56wQpCFreKYEmdQw9MZmThz324RcFF7wL/l0cB6II/onsuyZrTWfJotJySBwwF3qb3KUcrWiLzSwdZ4pH5o4qrhboKKSs1XYVkKq9GxHg7I7HixVzvO1A=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:28 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3af8246-583f-471a-9e94-9182e193c5b5', 'x-compute-request-id': 'req-f3af8246-583f-471a-9e94-9182e193c5b5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-2040935997", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAwmt/gth/VZ56wQpCFreKYEmdQw9MZmThz324RcFF7wL/l0cB6II/onsuyZrTWfJotJySBwwF3qb3KUcrWiLzSwdZ4pH5o4qrhboKKSs1XYVkKq9GxHg7I7HixVzvO1A==", "fingerprint": "4a:8b:68:27:ad:3f:73:83:7c:80:1b:f0:3f:eb:5b:04", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:49:28,845 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.324s
2025-11-24 20:49:28,846 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-208097398", "description": "tempest-secgroup-smoke-208097398 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c949be23-e1bd-41f8-96e6-ade704934ba6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "name": "tempest-secgroup-smoke-208097398", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-208097398 description", "shared": false, "security_group_rules": [{"id": "5a0c54a3-b29f-45d2-930b-c2358aed95f2", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3118, "description": null, "tags": [], "created_at": "2025-11-24T20:49:28Z", "updated_at": "2025-11-24T20:49:28Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "efb1c688-ec79-4b24-862f-67dc56e5d690", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3119, "description": null, "tags": [], "created_at": "2025-11-24T20:49:28Z", "updated_at": "2025-11-24T20:49:28Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:49:28Z", "updated_at": "2025-11-24T20:49:28Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:29,550 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.703s
2025-11-24 20:49:29,550 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-333a03be-3c0d-462a-8a6a-182a23870a5a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2dfdeee3-1e35-4ebb-a7b3-36db4f11208e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:29Z", "updated_at": "2025-11-24T20:49:29Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:29,970 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.419s
2025-11-24 20:49:29,970 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-96f83392-e3bd-46ac-8c81-6ca5dbf27353', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cd50d32f-3b6b-47bb-8d3d-d46da37fd1d9", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:29Z", "updated_at": "2025-11-24T20:49:29Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:30,256 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.285s
2025-11-24 20:49:30,257 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8187b047-28d1-4cc1-9c13-94316d2af9f7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b2ecc7ac-f17d-40a7-ab79-28c4c95bc91e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:30Z", "updated_at": "2025-11-24T20:49:30Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:30,442 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.184s
2025-11-24 20:49:30,443 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7c92243f-6f19-405e-bce9-99ebff7eb23b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1f920133-8a86-4fa0-9013-f56eca065463", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:30Z", "updated_at": "2025-11-24T20:49:30Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:30,712 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.269s
2025-11-24 20:49:30,712 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b9af9243-f411-4f32-b785-fa4059e8ce9c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5a09966b-162e-4bd2-84df-33d44c264888", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:30Z", "updated_at": "2025-11-24T20:49:30Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:31,243 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.530s
2025-11-24 20:49:31,243 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f5920ebe-12c1-4820-ad53-19f78b1ab9b0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "aaf6b99a-8ca7-48a2-9883-2df5e917625e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "6bf59c23-9c59-403d-9210-aff43bd1216a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:49:30Z", "updated_at": "2025-11-24T20:49:30Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:32,755 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.511s
2025-11-24 20:49:32,756 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--17732691", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '625', 'x-openstack-request-id': 'req-48ac0999-6d84-4f05-bd9d-a1001c979de0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"84e42453-4477-4c26-a600-e91a74adbc41","name":"tempest-network-smoke--17732691","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:49:31Z","updated_at":"2025-11-24T20:49:31Z","revision_number":1}}'
2025-11-24 20:49:32,993 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.236s
2025-11-24 20:49:32,993 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-7b561567-df1a-4bc6-bd0a-890b13e60b90', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:33,184 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.191s
2025-11-24 20:49:33,185 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-7d171126-88c1-4cb2-aba7-59cb5b5f3d80', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:33,336 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.150s
2025-11-24 20:49:33,336 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2dabec52-ddb2-492a-b0db-4a102be03228', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:35,292 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.955s
2025-11-24 20:49:35,292 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-1123001097", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '625', 'x-openstack-request-id': 'req-7cf80eb9-1fec-4e84-b76c-e5b1aa010ac1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"8c15e3ee-adaf-4d92-8d30-0eacf1375a3e","name":"tempest-sub4-1123001097","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:33Z","updated_at":"2025-11-24T20:49:33Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:38,204 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.911s
2025-11-24 20:49:38,204 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-1458586377", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-51a85df7-34a9-4439-a71c-1226c3f4bf5e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "name": "tempest-TestGettingAddress-router-1458586377", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.208"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:49:35Z", "updated_at": "2025-11-24T20:49:36Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:41,120 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface 2.915s
2025-11-24 20:49:41,120 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8c15e3ee-adaf-4d92-8d30-0eacf1375a3e"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b09ed935-f060-421d-bc9a-1afcfd25da0e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e8a8c674-4da3-469a-a408-0b533fd4f6fc", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "8c15e3ee-adaf-4d92-8d30-0eacf1375a3e", "subnet_ids": ["8c15e3ee-adaf-4d92-8d30-0eacf1375a3e"]}'
2025-11-24 20:49:41,188 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.067s
2025-11-24 20:49:41,189 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c742017d-7732-43de-82f3-c5d8e4eaf669', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:41,285 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.096s
2025-11-24 20:49:41,286 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-67de6013-8c75-4909-91ee-fa51cc305a07', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:42,226 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.940s
2025-11-24 20:49:42,226 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d872755f-037c-43b5-9057-e65d5c10e53f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:45,068 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.841s
2025-11-24 20:49:45,069 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-1884642642", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-b847fa2d-b5e1-451e-b486-f6802496e793', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"a2bec963-357f-487e-97be-1c8095c84cd7","name":"tempest-sub6-1884642642","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:42Z","updated_at":"2025-11-24T20:49:42Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:49,263 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface 4.193s
2025-11-24 20:49:49,263 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "a2bec963-357f-487e-97be-1c8095c84cd7"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7945fc9e-c314-47c5-b00d-04d1de0d7596', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a9c90a7b-b70d-4069-ba17-34f1b37eb320", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "a2bec963-357f-487e-97be-1c8095c84cd7", "subnet_ids": ["a2bec963-357f-487e-97be-1c8095c84cd7"]}'
2025-11-24 20:49:49,449 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.185s
2025-11-24 20:49:49,449 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-9c54a068-3f47-4748-99b1-cc8bf4b15b9d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[{"id":"a2bec963-357f-487e-97be-1c8095c84cd7","name":"tempest-sub6-1884642642","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:49:42Z","updated_at":"2025-11-24T20:49:42Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}]}'
2025-11-24 20:49:49,786 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.336s
2025-11-24 20:49:49,786 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-1c482cf5-ccaf-4acd-afac-66c188a4ea87', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:49,865 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.079s
2025-11-24 20:49:49,866 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2d95f591-8eea-44e5-ad43-cf575edd5141', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:49,980 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.113s
2025-11-24 20:49:49,980 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-3688f33f-cbda-4836-81ee-058d6ce834dc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:50,316 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.336s
2025-11-24 20:49:50,316 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-06e147c5-92f3-4cfd-a1e8-8cab2aa86c83', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:49:50,449 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.132s
2025-11-24 20:49:50,450 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a4187479-d18a-4d9f-bbfb-2787709ac1c9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:49:52,701 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.251s
2025-11-24 20:49:52,701 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-1416145384", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8:0:1::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '665', 'x-openstack-request-id': 'req-7065393a-6799-415d-b907-574edd89db1a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"6da53234-8044-4bfc-b89d-1976d188460f","name":"tempest-sub6-1416145384","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"84e42453-4477-4c26-a600-e91a74adbc41","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:49:50Z","updated_at":"2025-11-24T20:49:50Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:49:54,169 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface 1.468s
2025-11-24 20:49:54,170 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6da53234-8044-4bfc-b89d-1976d188460f"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-59a3cc64-e8bb-4937-a3d2-f6012efbf618', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/add_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a9c90a7b-b70d-4069-ba17-34f1b37eb320", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "6da53234-8044-4bfc-b89d-1976d188460f", "subnet_ids": ["6da53234-8044-4bfc-b89d-1976d188460f"]}'
2025-11-24 20:49:54,587 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.406s
2025-11-24 20:49:54,587 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-52508e35-a83a-4a88-978d-c878b22d0ba1', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["o2C36QEhSa6Rfw5EmlswPQ"], "expires_at": "2025-11-24T21:49:54.000000Z", "issued_at": "2025-11-24T20:49:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:49:54,587 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_multi_prefix_dhcpv6_stateless) Found network None available for tenant
2025-11-24 20:49:56,877 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.289s
2025-11-24 20:49:56,877 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-1204005695", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-2040935997", "security_groups": [{"name": "tempest-secgroup-smoke-208097398"}], "networks": [{"uuid": "84e42453-4477-4c26-a600-e91a74adbc41"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:54 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-828f6415-da41-4a8f-aa9e-7dfedf7b2ebd', 'x-compute-request-id': 'req-828f6415-da41-4a8f-aa9e-7dfedf7b2ebd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "af368403-30c5-40ce-b9fc-44d766688aae", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/af368403-30c5-40ce-b9fc-44d766688aae"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-208097398"}], "adminPass": "AThEG3SkUN8m"}}'
2025-11-24 20:49:57,338 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae 0.458s
2025-11-24 20:49:57,338 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:56 GMT', 'server': 'Apache', 'content-length': '1393', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e342daaa-48d7-401c-a20e-9dab08cd3274', 'x-compute-request-id': 'req-e342daaa-48d7-401c-a20e-9dab08cd3274', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae'}
Body: b'{"server": {"id": "af368403-30c5-40ce-b9fc-44d766688aae", "name": "tempest-TestGettingAddress-server-1204005695", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:56Z", "updated": "2025-11-24T20:49:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/af368403-30c5-40ce-b9fc-44d766688aae"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-2040935997", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:58,808 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae 0.461s
2025-11-24 20:49:58,809 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:58 GMT', 'server': 'Apache', 'content-length': '1503', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b58f9f5-bcdf-491e-998a-56cd5f13e1c9', 'x-compute-request-id': 'req-2b58f9f5-bcdf-491e-998a-56cd5f13e1c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae'}
Body: b'{"server": {"id": "af368403-30c5-40ce-b9fc-44d766688aae", "name": "tempest-TestGettingAddress-server-1204005695", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:49:56Z", "updated": "2025-11-24T20:49:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/af368403-30c5-40ce-b9fc-44d766688aae"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:49:57Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-2040935997", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:49:58,813 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:49:59,324 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae 0.510s
2025-11-24 20:49:59,324 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:58 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b0c47e3-216b-476a-824e-6d893a7f8b6e', 'x-compute-request-id': 'req-4b0c47e3-216b-476a-824e-6d893a7f8b6e', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae'}
Body: b''
2025-11-24 20:49:59,437 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_dhcpv6_stateless): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae 0.112s
2025-11-24 20:49:59,437 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:49:59 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfd2663f-f3ee-411c-953f-57b6fa577483', 'x-compute-request-id': 'req-bfd2663f-f3ee-411c-953f-57b6fa577483', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/af368403-30c5-40ce-b9fc-44d766688aae'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance af368403-30c5-40ce-b9fc-44d766688aae could not be found."}}'
2025-11-24 20:50:02,265 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface 2.827s
2025-11-24 20:50:02,265 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "6da53234-8044-4bfc-b89d-1976d188460f"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-37fd2dae-1548-4d9a-8c21-e4d7740e5ef3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a9c90a7b-b70d-4069-ba17-34f1b37eb320", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "6da53234-8044-4bfc-b89d-1976d188460f", "subnet_ids": ["6da53234-8044-4bfc-b89d-1976d188460f"]}'
2025-11-24 20:50:02,514 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6da53234-8044-4bfc-b89d-1976d188460f 0.248s
2025-11-24 20:50:02,515 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:02 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-888fb6f6-fceb-4c57-9b41-b354e948c65c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6da53234-8044-4bfc-b89d-1976d188460f'}
Body: b''
2025-11-24 20:50:04,496 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface 1.980s
2025-11-24 20:50:04,497 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "a2bec963-357f-487e-97be-1c8095c84cd7"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d8fa0791-103d-4dff-976f-3ff75d65f9db', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "a9c90a7b-b70d-4069-ba17-34f1b37eb320", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "a2bec963-357f-487e-97be-1c8095c84cd7", "subnet_ids": ["a2bec963-357f-487e-97be-1c8095c84cd7"]}'
2025-11-24 20:50:04,962 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/a2bec963-357f-487e-97be-1c8095c84cd7 0.465s
2025-11-24 20:50:04,963 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:04 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c9d100cd-4f5b-49f0-bd91-479e75b7fc68', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/a2bec963-357f-487e-97be-1c8095c84cd7'}
Body: b''
2025-11-24 20:50:06,215 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface 1.252s
2025-11-24 20:50:06,216 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8c15e3ee-adaf-4d92-8d30-0eacf1375a3e"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-bfc422e5-c36c-4228-9cc3-6b76fd9e7807', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75/remove_router_interface'}
Body: b'{"id": "532a9805-340e-4dc8-99cc-575e5c797c75", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "e8a8c674-4da3-469a-a408-0b533fd4f6fc", "network_id": "84e42453-4477-4c26-a600-e91a74adbc41", "subnet_id": "8c15e3ee-adaf-4d92-8d30-0eacf1375a3e", "subnet_ids": ["8c15e3ee-adaf-4d92-8d30-0eacf1375a3e"]}'
2025-11-24 20:50:07,352 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75 1.135s
2025-11-24 20:50:07,352 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:07 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e990d8d5-8077-46da-b1f5-3aa91363d6c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/532a9805-340e-4dc8-99cc-575e5c797c75'}
Body: b''
2025-11-24 20:50:07,586 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8c15e3ee-adaf-4d92-8d30-0eacf1375a3e 0.234s
2025-11-24 20:50:07,587 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:07 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-1f684e9e-dd4b-48b1-992f-b481a1fd3c1e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8c15e3ee-adaf-4d92-8d30-0eacf1375a3e'}
Body: b''
2025-11-24 20:50:08,154 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/84e42453-4477-4c26-a600-e91a74adbc41 0.567s
2025-11-24 20:50:08,155 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:08 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9ca319bc-07bf-42c2-abe1-aa53221f2e6e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/84e42453-4477-4c26-a600-e91a74adbc41'}
Body: b''
2025-11-24 20:50:08,430 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/6bf59c23-9c59-403d-9210-aff43bd1216a 0.275s
2025-11-24 20:50:08,430 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:08 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e82a7b2d-bb7e-4fd3-a3b2-19893e75adf8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/6bf59c23-9c59-403d-9210-aff43bd1216a'}
Body: b''
2025-11-24 20:50:08,488 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-2040935997 0.057s
2025-11-24 20:50:08,489 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:08 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e508051-197b-45a6-bb62-c16668c64592', 'x-compute-request-id': 'req-3e508051-197b-45a6-bb62-c16668c64592', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-2040935997'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 256, in test_multi_prefix_dhcpv6_stateless
self._prepare_and_test(address6_mode='dhcpv6-stateless', n_subnets6=2)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server af368403-30c5-40ce-b9fc-44d766688aae failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:49:57Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-828f6415-da41-4a8f-aa9e-7dfedf7b2ebd.
|
||||||
test_multi_prefix_slaac[compute,id-dec222b1-180c-4098-b8c5-cc1b8342d611,network,slow] |
fail
ft52.7: tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac[compute,id-dec222b1-180c-4098-b8c5-cc1b8342d611,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:50:08,600 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.100s
2025-11-24 20:50:08,600 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-634265383", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPDHvIus2xxNORHOFIsfs5PHbo/Cc+m4xC4OrU6H0mk7Za7jxb0TD5kGr6YnomSGFFXdmUlTPdAgdsHSpln3N7uxRFfuZudGggvM1LCNeR/5BGAZHpM+dDf4wXRUyLMb7Q=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:08 GMT', 'server': 'Apache', 'content-length': '396', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d02d7fc2-903c-4cf9-841b-95a72a1ebe90', 'x-compute-request-id': 'req-d02d7fc2-903c-4cf9-841b-95a72a1ebe90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-634265383", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPDHvIus2xxNORHOFIsfs5PHbo/Cc+m4xC4OrU6H0mk7Za7jxb0TD5kGr6YnomSGFFXdmUlTPdAgdsHSpln3N7uxRFfuZudGggvM1LCNeR/5BGAZHpM+dDf4wXRUyLMb7Q==", "fingerprint": "83:cb:1c:80:19:3f:f3:85:74:59:ca:ac:ae:4b:18:9e", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:50:09,162 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.561s
2025-11-24 20:50:09,162 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-788935983", "description": "tempest-secgroup-smoke-788935983 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b449ae24-d038-4157-95e7-73638ef1c046', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "name": "tempest-secgroup-smoke-788935983", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-788935983 description", "shared": false, "security_group_rules": [{"id": "2d9954e3-fa4f-4d1e-9e3c-7e1076f75f50", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3198, "description": null, "tags": [], "created_at": "2025-11-24T20:50:08Z", "updated_at": "2025-11-24T20:50:08Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "ba5134ce-2df3-4cb6-a340-672119c8bec5", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3199, "description": null, "tags": [], "created_at": "2025-11-24T20:50:09Z", "updated_at": "2025-11-24T20:50:09Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:50:08Z", "updated_at": "2025-11-24T20:50:09Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:09,570 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.407s
2025-11-24 20:50:09,570 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-290e41b1-5ef3-4dfa-bc75-90c93028277c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "34d609f7-4dd3-44cb-a849-33135ec9ca08", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:09Z", "updated_at": "2025-11-24T20:50:09Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:09,758 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.187s
2025-11-24 20:50:09,758 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-7f7d74ce-eef0-4ca7-bcda-18d07c5a1bc2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fd0ac785-ba23-480b-b331-6eec97a4332f", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:09Z", "updated_at": "2025-11-24T20:50:09Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:09,923 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.164s
2025-11-24 20:50:09,923 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9d767d3a-c847-497e-a274-56b2ef3add65', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "05408cfa-4a4b-451e-a8d1-955ecdb6e71b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:09Z", "updated_at": "2025-11-24T20:50:09Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:10,553 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.629s
2025-11-24 20:50:10,554 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:10 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6a32d881-1557-472d-9f97-c6187b9985bf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "66acad14-e974-410a-aafd-10d2e51e24e1", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:10Z", "updated_at": "2025-11-24T20:50:10Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:11,141 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.584s
2025-11-24 20:50:11,142 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-50e9f6cf-640b-4b70-a506-7846ec2128be', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0f62e487-d52e-4efd-9490-2376f85d7f7b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:10Z", "updated_at": "2025-11-24T20:50:10Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:11,497 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.354s
2025-11-24 20:50:11,498 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-df6a1450-3141-4198-9b9c-9358b16da19d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ba7803fe-d809-4bb0-99db-de7b351ac58a", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "dc3797c1-3dac-4d86-84aa-34423521d8d3", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:11Z", "updated_at": "2025-11-24T20:50:11Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:12,716 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.217s
2025-11-24 20:50:12,716 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--301758487", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-69ba29bc-e311-4dc7-bd6d-6d10bb57bd82', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","name":"tempest-network-smoke--301758487","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:11Z","updated_at":"2025-11-24T20:50:11Z","revision_number":1}}'
2025-11-24 20:50:12,807 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.090s
2025-11-24 20:50:12,807 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-eb4a8843-f380-4340-a3e9-0a05c3ad4211', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:12,903 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.095s
2025-11-24 20:50:12,903 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-15a69802-6d00-4e67-bf89-bde77d6134ea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:12,961 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.058s
2025-11-24 20:50:12,962 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-a05f661a-c138-410d-bda5-f1b027edd1fc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:14,202 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.239s
2025-11-24 20:50:14,203 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-1920137219", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '625', 'x-openstack-request-id': 'req-859bb8a8-5638-4208-9d01-ffaa32e0a00b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"f3b4656f-d409-4391-827c-1e00c8592da9","name":"tempest-sub4-1920137219","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:13Z","updated_at":"2025-11-24T20:50:13Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:16,603 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.399s
2025-11-24 20:50:16,604 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-168300531", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '670', 'x-openstack-request-id': 'req-f63bc56b-b8a2-4226-8d4e-bbe210390c23', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "38771064-2712-48e4-a001-c6ec9c393159", "name": "tempest-TestGettingAddress-router-168300531", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.219"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:14Z", "updated_at": "2025-11-24T20:50:15Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:18,176 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface 1.572s
2025-11-24 20:50:18,177 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "f3b4656f-d409-4391-827c-1e00c8592da9"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4d754814-bd1b-4283-ab23-78a2917af98c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "d769e986-e184-42a2-877f-ef7d898e8fa6", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "f3b4656f-d409-4391-827c-1e00c8592da9", "subnet_ids": ["f3b4656f-d409-4391-827c-1e00c8592da9"]}'
2025-11-24 20:50:18,313 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.135s
2025-11-24 20:50:18,313 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-84afa4d0-493c-41ed-9c9d-001074f2bd24', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:18,606 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.292s
2025-11-24 20:50:18,606 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-97703854-ac59-4553-b539-564335f144c8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:18,738 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.132s
2025-11-24 20:50:18,739 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-119716c9-b7e4-4d61-9a3a-3f28a09365f6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:22,556 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 3.817s
2025-11-24 20:50:22,557 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-151186449", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '649', 'x-openstack-request-id': 'req-c4e8df84-6d7c-412a-932f-1f3ebdf1b470', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"333b10f8-85d7-40ed-b52a-cee33d8b8e45","name":"tempest-sub6-151186449","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:19Z","updated_at":"2025-11-24T20:50:19Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:27,513 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface 4.956s
2025-11-24 20:50:27,513 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "333b10f8-85d7-40ed-b52a-cee33d8b8e45"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-49340444-43f7-4ebb-bb5e-8b28d2cab3b3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "9741e3b3-a89a-4751-958e-cb440cb2f953", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "333b10f8-85d7-40ed-b52a-cee33d8b8e45", "subnet_ids": ["333b10f8-85d7-40ed-b52a-cee33d8b8e45"]}'
2025-11-24 20:50:27,627 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.113s
2025-11-24 20:50:27,627 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '670', 'x-openstack-request-id': 'req-fa6f0112-3a57-4fb8-b280-f90850e21c51', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[{"id":"333b10f8-85d7-40ed-b52a-cee33d8b8e45","name":"tempest-sub6-151186449","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2025-11-24T20:50:19Z","updated_at":"2025-11-24T20:50:19Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}]}'
2025-11-24 20:50:27,824 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.197s
2025-11-24 20:50:27,825 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-b90506d0-cbe4-46fc-b8d8-4c4d77025ed4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:27,921 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.096s
2025-11-24 20:50:27,921 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-77d3dcca-3ca9-46ed-af32-fc47fe24a6af', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:28,049 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.127s
2025-11-24 20:50:28,050 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-b0c93da1-e70e-47ff-bc41-4d475f7a81a2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:28,217 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.166s
2025-11-24 20:50:28,217 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-d0f64fba-cc2f-4c84-84fc-f45593b053ad', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:28,572 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64 0.354s
2025-11-24 20:50:28,573 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-3f406c3b-55c1-498f-a7fe-1ffa48df1e54', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A0%3A1%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:32,216 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 3.640s
2025-11-24 20:50:32,217 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-97732299", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8:0:1::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '663', 'x-openstack-request-id': 'req-b97790f8-0683-461f-a27c-d7d370aba010', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"8e244818-5bda-45ed-bec7-3d7263b7a193","name":"tempest-sub6-97732299","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"ffb0ece0-28c7-4a57-bb50-bf7879ba563f","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8:0:1::","cidr":"2001:db8:0:1::/64","allocation_pools":[{"start":"2001:db8:0:1::1","end":"2001:db8:0:1:ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:29Z","updated_at":"2025-11-24T20:50:29Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:35,705 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface 3.487s
2025-11-24 20:50:35,705 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8e244818-5bda-45ed-bec7-3d7263b7a193"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e81b2387-2fea-4bdc-9553-3f687ac66616', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/add_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "9741e3b3-a89a-4751-958e-cb440cb2f953", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "8e244818-5bda-45ed-bec7-3d7263b7a193", "subnet_ids": ["8e244818-5bda-45ed-bec7-3d7263b7a193"]}'
2025-11-24 20:50:36,061 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.352s
2025-11-24 20:50:36,062 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:35 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-188ba3a1-43dc-497c-849f-4324e3e291eb', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["EuDmcAH3Ttm--vU0OYtsPQ"], "expires_at": "2025-11-24T21:50:36.000000Z", "issued_at": "2025-11-24T20:50:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:50:36,062 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_multi_prefix_slaac) Found network None available for tenant
2025-11-24 20:50:38,905 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.842s
2025-11-24 20:50:38,905 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-1834479914", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-634265383", "security_groups": [{"name": "tempest-secgroup-smoke-788935983"}], "networks": [{"uuid": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:36 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd83e22f-8bd8-4150-bd0a-4ed989c08370', 'x-compute-request-id': 'req-dd83e22f-8bd8-4150-bd0a-4ed989c08370', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "9572525a-c87b-4efa-b793-19dc0c0ce3c0", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-788935983"}], "adminPass": "jTSNpg4qSzwL"}}'
2025-11-24 20:50:39,314 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0 0.406s
2025-11-24 20:50:39,314 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:38 GMT', 'server': 'Apache', 'content-length': '1392', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f3e817d-ca67-446e-9f2d-c28a62706294', 'x-compute-request-id': 'req-1f3e817d-ca67-446e-9f2d-c28a62706294', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0'}
Body: b'{"server": {"id": "9572525a-c87b-4efa-b793-19dc0c0ce3c0", "name": "tempest-TestGettingAddress-server-1834479914", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:38Z", "updated": "2025-11-24T20:50:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-634265383", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:40,608 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0 0.285s
2025-11-24 20:50:40,608 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'content-length': '1502', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d60d3da-fde3-402a-b8bf-2017dad9fbc3', 'x-compute-request-id': 'req-9d60d3da-fde3-402a-b8bf-2017dad9fbc3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0'}
Body: b'{"server": {"id": "9572525a-c87b-4efa-b793-19dc0c0ce3c0", "name": "tempest-TestGettingAddress-server-1834479914", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:50:38Z", "updated": "2025-11-24T20:50:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:50:39Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-634265383", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:50:40,615 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:50:40,929 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0 0.314s
2025-11-24 20:50:40,930 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dbbd206-497f-4502-bf4b-5f08a8255364', 'x-compute-request-id': 'req-4dbbd206-497f-4502-bf4b-5f08a8255364', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0'}
Body: b''
2025-11-24 20:50:41,025 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_multi_prefix_slaac): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0 0.094s
2025-11-24 20:50:41,026 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:40 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e399e5e-58d9-4402-81e9-4e6f3a1de352', 'x-compute-request-id': 'req-2e399e5e-58d9-4402-81e9-4e6f3a1de352', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9572525a-c87b-4efa-b793-19dc0c0ce3c0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9572525a-c87b-4efa-b793-19dc0c0ce3c0 could not be found."}}'
2025-11-24 20:50:42,653 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface 1.626s
2025-11-24 20:50:42,653 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8e244818-5bda-45ed-bec7-3d7263b7a193"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d19e4ca8-71c3-476b-8188-139b39680ea4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "9741e3b3-a89a-4751-958e-cb440cb2f953", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "8e244818-5bda-45ed-bec7-3d7263b7a193", "subnet_ids": ["8e244818-5bda-45ed-bec7-3d7263b7a193"]}'
2025-11-24 20:50:43,035 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8e244818-5bda-45ed-bec7-3d7263b7a193 0.381s
2025-11-24 20:50:43,035 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:43 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-77c1d58d-d63b-43e2-b21f-193e619e840e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/8e244818-5bda-45ed-bec7-3d7263b7a193'}
Body: b''
2025-11-24 20:50:44,070 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface 1.034s
2025-11-24 20:50:44,070 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "333b10f8-85d7-40ed-b52a-cee33d8b8e45"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-9b34202c-423a-4382-8d88-59c8a4075f42', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "9741e3b3-a89a-4751-958e-cb440cb2f953", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "333b10f8-85d7-40ed-b52a-cee33d8b8e45", "subnet_ids": ["333b10f8-85d7-40ed-b52a-cee33d8b8e45"]}'
2025-11-24 20:50:44,411 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/333b10f8-85d7-40ed-b52a-cee33d8b8e45 0.340s
2025-11-24 20:50:44,412 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:44 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-49c1e5c5-4eb9-41b3-a917-549ab88253d9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/333b10f8-85d7-40ed-b52a-cee33d8b8e45'}
Body: b''
2025-11-24 20:50:46,155 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface 1.742s
2025-11-24 20:50:46,156 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "f3b4656f-d409-4391-827c-1e00c8592da9"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a85fd7d0-35a9-460b-b542-6e921ca91580', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159/remove_router_interface'}
Body: b'{"id": "38771064-2712-48e4-a001-c6ec9c393159", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "d769e986-e184-42a2-877f-ef7d898e8fa6", "network_id": "ffb0ece0-28c7-4a57-bb50-bf7879ba563f", "subnet_id": "f3b4656f-d409-4391-827c-1e00c8592da9", "subnet_ids": ["f3b4656f-d409-4391-827c-1e00c8592da9"]}'
2025-11-24 20:50:47,306 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159 1.150s
2025-11-24 20:50:47,306 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-be19a474-0f4f-4e37-ac08-5f8626a0381e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/38771064-2712-48e4-a001-c6ec9c393159'}
Body: b''
2025-11-24 20:50:47,665 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f3b4656f-d409-4391-827c-1e00c8592da9 0.357s
2025-11-24 20:50:47,665 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-f3eb7211-8e6d-473b-adab-b0fccca08d3b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/f3b4656f-d409-4391-827c-1e00c8592da9'}
Body: b''
2025-11-24 20:50:48,552 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ffb0ece0-28c7-4a57-bb50-bf7879ba563f 0.887s
2025-11-24 20:50:48,552 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:48 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c3f206a9-5093-4b3b-84a1-c2204da7c014', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ffb0ece0-28c7-4a57-bb50-bf7879ba563f'}
Body: b''
2025-11-24 20:50:49,116 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/dc3797c1-3dac-4d86-84aa-34423521d8d3 0.563s
2025-11-24 20:50:49,116 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ba31bd3a-34a8-4c0a-8526-c83aa24e2315', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/dc3797c1-3dac-4d86-84aa-34423521d8d3'}
Body: b''
2025-11-24 20:50:49,282 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-634265383 0.165s
2025-11-24 20:50:49,282 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65afce20-0532-41e2-82ca-11facb222473', 'x-compute-request-id': 'req-65afce20-0532-41e2-82ca-11facb222473', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-634265383'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 262, in test_multi_prefix_slaac
self._prepare_and_test(address6_mode='slaac', n_subnets6=2)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9572525a-c87b-4efa-b793-19dc0c0ce3c0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:50:39Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-dd83e22f-8bd8-4150-bd0a-4ed989c08370.
|
||||||
test_slaac_from_os[compute,id-2c92df61-29f0-4eaa-bee3-7c65bef62a43,network,slow] |
fail
ft52.8: tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os[compute,id-2c92df61-29f0-4eaa-bee3-7c65bef62a43,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:50:49,429 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.136s
2025-11-24 20:50:49,429 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestGettingAddress-656917626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPwLkCcKQW6AK1EO5WdDB53SaNyuhknrlJKU484W+v9xV1lN9Ysy4UgzBHLNP/SBv9Z6AW58yCpPiyWoSSmwHHZR4ZkUR1KwULYzyn1SXv3pwOyEpeFKG9u+g1icAfO1CQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:49 GMT', 'server': 'Apache', 'content-length': '396', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05e335f1-94d1-42e1-8495-31ea562c709b', 'x-compute-request-id': 'req-05e335f1-94d1-42e1-8495-31ea562c709b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestGettingAddress-656917626", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPwLkCcKQW6AK1EO5WdDB53SaNyuhknrlJKU484W+v9xV1lN9Ysy4UgzBHLNP/SBv9Z6AW58yCpPiyWoSSmwHHZR4ZkUR1KwULYzyn1SXv3pwOyEpeFKG9u+g1icAfO1CQ==", "fingerprint": "98:43:34:46:48:27:08:ad:07:e0:64:e9:62:32:20:4c", "user_id": "9fed318d2a1b414bb147957f22cbdc16"}}'
2025-11-24 20:50:50,048 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.616s
2025-11-24 20:50:50,048 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-448672010", "description": "tempest-secgroup-smoke-448672010 description", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b127d375-3672-4507-bff5-37694e2fe35f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "name": "tempest-secgroup-smoke-448672010", "stateful": true, "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "description": "tempest-secgroup-smoke-448672010 description", "shared": false, "security_group_rules": [{"id": "8cbfb593-3f16-4b0f-9269-7e501f7060f8", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3301, "description": null, "tags": [], "created_at": "2025-11-24T20:50:49Z", "updated_at": "2025-11-24T20:50:49Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}, {"id": "d72bd151-b859-4db6-833e-497420322097", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3300, "description": null, "tags": [], "created_at": "2025-11-24T20:50:49Z", "updated_at": "2025-11-24T20:50:49Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}], "tags": [], "created_at": "2025-11-24T20:50:49Z", "updated_at": "2025-11-24T20:50:49Z", "revision_number": 1, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:50,331 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.282s
2025-11-24 20:50:50,332 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-772507b0-2b7b-4638-abde-f7ec419c9560', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c9b2f624-6f40-4729-8252-218c88dbe1df", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:50Z", "updated_at": "2025-11-24T20:50:50Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:50,840 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.507s
2025-11-24 20:50:50,841 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-b20672cf-9d0e-4742-a6f0-6efdaa2443d7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "edbc62bb-56d9-4288-84bc-4aba074a5877", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:50Z", "updated_at": "2025-11-24T20:50:50Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:51,650 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.809s
2025-11-24 20:50:51,651 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-046ffde5-7890-4d04-880a-060aa107c68b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "56bbfeb3-0635-44eb-9fd1-d48704cd3f39", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:51Z", "updated_at": "2025-11-24T20:50:51Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:52,007 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.356s
2025-11-24 20:50:52,007 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-2b7ad0b3-a5e4-4494-9992-547413f0b415', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bcfbc7bf-0b88-45d8-86e5-b4c249258a9b", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:51Z", "updated_at": "2025-11-24T20:50:51Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:52,304 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.296s
2025-11-24 20:50:52,305 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-767aa4ed-0f9b-4869-a764-140fe0bf89e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1c0ebf97-6074-47d5-acb2-eedd2844d69e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:52Z", "updated_at": "2025-11-24T20:50:52Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:53,220 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.915s
2025-11-24 20:50:53,221 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "project_id": "68888f16e5b04b808865a338fb48bf2f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-9f383a41-b0f3-4ca8-98b6-742d31cf3335', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7f1bc2b4-758d-46ed-8dfb-7b85ee341d4e", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "security_group_id": "cc6cdc7e-63ab-4073-8425-8d8b8baafe18", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:50:52Z", "updated_at": "2025-11-24T20:50:52Z", "revision_number": 0, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:53,921 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.700s
2025-11-24 20:50:53,922 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1264393811", "project_id": "68888f16e5b04b808865a338fb48bf2f"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-4ba704a6-1d1a-4850-b19f-87b1d9787895', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"7726002e-ceb4-4ee9-a16e-fe44c5654017","name":"tempest-network-smoke--1264393811","tenant_id":"68888f16e5b04b808865a338fb48bf2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"68888f16e5b04b808865a338fb48bf2f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:50:53Z","updated_at":"2025-11-24T20:50:53Z","revision_number":1}}'
2025-11-24 20:50:54,262 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28 0.340s
2025-11-24 20:50:54,262 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-b612c04d-2c52-4a13-9b24-adb573252a3f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:54,500 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.237s
2025-11-24 20:50:54,500 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-3019e1f5-5174-4ae9-bd00-01c24eda3f62', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:50:54,588 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.086s
2025-11-24 20:50:54,588 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-4692b396-ab3c-4777-9c27-2e1941e46a4f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:50:56,276 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.687s
2025-11-24 20:50:56,277 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub4-1672195619", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '625', 'x-openstack-request-id': 'req-ddff4ab4-9db3-4100-84cd-3c2be0396185', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"1577d398-a547-41e5-a761-db5f48b36fed","name":"tempest-sub4-1672195619","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"7726002e-ceb4-4ee9-a16e-fe44c5654017","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:50:54Z","updated_at":"2025-11-24T20:50:54Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:50:58,457 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.178s
2025-11-24 20:50:58,458 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestGettingAddress-router-2007006765", "admin_state_up": true, "project_id": "68888f16e5b04b808865a338fb48bf2f", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:50:58 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-00748644-111c-4028-b6c9-e49d28b8e757', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6", "name": "tempest-TestGettingAddress-router-2007006765", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.225"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:50:56Z", "updated_at": "2025-11-24T20:50:57Z", "revision_number": 2, "project_id": "68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:51:02,388 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/add_router_interface 3.929s
2025-11-24 20:51:02,388 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1577d398-a547-41e5-a761-db5f48b36fed"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-074751fd-b80e-46e5-a726-e87365ff01e3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/add_router_interface'}
Body: b'{"id": "a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "8c37f994-fcae-462f-bc1a-8562db7aeb55", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "subnet_id": "1577d398-a547-41e5-a761-db5f48b36fed", "subnet_ids": ["1577d398-a547-41e5-a761-db5f48b36fed"]}'
2025-11-24 20:51:02,468 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64 0.078s
2025-11-24 20:51:02,468 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ffdeb117-5bf1-4abf-87f3-5eab2fc9a179', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=68888f16e5b04b808865a338fb48bf2f&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:02,581 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.113s
2025-11-24 20:51:02,581 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-0b6d87e8-ee1a-40c8-a444-ec9208a700ec', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:51:02,658 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64 0.077s
2025-11-24 20:51:02,659 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-ee462de8-eacc-4bee-8f0a-09635fbf3c10', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=2001%3Adb8%3A%3A%2F64'}
Body: b'{"subnets":[]}'
2025-11-24 20:51:03,818 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.159s
2025-11-24 20:51:03,818 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-sub6-18166818", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "project_id": "68888f16e5b04b808865a338fb48bf2f", "ip_version": 6, "cidr": "2001:db8::/64", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '648', 'x-openstack-request-id': 'req-e00e242e-d3b5-49da-a31a-88342e0cc9c8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"47c634d3-9ffa-4994-9796-99855991ea92","name":"tempest-sub6-18166818","tenant_id":"68888f16e5b04b808865a338fb48bf2f","network_id":"7726002e-ceb4-4ee9-a16e-fe44c5654017","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":"slaac","ipv6_address_mode":"slaac","gateway_ip":"2001:db8::","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::1","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:51:03Z","updated_at":"2025-11-24T20:51:03Z","revision_number":0,"project_id":"68888f16e5b04b808865a338fb48bf2f"}}'
2025-11-24 20:51:06,391 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/add_router_interface 2.572s
2025-11-24 20:51:06,391 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "47c634d3-9ffa-4994-9796-99855991ea92"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7237a428-09c9-45f2-8b80-ca818282346b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/add_router_interface'}
Body: b'{"id": "a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "311f4799-16bc-47a4-943c-8c1984f362dc", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "subnet_id": "47c634d3-9ffa-4994-9796-99855991ea92", "subnet_ids": ["47c634d3-9ffa-4994-9796-99855991ea92"]}'
2025-11-24 20:51:06,791 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.395s
2025-11-24 20:51:06,792 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:06 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-47b97bf0-3c51-49c9-aa11-3f891fb6bf35', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9fed318d2a1b414bb147957f22cbdc16", "name": "tempest-TestGettingAddress-539362607-project-member", "password_expires_at": null}, "audit_ids": ["t0T4mERYQzSHA9EwlkXrFQ"], "expires_at": "2025-11-24T21:51:06.000000Z", "issued_at": "2025-11-24T20:51:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68888f16e5b04b808865a338fb48bf2f", "name": "tempest-TestGettingAddress-539362607"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_68888f16e5b04b808865a338fb48bf2f", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:51:06,792 46 INFO [tempest.lib.common.fixed_network] (TestGettingAddress:test_slaac_from_os) Found network None available for tenant
2025-11-24 20:51:08,395 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.602s
2025-11-24 20:51:08,395 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestGettingAddress-server-899729407", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestGettingAddress-656917626", "security_groups": [{"name": "tempest-secgroup-smoke-448672010"}], "networks": [{"uuid": "7726002e-ceb4-4ee9-a16e-fe44c5654017"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:06 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794746b6-77ac-4c57-b9b3-2a760b2505c6', 'x-compute-request-id': 'req-794746b6-77ac-4c57-b9b3-2a760b2505c6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "0bb2acb2-9913-4709-8cbd-9d966914389f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-448672010"}], "adminPass": "cEPjF9Zm5FLF"}}'
2025-11-24 20:51:08,722 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f 0.325s
2025-11-24 20:51:08,723 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:08 GMT', 'server': 'Apache', 'content-length': '1391', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280b74fb-de15-41f1-a57a-8cb6f77f57f7', 'x-compute-request-id': 'req-280b74fb-de15-41f1-a57a-8cb6f77f57f7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f'}
Body: b'{"server": {"id": "0bb2acb2-9913-4709-8cbd-9d966914389f", "name": "tempest-TestGettingAddress-server-899729407", "status": "BUILD", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:08Z", "updated": "2025-11-24T20:51:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-656917626", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:10,272 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f 0.545s
2025-11-24 20:51:10,273 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:09 GMT', 'server': 'Apache', 'content-length': '1501', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4843ee22-8f18-4eb3-8823-8dfa18239058', 'x-compute-request-id': 'req-4843ee22-8f18-4eb3-8823-8dfa18239058', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f'}
Body: b'{"server": {"id": "0bb2acb2-9913-4709-8cbd-9d966914389f", "name": "tempest-TestGettingAddress-server-899729407", "status": "ERROR", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "user_id": "9fed318d2a1b414bb147957f22cbdc16", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:08Z", "updated": "2025-11-24T20:51:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0bb2acb2-9913-4709-8cbd-9d966914389f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:51:08Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestGettingAddress-656917626", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:10,277 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:51:10,986 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f 0.709s
2025-11-24 20:51:10,986 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:10 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b58e8a8-8ca1-4c35-aca5-e58e670bd66f', 'x-compute-request-id': 'req-3b58e8a8-8ca1-4c35-aca5-e58e670bd66f', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f'}
Body: b''
2025-11-24 20:51:11,208 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:test_slaac_from_os): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f 0.221s
2025-11-24 20:51:11,209 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:10 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53b165fb-5785-4995-af40-e04501011561', 'x-compute-request-id': 'req-53b165fb-5785-4995-af40-e04501011561', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0bb2acb2-9913-4709-8cbd-9d966914389f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0bb2acb2-9913-4709-8cbd-9d966914389f could not be found."}}'
2025-11-24 20:51:12,126 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/remove_router_interface 0.915s
2025-11-24 20:51:12,126 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "47c634d3-9ffa-4994-9796-99855991ea92"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b9e265d1-9da4-40ff-97e0-3133dbd9f06f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/remove_router_interface'}
Body: b'{"id": "a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "311f4799-16bc-47a4-943c-8c1984f362dc", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "subnet_id": "47c634d3-9ffa-4994-9796-99855991ea92", "subnet_ids": ["47c634d3-9ffa-4994-9796-99855991ea92"]}'
2025-11-24 20:51:12,496 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/47c634d3-9ffa-4994-9796-99855991ea92 0.370s
2025-11-24 20:51:12,496 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-0503b3e4-09b3-47d1-9fec-0da02b41d39a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/47c634d3-9ffa-4994-9796-99855991ea92'}
Body: b''
2025-11-24 20:51:15,000 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/remove_router_interface 2.504s
2025-11-24 20:51:15,001 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1577d398-a547-41e5-a761-db5f48b36fed"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-899cd97a-9c0c-420b-a562-a502beb64b39', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6/remove_router_interface'}
Body: b'{"id": "a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6", "tenant_id": "68888f16e5b04b808865a338fb48bf2f", "port_id": "8c37f994-fcae-462f-bc1a-8562db7aeb55", "network_id": "7726002e-ceb4-4ee9-a16e-fe44c5654017", "subnet_id": "1577d398-a547-41e5-a761-db5f48b36fed", "subnet_ids": ["1577d398-a547-41e5-a761-db5f48b36fed"]}'
2025-11-24 20:51:16,731 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6 1.730s
2025-11-24 20:51:16,731 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:16 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7ed45fad-d9f2-4f4c-b0ea-771106d522c5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a62c9b74-e2b6-4dab-b37b-e1d9e397f3c6'}
Body: b''
2025-11-24 20:51:17,173 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1577d398-a547-41e5-a761-db5f48b36fed 0.442s
2025-11-24 20:51:17,174 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:17 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7ccb287d-1074-4b64-bb4a-be5cb2f0a350', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1577d398-a547-41e5-a761-db5f48b36fed'}
Body: b''
2025-11-24 20:51:18,244 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/7726002e-ceb4-4ee9-a16e-fe44c5654017 1.070s
2025-11-24 20:51:18,244 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:18 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-4b9b900f-5e69-4334-a879-15b44fb6dcc9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/7726002e-ceb4-4ee9-a16e-fe44c5654017'}
Body: b''
2025-11-24 20:51:19,196 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/cc6cdc7e-63ab-4073-8425-8d8b8baafe18 0.951s
2025-11-24 20:51:19,196 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:19 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9aca958f-ef49-4a64-8e8a-f2b49ca38f4a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/cc6cdc7e-63ab-4073-8425-8d8b8baafe18'}
Body: b''
2025-11-24 20:51:19,342 46 INFO [tempest.lib.common.rest_client] Request (TestGettingAddress:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-656917626 0.145s
2025-11-24 20:51:19,343 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:19 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67e3d889-737a-42bd-a740-9a0c976d21ef', 'x-compute-request-id': 'req-67e3d889-737a-42bd-a740-9a0c976d21ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestGettingAddress-656917626'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 244, in test_slaac_from_os
self._prepare_and_test(address6_mode='slaac')
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 193, in _prepare_and_test
sshv4_1, ips_from_api_1, srv1 = self.prepare_server(networks=net_list)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_v6.py", line 129, in prepare_server
srv = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0bb2acb2-9913-4709-8cbd-9d966914389f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:51:08Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-794746b6-77ac-4c57-b9b3-2a760b2505c6.
|
||||||
| tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 6 | 0 | 5 | 0 | 1 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,multinode,network,slow] |
skip
pt53.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,multinode,network,slow]
|
||||||
test_cross_tenant_traffic[compute,id-e79f879e-debb-440c-a7e4-efeda05b6848,multinode,network] |
fail
ft53.2: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic[compute,id-e79f879e-debb-440c-a7e4-efeda05b6848,multinode,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:52:13,923 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.276s
2025-11-24 20:52:13,924 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1896955149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJDeLxH2PDOrOINnnGSwDgH+8dRwxQobL6yFu3A2cPs2mf+Q2F/Dhs2aQcHWd7gAhQN65EqHSgEOznU7QgLObJoH36T0noa+YoqSyubG9Li2uzvBlxNGBl9fMN5Ms3QjHQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:13 GMT', 'server': 'Apache', 'content-length': '405', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5de6654-5087-49d0-a04b-b0a859920957', 'x-compute-request-id': 'req-a5de6654-5087-49d0-a04b-b0a859920957', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1896955149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJDeLxH2PDOrOINnnGSwDgH+8dRwxQobL6yFu3A2cPs2mf+Q2F/Dhs2aQcHWd7gAhQN65EqHSgEOznU7QgLObJoH36T0noa+YoqSyubG9Li2uzvBlxNGBl9fMN5Ms3QjHQ==", "fingerprint": "b4:d4:4b:67:97:44:30:4b:a9:bd:7e:30:f5:ef:4d:bc", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14"}}'
2025-11-24 20:52:15,880 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.953s
2025-11-24 20:52:15,880 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1348523906", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-0642ef10-1548-40fc-84a9-978c804818a9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"56b8f84f-c9a3-49ed-994f-cf016390a327","name":"tempest-network-smoke--1348523906","tenant_id":"462428e1fff34208a6ef81c8a68659e0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"462428e1fff34208a6ef81c8a68659e0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:52:14Z","updated_at":"2025-11-24T20:52:14Z","revision_number":1}}'
2025-11-24 20:52:18,129 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.248s
2025-11-24 20:52:18,129 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1497364118", "admin_state_up": true, "project_id": "462428e1fff34208a6ef81c8a68659e0", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '679', 'x-openstack-request-id': 'req-086321c5-35f6-4343-a158-b997e9d014ee', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "d2dd91a3-9c81-4ad6-a3ff-c2acc068543f", "name": "tempest-TestSecurityGroupsBasicOps-router-1497364118", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.197"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:52:16Z", "updated_at": "2025-11-24T20:52:17Z", "revision_number": 2, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:18,303 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28 0.173s
2025-11-24 20:52:18,304 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-9671c686-40e4-4684-90e5-04b546fe38f0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:52:18,447 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.142s
2025-11-24 20:52:18,448 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-bcf43bcc-b521-4f53-a9ec-e1dc08f766d3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:52:18,551 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.094s
2025-11-24 20:52:18,551 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:18 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-31fb9d9f-39e2-4dc6-a016-2b0f176e5f5c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:52:19,966 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.414s
2025-11-24 20:52:19,966 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-710287570", "network_id": "56b8f84f-c9a3-49ed-994f-cf016390a327", "project_id": "462428e1fff34208a6ef81c8a68659e0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-99682c44-1203-49ae-a6ca-d71eeded219d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"254910b1-4846-43ee-94b7-c27fe1543617","name":"tempest-subnet-smoke-710287570","tenant_id":"462428e1fff34208a6ef81c8a68659e0","network_id":"56b8f84f-c9a3-49ed-994f-cf016390a327","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:52:18Z","updated_at":"2025-11-24T20:52:18Z","revision_number":0,"project_id":"462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:23,080 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f/add_router_interface 3.113s
2025-11-24 20:52:23,080 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "254910b1-4846-43ee-94b7-c27fe1543617"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-cda60506-7d41-41bd-b3a3-91e6151f1eb2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f/add_router_interface'}
Body: b'{"id": "d2dd91a3-9c81-4ad6-a3ff-c2acc068543f", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "ec5dcd50-22a1-4e9c-86d0-cbca617e8b8c", "network_id": "56b8f84f-c9a3-49ed-994f-cf016390a327", "subnet_id": "254910b1-4846-43ee-94b7-c27fe1543617", "subnet_ids": ["254910b1-4846-43ee-94b7-c27fe1543617"]}'
2025-11-24 20:52:23,395 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.314s
2025-11-24 20:52:23,395 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_access--2036128676", "description": "tempest-secgroup_access--2036128676 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-015690bc-baae-48a6-a91a-f65c563306c6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "374b984f-8cd0-41f4-b511-494f8860c09d", "name": "tempest-secgroup_access--2036128676", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_access--2036128676 description", "shared": false, "security_group_rules": [{"id": "04b83136-0f84-445d-9bd1-9f7696b42e12", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "374b984f-8cd0-41f4-b511-494f8860c09d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3529, "description": null, "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "4f6b4fd7-a4ec-430b-bc8b-7c7ae7e80147", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "374b984f-8cd0-41f4-b511-494f8860c09d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3528, "description": null, "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:23,758 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.363s
2025-11-24 20:52:23,759 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_general--893189196", "description": "tempest-secgroup_general--893189196 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-58432c27-ec7a-4eb8-ad3d-b9da6b7827a4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e2ea6256-ca89-479d-8124-309a9d868b9f", "name": "tempest-secgroup_general--893189196", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_general--893189196 description", "shared": false, "security_group_rules": [{"id": "9894765d-33bc-4239-95b1-56d0547e2652", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "e2ea6256-ca89-479d-8124-309a9d868b9f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3532, "description": null, "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "eb04b937-9a72-413c-8350-af84a7a8003c", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "e2ea6256-ca89-479d-8124-309a9d868b9f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3531, "description": null, "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:52:23Z", "updated_at": "2025-11-24T20:52:23Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:25,293 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.534s
2025-11-24 20:52:25,294 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "374b984f-8cd0-41f4-b511-494f8860c09d", "project_id": "462428e1fff34208a6ef81c8a68659e0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-21ff7e4f-1b1a-49be-954f-506878a5efea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f4d015b8-842c-436d-bbaf-8aab0bc3f196", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "374b984f-8cd0-41f4-b511-494f8860c09d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:24Z", "updated_at": "2025-11-24T20:52:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:25,667 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.369s
2025-11-24 20:52:25,668 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:25 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a14e1b4b-2e47-4e6c-a089-17aaa83fd4d5', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7af55ea1fdfc45a39dc12f57e938cf14", "name": "tempest-TestSecurityGroupsBasicOps-1184000749-project-member", "password_expires_at": null}, "audit_ids": ["05pNznsYRsyAFD-uWxKgLA"], "expires_at": "2025-11-24T21:52:25.000000Z", "issued_at": "2025-11-24T20:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "462428e1fff34208a6ef81c8a68659e0", "name": "tempest-TestSecurityGroupsBasicOps-1184000749"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:52:25,669 44 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant
2025-11-24 20:52:27,796 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.126s
2025-11-24 20:52:27,797 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1818101581", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "56b8f84f-c9a3-49ed-994f-cf016390a327"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1896955149", "security_groups": [{"name": "tempest-secgroup_access--2036128676"}, {"name": "tempest-secgroup_general--893189196"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:25 GMT', 'server': 'Apache', 'content-length': '497', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95be429d-61b2-4707-bf82-0069e8b0be8e', 'x-compute-request-id': 'req-95be429d-61b2-4707-bf82-0069e8b0be8e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--2036128676"}, {"name": "tempest-secgroup_general--893189196"}], "adminPass": "NoK3tNFcZ52i"}}'
2025-11-24 20:52:28,287 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 0.486s
2025-11-24 20:52:28,288 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:27 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5c02635-1344-456d-a920-ecf7281714e6', 'x-compute-request-id': 'req-c5c02635-1344-456d-a920-ecf7281714e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13'}
Body: b'{"server": {"id": "4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1818101581", "status": "BUILD", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:27Z", "updated": "2025-11-24T20:52:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1896955149", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:29,628 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 0.332s
2025-11-24 20:52:29,628 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:29 GMT', 'server': 'Apache', 'content-length': '1551', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1e2343-4822-4f25-a817-ee09d2c2fe8f', 'x-compute-request-id': 'req-ed1e2343-4822-4f25-a817-ee09d2c2fe8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13'}
Body: b'{"server": {"id": "4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1818101581", "status": "ERROR", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:27Z", "updated": "2025-11-24T20:52:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:52:28Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1896955149", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:29,632 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:52:30,051 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 0.418s
2025-11-24 20:52:30,051 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:29 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8985166a-ba55-4e1c-a365-cfe93515e97f', 'x-compute-request-id': 'req-8985166a-ba55-4e1c-a365-cfe93515e97f', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13'}
Body: b''
2025-11-24 20:52:30,158 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 0.107s
2025-11-24 20:52:30,159 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:30 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dd5cfe1-ed5c-49d0-a709-c7d973004092', 'x-compute-request-id': 'req-5dd5cfe1-ed5c-49d0-a709-c7d973004092', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 could not be found."}}'
2025-11-24 20:52:30,434 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/e2ea6256-ca89-479d-8124-309a9d868b9f 0.273s
2025-11-24 20:52:30,435 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:30 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-90564bce-7488-4b59-8c4a-a208ca6aa622', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/e2ea6256-ca89-479d-8124-309a9d868b9f'}
Body: b''
2025-11-24 20:52:30,643 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/374b984f-8cd0-41f4-b511-494f8860c09d 0.207s
2025-11-24 20:52:30,643 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:30 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-245d5b5c-0507-40a8-a5e7-27c1ecc7189f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/374b984f-8cd0-41f4-b511-494f8860c09d'}
Body: b''
2025-11-24 20:52:31,645 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f/remove_router_interface 1.001s
2025-11-24 20:52:31,645 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "254910b1-4846-43ee-94b7-c27fe1543617"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f4217bf0-579d-4079-86a7-f18da888dc04', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f/remove_router_interface'}
Body: b'{"id": "d2dd91a3-9c81-4ad6-a3ff-c2acc068543f", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "ec5dcd50-22a1-4e9c-86d0-cbca617e8b8c", "network_id": "56b8f84f-c9a3-49ed-994f-cf016390a327", "subnet_id": "254910b1-4846-43ee-94b7-c27fe1543617", "subnet_ids": ["254910b1-4846-43ee-94b7-c27fe1543617"]}'
2025-11-24 20:52:32,029 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/254910b1-4846-43ee-94b7-c27fe1543617 0.384s
2025-11-24 20:52:32,030 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:32 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-224e9939-1aed-4afb-807b-2461acf01d60', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/254910b1-4846-43ee-94b7-c27fe1543617'}
Body: b''
2025-11-24 20:52:32,897 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f 0.867s
2025-11-24 20:52:32,898 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:32 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-97c330b9-8faf-4c1c-80f8-6b14cd4225d5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/d2dd91a3-9c81-4ad6-a3ff-c2acc068543f'}
Body: b''
2025-11-24 20:52:33,796 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/56b8f84f-c9a3-49ed-994f-cf016390a327 0.897s
2025-11-24 20:52:33,796 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:33 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7f115df0-fc90-43ca-8ab3-9286c416697b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/56b8f84f-c9a3-49ed-994f-cf016390a327'}
Body: b''
2025-11-24 20:52:33,938 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1896955149 0.142s
2025-11-24 20:52:33,939 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:33 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf6ba434-c309-419a-a432-ae903019ae90', 'x-compute-request-id': 'req-cf6ba434-c309-419a-a432-ae903019ae90', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1896955149'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp
self._deploy_tenant(self.primary_tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 354, in _deploy_tenant
self._set_access_point(tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 318, in _set_access_point
server = self._create_server(name, tenant,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4fed6de6-a0a3-4d86-a6d6-4bdf9e850a13 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:52:28Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-95be429d-61b2-4707-bf82-0069e8b0be8e.
|
||||||
test_in_tenant_traffic[compute,id-63163892-bbf6-4249-aa12-d5ea1f8f421b,multinode,network] |
fail
ft53.3: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic[compute,id-63163892-bbf6-4249-aa12-d5ea1f8f421b,multinode,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:52:34,047 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.103s
2025-11-24 20:52:34,047 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-179980861", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLONidYFfTstSuHBISSJqFzt6GchRt/mG2gYKAO3UphthOpjdPJdUnHItt3adkueBOiszMxGlm4zE/quGyrAX4w7Aj0cWP8na+WmyGm1yr/ATQ485QLlhzb4ZywhMTwPRw=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:33 GMT', 'server': 'Apache', 'content-length': '404', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ee81ff-48ae-496a-8c4a-eb726ab1fe81', 'x-compute-request-id': 'req-15ee81ff-48ae-496a-8c4a-eb726ab1fe81', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-179980861", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLONidYFfTstSuHBISSJqFzt6GchRt/mG2gYKAO3UphthOpjdPJdUnHItt3adkueBOiszMxGlm4zE/quGyrAX4w7Aj0cWP8na+WmyGm1yr/ATQ485QLlhzb4ZywhMTwPRw==", "fingerprint": "60:2f:d1:2d:ea:3a:78:5b:d0:b7:c3:1e:f9:34:57:17", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14"}}'
2025-11-24 20:52:36,271 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.222s
2025-11-24 20:52:36,272 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--715325888", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-1571d65a-a170-4191-a6ee-be03f922a14f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"e4cd1af7-9e04-4433-8b79-68caa1a15de7","name":"tempest-network-smoke--715325888","tenant_id":"462428e1fff34208a6ef81c8a68659e0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"462428e1fff34208a6ef81c8a68659e0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:52:34Z","updated_at":"2025-11-24T20:52:34Z","revision_number":1}}'
2025-11-24 20:52:39,504 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.232s
2025-11-24 20:52:39,504 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1095411014", "admin_state_up": true, "project_id": "462428e1fff34208a6ef81c8a68659e0", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '679', 'x-openstack-request-id': 'req-2446c4cb-9b70-4ee8-a081-21373990f693', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "8402818b-15d1-457d-9e1c-6dac3b564386", "name": "tempest-TestSecurityGroupsBasicOps-router-1095411014", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.247"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:52:36Z", "updated_at": "2025-11-24T20:52:37Z", "revision_number": 2, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:39,637 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28 0.132s
2025-11-24 20:52:39,637 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-f03f7daf-a4ae-477d-af61-b06d736f1787', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:52:39,794 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.156s
2025-11-24 20:52:39,794 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-2b1dc53f-38bf-4551-98d0-0ca80eed4079', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:52:39,870 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.075s
2025-11-24 20:52:39,871 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-2f783738-d974-400f-9e0f-63fbb5440d6b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:52:40,833 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.962s
2025-11-24 20:52:40,833 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-2130608016", "network_id": "e4cd1af7-9e04-4433-8b79-68caa1a15de7", "project_id": "462428e1fff34208a6ef81c8a68659e0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-4d4bec48-30b2-4233-8901-7dddb5154d4c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"15fe8cd1-8205-4727-bc38-8f5fc078644f","name":"tempest-subnet-smoke-2130608016","tenant_id":"462428e1fff34208a6ef81c8a68659e0","network_id":"e4cd1af7-9e04-4433-8b79-68caa1a15de7","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:52:40Z","updated_at":"2025-11-24T20:52:40Z","revision_number":0,"project_id":"462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:45,663 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386/add_router_interface 4.829s
2025-11-24 20:52:45,663 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "15fe8cd1-8205-4727-bc38-8f5fc078644f"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-d1cc51ff-249f-4a3e-9a93-4f365bd70f06', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386/add_router_interface'}
Body: b'{"id": "8402818b-15d1-457d-9e1c-6dac3b564386", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "545ff928-5858-4153-8a8e-74f499b2f347", "network_id": "e4cd1af7-9e04-4433-8b79-68caa1a15de7", "subnet_id": "15fe8cd1-8205-4727-bc38-8f5fc078644f", "subnet_ids": ["15fe8cd1-8205-4727-bc38-8f5fc078644f"]}'
2025-11-24 20:52:46,181 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.517s
2025-11-24 20:52:46,182 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_access--1583192076", "description": "tempest-secgroup_access--1583192076 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-515fa12b-6b91-4c7f-be95-2b836a229e21', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6607648c-49fc-405e-93f0-29f46ad5916a", "name": "tempest-secgroup_access--1583192076", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_access--1583192076 description", "shared": false, "security_group_rules": [{"id": "7669cfcf-335c-4c37-8ceb-3d5085e13a2d", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "6607648c-49fc-405e-93f0-29f46ad5916a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3542, "description": null, "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "c8d895c8-60ed-4d22-89f5-9fada63cf361", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "6607648c-49fc-405e-93f0-29f46ad5916a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3543, "description": null, "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:46,459 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.276s
2025-11-24 20:52:46,460 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_general--1882796176", "description": "tempest-secgroup_general--1882796176 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-981ad7ee-be5b-49d6-9226-760282548690', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b7ff87d0-6957-4fee-93fb-34a214390f71", "name": "tempest-secgroup_general--1882796176", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_general--1882796176 description", "shared": false, "security_group_rules": [{"id": "aee74893-cdeb-4af7-96be-3bd4e1f61cd4", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "b7ff87d0-6957-4fee-93fb-34a214390f71", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3545, "description": null, "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "e0d10724-59aa-4d32-9bc0-7c8328bb2f77", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "b7ff87d0-6957-4fee-93fb-34a214390f71", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3546, "description": null, "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:46,749 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.289s
2025-11-24 20:52:46,750 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6607648c-49fc-405e-93f0-29f46ad5916a", "project_id": "462428e1fff34208a6ef81c8a68659e0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6ba2698c-b35a-41a6-a461-698bd1fac911', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f6c50c9d-3538-4d1f-939b-3a21fb858ab8", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "6607648c-49fc-405e-93f0-29f46ad5916a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:46Z", "updated_at": "2025-11-24T20:52:46Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:52:47,083 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.329s
2025-11-24 20:52:47,083 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:46 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ba03d7b1-4efb-4467-829d-392d0791ae31', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7af55ea1fdfc45a39dc12f57e938cf14", "name": "tempest-TestSecurityGroupsBasicOps-1184000749-project-member", "password_expires_at": null}, "audit_ids": ["It4V8wtyTRabAFcSg9od8A"], "expires_at": "2025-11-24T21:52:47.000000Z", "issued_at": "2025-11-24T20:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "462428e1fff34208a6ef81c8a68659e0", "name": "tempest-TestSecurityGroupsBasicOps-1184000749"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:52:47,083 44 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant
2025-11-24 20:52:49,411 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.327s
2025-11-24 20:52:49,411 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-327250568", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "e4cd1af7-9e04-4433-8b79-68caa1a15de7"}], "key_name": "tempest-TestSecurityGroupsBasicOps-179980861", "security_groups": [{"name": "tempest-secgroup_access--1583192076"}, {"name": "tempest-secgroup_general--1882796176"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:47 GMT', 'server': 'Apache', 'content-length': '498', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a5d223-0dcf-421a-9776-3d35c72b5198', 'x-compute-request-id': 'req-b3a5d223-0dcf-421a-9776-3d35c72b5198', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "3b3324b2-ec3e-48e8-b531-56fe91e488ce", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--1583192076"}, {"name": "tempest-secgroup_general--1882796176"}], "adminPass": "EAE6niRsP7a2"}}'
2025-11-24 20:52:49,706 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce 0.293s
2025-11-24 20:52:49,706 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:49 GMT', 'server': 'Apache', 'content-length': '1439', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-601b9354-8bb2-424e-b2e1-a910f8171444', 'x-compute-request-id': 'req-601b9354-8bb2-424e-b2e1-a910f8171444', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce'}
Body: b'{"server": {"id": "3b3324b2-ec3e-48e8-b531-56fe91e488ce", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-327250568", "status": "BUILD", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:49Z", "updated": "2025-11-24T20:52:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-179980861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:51,317 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce 0.607s
2025-11-24 20:52:51,317 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:50 GMT', 'server': 'Apache', 'content-length': '1549', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a1f4816-ef8a-4579-9844-131b37b8885d', 'x-compute-request-id': 'req-3a1f4816-ef8a-4579-9844-131b37b8885d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce'}
Body: b'{"server": {"id": "3b3324b2-ec3e-48e8-b531-56fe91e488ce", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-327250568", "status": "ERROR", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:49Z", "updated": "2025-11-24T20:52:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:52:50Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-179980861", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:51,324 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:52:52,048 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce 0.723s
2025-11-24 20:52:52,048 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:51 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f5a3803-b56b-4d48-8bf2-1f8e0fad092f', 'x-compute-request-id': 'req-7f5a3803-b56b-4d48-8bf2-1f8e0fad092f', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce'}
Body: b''
2025-11-24 20:52:52,164 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce 0.116s
2025-11-24 20:52:52,164 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:52 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef80367a-1802-428b-9ddc-e5c53d9880c1', 'x-compute-request-id': 'req-ef80367a-1802-428b-9ddc-e5c53d9880c1', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/3b3324b2-ec3e-48e8-b531-56fe91e488ce'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b3324b2-ec3e-48e8-b531-56fe91e488ce could not be found."}}'
2025-11-24 20:52:53,475 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b7ff87d0-6957-4fee-93fb-34a214390f71 1.310s
2025-11-24 20:52:53,475 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:53 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d990e9ea-1664-48a2-9811-f2a8bb2de622', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b7ff87d0-6957-4fee-93fb-34a214390f71'}
Body: b''
2025-11-24 20:52:53,713 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/6607648c-49fc-405e-93f0-29f46ad5916a 0.237s
2025-11-24 20:52:53,713 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:53 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-0524d550-e5d1-4a18-a13d-98266163332b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/6607648c-49fc-405e-93f0-29f46ad5916a'}
Body: b''
2025-11-24 20:52:56,125 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386/remove_router_interface 2.411s
2025-11-24 20:52:56,126 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "15fe8cd1-8205-4727-bc38-8f5fc078644f"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-f8728618-a332-4a82-bbeb-4ccd2b4e3215', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386/remove_router_interface'}
Body: b'{"id": "8402818b-15d1-457d-9e1c-6dac3b564386", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "545ff928-5858-4153-8a8e-74f499b2f347", "network_id": "e4cd1af7-9e04-4433-8b79-68caa1a15de7", "subnet_id": "15fe8cd1-8205-4727-bc38-8f5fc078644f", "subnet_ids": ["15fe8cd1-8205-4727-bc38-8f5fc078644f"]}'
2025-11-24 20:52:56,726 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/15fe8cd1-8205-4727-bc38-8f5fc078644f 0.599s
2025-11-24 20:52:56,726 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:56 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-898fb826-8c25-4433-a650-7a3b05250645', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/15fe8cd1-8205-4727-bc38-8f5fc078644f'}
Body: b''
2025-11-24 20:52:58,022 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386 1.295s
2025-11-24 20:52:58,023 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:58 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c34f5f35-0224-4223-9fa7-69295d9b14f6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8402818b-15d1-457d-9e1c-6dac3b564386'}
Body: b''
2025-11-24 20:52:59,088 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e4cd1af7-9e04-4433-8b79-68caa1a15de7 1.065s
2025-11-24 20:52:59,088 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:59 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-c536ef24-d38b-4fcd-87a2-7d6add2029ef', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/e4cd1af7-9e04-4433-8b79-68caa1a15de7'}
Body: b''
2025-11-24 20:52:59,215 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-179980861 0.126s
2025-11-24 20:52:59,215 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:59 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e453299-4760-4c01-b142-2b2116cf9801', 'x-compute-request-id': 'req-1e453299-4760-4c01-b142-2b2116cf9801', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-179980861'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp
self._deploy_tenant(self.primary_tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 354, in _deploy_tenant
self._set_access_point(tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 318, in _set_access_point
server = self._create_server(name, tenant,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3b3324b2-ec3e-48e8-b531-56fe91e488ce failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:52:50Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-b3a5d223-0dcf-421a-9776-3d35c72b5198.
|
||||||
test_multiple_security_groups[compute,id-d2f77418-fcc4-439d-b935-72eca704e293,multinode,network,slow] |
fail
ft53.4: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups[compute,id-d2f77418-fcc4-439d-b935-72eca704e293,multinode,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:52:59,329 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.106s
2025-11-24 20:52:59,329 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1957928593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGHwRX35cNoeF/goRkOYOm7wlfUDrnAay0jKVxWDsBJa/NnxGQsg3T/m9M0JB7q6/Oz64SfKbY1KIlEwSdFmotAFkYZck8RDl1m4BhjA8gbiL9BXOZuWZ4YvV1iC9vE6AQ=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:59 GMT', 'server': 'Apache', 'content-length': '405', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-928fb8df-847e-41e7-8f8a-9dc175fbe58f', 'x-compute-request-id': 'req-928fb8df-847e-41e7-8f8a-9dc175fbe58f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1957928593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGHwRX35cNoeF/goRkOYOm7wlfUDrnAay0jKVxWDsBJa/NnxGQsg3T/m9M0JB7q6/Oz64SfKbY1KIlEwSdFmotAFkYZck8RDl1m4BhjA8gbiL9BXOZuWZ4YvV1iC9vE6AQ==", "fingerprint": "81:02:d8:83:79:ff:ab:6a:3d:9c:d0:94:e1:93:e8:9d", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14"}}'
2025-11-24 20:53:01,374 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.043s
2025-11-24 20:53:01,374 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1194060728", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-09b88c21-dcb4-4be7-bc70-699e8e2962f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2099ebee-dfdf-49ae-925f-4a4ca6aa79db","name":"tempest-network-smoke--1194060728","tenant_id":"462428e1fff34208a6ef81c8a68659e0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"462428e1fff34208a6ef81c8a68659e0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:52:59Z","updated_at":"2025-11-24T20:52:59Z","revision_number":1}}'
2025-11-24 20:53:04,686 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 3.311s
2025-11-24 20:53:04,686 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1419453244", "admin_state_up": true, "project_id": "462428e1fff34208a6ef81c8a68659e0", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '679', 'x-openstack-request-id': 'req-3b64500c-615f-4c48-be61-858d2788fbc6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "3548c677-9285-429f-a8a0-4d3ff1899aeb", "name": "tempest-TestSecurityGroupsBasicOps-router-1419453244", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.200"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:53:01Z", "updated_at": "2025-11-24T20:53:03Z", "revision_number": 2, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:04,832 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28 0.145s
2025-11-24 20:53:04,832 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-aa17ee3b-953e-4ab2-9313-37cb414147f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:05,089 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.257s
2025-11-24 20:53:05,090 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-b40c709f-5a3f-4be7-a1cc-98fb973cc8f0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:53:05,199 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.109s
2025-11-24 20:53:05,200 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-cf432bda-38a6-4937-88e2-6c5b7b6459e9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:05,975 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.775s
2025-11-24 20:53:05,976 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-154414229", "network_id": "2099ebee-dfdf-49ae-925f-4a4ca6aa79db", "project_id": "462428e1fff34208a6ef81c8a68659e0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-e538d0be-111a-4f04-99f5-574a59579807', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"1734518c-9fbc-41dc-80b9-fea994df8a08","name":"tempest-subnet-smoke-154414229","tenant_id":"462428e1fff34208a6ef81c8a68659e0","network_id":"2099ebee-dfdf-49ae-925f-4a4ca6aa79db","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:53:05Z","updated_at":"2025-11-24T20:53:05Z","revision_number":0,"project_id":"462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:08,729 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb/add_router_interface 2.753s
2025-11-24 20:53:08,730 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1734518c-9fbc-41dc-80b9-fea994df8a08"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0f53d1cc-a507-4b96-ad20-7d18f80590e1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb/add_router_interface'}
Body: b'{"id": "3548c677-9285-429f-a8a0-4d3ff1899aeb", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "69afc964-a66f-49a7-bf3f-d092cdf681d1", "network_id": "2099ebee-dfdf-49ae-925f-4a4ca6aa79db", "subnet_id": "1734518c-9fbc-41dc-80b9-fea994df8a08", "subnet_ids": ["1734518c-9fbc-41dc-80b9-fea994df8a08"]}'
2025-11-24 20:53:09,215 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.485s
2025-11-24 20:53:09,215 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_access--1471387584", "description": "tempest-secgroup_access--1471387584 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-155a7338-1ad0-4a7a-91ca-aacc047eaf72', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "cfc8d662-ce96-405c-84a8-5356a81ec71b", "name": "tempest-secgroup_access--1471387584", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_access--1471387584 description", "shared": false, "security_group_rules": [{"id": "97da985e-afd6-469f-ab16-3df5df91a73a", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "cfc8d662-ce96-405c-84a8-5356a81ec71b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3556, "description": null, "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "b68fd885-5f88-4c9d-8e37-5944fb9d0074", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "cfc8d662-ce96-405c-84a8-5356a81ec71b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3557, "description": null, "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:09,429 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.213s
2025-11-24 20:53:09,430 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_general--1881321744", "description": "tempest-secgroup_general--1881321744 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-fddbdb0b-5ca9-4ed1-85d3-08e627d6f8a8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "49c29737-f0d7-4ab6-a9bf-3c6daeef7f84", "name": "tempest-secgroup_general--1881321744", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_general--1881321744 description", "shared": false, "security_group_rules": [{"id": "2b8e9785-5078-47c2-98b1-62ddb2a5f6c5", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "49c29737-f0d7-4ab6-a9bf-3c6daeef7f84", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3559, "description": null, "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "8b80fa3d-141e-4586-bc1f-9caa2bee0f7e", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "49c29737-f0d7-4ab6-a9bf-3c6daeef7f84", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3560, "description": null, "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:09,614 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.182s
2025-11-24 20:53:09,615 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cfc8d662-ce96-405c-84a8-5356a81ec71b", "project_id": "462428e1fff34208a6ef81c8a68659e0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b17f5b1b-ca8a-49c0-bfbe-bd7691df46a9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f1b1ca7f-8f2d-4f34-9d1f-8235ad42034e", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "cfc8d662-ce96-405c-84a8-5356a81ec71b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:53:09Z", "updated_at": "2025-11-24T20:53:09Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:09,977 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.357s
2025-11-24 20:53:09,977 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:09 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-84672644-73ef-434a-b2b6-b881176bc5bc', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7af55ea1fdfc45a39dc12f57e938cf14", "name": "tempest-TestSecurityGroupsBasicOps-1184000749-project-member", "password_expires_at": null}, "audit_ids": ["PorBzPkoRZaGjP9GNh4U6A"], "expires_at": "2025-11-24T21:53:09.000000Z", "issued_at": "2025-11-24T20:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "462428e1fff34208a6ef81c8a68659e0", "name": "tempest-TestSecurityGroupsBasicOps-1184000749"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:53:09,978 44 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant
2025-11-24 20:53:13,390 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.412s
2025-11-24 20:53:13,391 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1874098796", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "2099ebee-dfdf-49ae-925f-4a4ca6aa79db"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1957928593", "security_groups": [{"name": "tempest-secgroup_access--1471387584"}, {"name": "tempest-secgroup_general--1881321744"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:09 GMT', 'server': 'Apache', 'content-length': '498', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7edbf72e-b21f-4e9b-8ad3-09cca8341864', 'x-compute-request-id': 'req-7edbf72e-b21f-4e9b-8ad3-09cca8341864', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bd1c6886-60f0-454b-b2ef-860bfce41310", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--1471387584"}, {"name": "tempest-secgroup_general--1881321744"}], "adminPass": "HRpfVdgQK7Cb"}}'
2025-11-24 20:53:13,645 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310 0.251s
2025-11-24 20:53:13,645 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:13 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b536aeef-37ee-4d59-83fc-1a16b00ecf47', 'x-compute-request-id': 'req-b536aeef-37ee-4d59-83fc-1a16b00ecf47', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310'}
Body: b'{"server": {"id": "bd1c6886-60f0-454b-b2ef-860bfce41310", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1874098796", "status": "BUILD", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:13Z", "updated": "2025-11-24T20:53:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1957928593", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:15,298 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310 0.642s
2025-11-24 20:53:15,298 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:14 GMT', 'server': 'Apache', 'content-length': '1551', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2a2016-4e7c-4c35-929e-b78ca6f58fae', 'x-compute-request-id': 'req-bd2a2016-4e7c-4c35-929e-b78ca6f58fae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310'}
Body: b'{"server": {"id": "bd1c6886-60f0-454b-b2ef-860bfce41310", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1874098796", "status": "ERROR", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:13Z", "updated": "2025-11-24T20:53:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd1c6886-60f0-454b-b2ef-860bfce41310"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:53:14Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1957928593", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:15,301 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:53:15,754 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310 0.453s
2025-11-24 20:53:15,755 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:15 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cad40994-903f-4479-a995-f17959c98086', 'x-compute-request-id': 'req-cad40994-903f-4479-a995-f17959c98086', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310'}
Body: b''
2025-11-24 20:53:15,843 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310 0.087s
2025-11-24 20:53:15,843 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:15 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61a9195d-4012-4ee0-af8f-4e20505c7c67', 'x-compute-request-id': 'req-61a9195d-4012-4ee0-af8f-4e20505c7c67', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd1c6886-60f0-454b-b2ef-860bfce41310'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd1c6886-60f0-454b-b2ef-860bfce41310 could not be found."}}'
2025-11-24 20:53:16,079 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/49c29737-f0d7-4ab6-a9bf-3c6daeef7f84 0.236s
2025-11-24 20:53:16,080 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:16 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-69176905-c390-461b-b072-92f8a8e2da66', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/49c29737-f0d7-4ab6-a9bf-3c6daeef7f84'}
Body: b''
2025-11-24 20:53:16,315 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/cfc8d662-ce96-405c-84a8-5356a81ec71b 0.234s
2025-11-24 20:53:16,315 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:16 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-7ebce8d3-3c12-434a-b6b7-04eefc569997', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/cfc8d662-ce96-405c-84a8-5356a81ec71b'}
Body: b''
2025-11-24 20:53:17,397 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb/remove_router_interface 1.081s
2025-11-24 20:53:17,398 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1734518c-9fbc-41dc-80b9-fea994df8a08"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-faae3ffd-5c2c-42a5-ace0-ee4a97e10c02', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb/remove_router_interface'}
Body: b'{"id": "3548c677-9285-429f-a8a0-4d3ff1899aeb", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "69afc964-a66f-49a7-bf3f-d092cdf681d1", "network_id": "2099ebee-dfdf-49ae-925f-4a4ca6aa79db", "subnet_id": "1734518c-9fbc-41dc-80b9-fea994df8a08", "subnet_ids": ["1734518c-9fbc-41dc-80b9-fea994df8a08"]}'
2025-11-24 20:53:17,685 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1734518c-9fbc-41dc-80b9-fea994df8a08 0.285s
2025-11-24 20:53:17,685 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:17 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ee554965-9772-4b29-a0fc-d225d70257a6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/1734518c-9fbc-41dc-80b9-fea994df8a08'}
Body: b''
2025-11-24 20:53:18,509 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb 0.823s
2025-11-24 20:53:18,510 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:18 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b6c92d8a-832f-4944-9379-82f928353326', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3548c677-9285-429f-a8a0-4d3ff1899aeb'}
Body: b''
2025-11-24 20:53:18,921 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2099ebee-dfdf-49ae-925f-4a4ca6aa79db 0.411s
2025-11-24 20:53:18,921 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:18 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-609dd953-acf5-4bac-a3fc-104d7853a613', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2099ebee-dfdf-49ae-925f-4a4ca6aa79db'}
Body: b''
2025-11-24 20:53:19,006 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1957928593 0.084s
2025-11-24 20:53:19,006 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:18 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dedfd91-be34-40c8-aa59-7960363b29c4', 'x-compute-request-id': 'req-1dedfd91-be34-40c8-aa59-7960363b29c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1957928593'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp
self._deploy_tenant(self.primary_tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 354, in _deploy_tenant
self._set_access_point(tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 318, in _set_access_point
server = self._create_server(name, tenant,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bd1c6886-60f0-454b-b2ef-860bfce41310 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:53:14Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-7edbf72e-b21f-4e9b-8ad3-09cca8341864.
|
||||||
test_port_security_disable_security_group[compute,id-7c811dcc-263b-49a3-92d2-1b4d8405f50c,multinode,network,slow] |
fail
ft53.5: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group[compute,id-7c811dcc-263b-49a3-92d2-1b4d8405f50c,multinode,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:53:19,130 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.120s
2025-11-24 20:53:19,130 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1397229081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV//qUyv3+ZdKXpAGZ/6T6hR++CQfSWJfdqIg42VTyb7cQDK4BbIT0wFPjNEtzq8oj/DzgDsydEaad8V56UaijLboLe33+zY9ENB/E8DM1tOI7zyC0KzoxMZJVqUH9wOA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:19 GMT', 'server': 'Apache', 'content-length': '405', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af708c00-6633-4161-aaa4-e2f5733a6beb', 'x-compute-request-id': 'req-af708c00-6633-4161-aaa4-e2f5733a6beb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1397229081", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV//qUyv3+ZdKXpAGZ/6T6hR++CQfSWJfdqIg42VTyb7cQDK4BbIT0wFPjNEtzq8oj/DzgDsydEaad8V56UaijLboLe33+zY9ENB/E8DM1tOI7zyC0KzoxMZJVqUH9wOA==", "fingerprint": "06:8f:68:a0:7f:2f:67:77:76:6b:2b:62:6f:70:5b:83", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14"}}'
2025-11-24 20:53:19,795 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.663s
2025-11-24 20:53:19,796 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1458135888", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-391d1c7c-be29-486c-970e-b2db4bf60a08', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2844b5e3-c98f-46d3-a9ae-e4d6fc409378","name":"tempest-network-smoke--1458135888","tenant_id":"462428e1fff34208a6ef81c8a68659e0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"462428e1fff34208a6ef81c8a68659e0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:53:19Z","updated_at":"2025-11-24T20:53:19Z","revision_number":1}}'
2025-11-24 20:53:21,393 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.596s
2025-11-24 20:53:21,393 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1432839283", "admin_state_up": true, "project_id": "462428e1fff34208a6ef81c8a68659e0", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '679', 'x-openstack-request-id': 'req-bb073bec-0ee0-4035-be91-d5f6db343642', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "72eeebff-765d-4adf-bcc0-530e8d856386", "name": "tempest-TestSecurityGroupsBasicOps-router-1432839283", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.174"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:53:19Z", "updated_at": "2025-11-24T20:53:20Z", "revision_number": 2, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:21,499 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28 0.106s
2025-11-24 20:53:21,499 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-94239583-3562-4d46-8997-f924875d0ca8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:21,676 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.176s
2025-11-24 20:53:21,677 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-8a0e04d4-824a-4ce1-9210-2069a338fc6b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:53:21,811 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.133s
2025-11-24 20:53:21,811 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c583043d-8633-469a-8342-a8daf54a1ad7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:22,652 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.840s
2025-11-24 20:53:22,652 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-40145393", "network_id": "2844b5e3-c98f-46d3-a9ae-e4d6fc409378", "project_id": "462428e1fff34208a6ef81c8a68659e0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '631', 'x-openstack-request-id': 'req-e9923b37-5140-41eb-ab63-73770f15049d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf","name":"tempest-subnet-smoke-40145393","tenant_id":"462428e1fff34208a6ef81c8a68659e0","network_id":"2844b5e3-c98f-46d3-a9ae-e4d6fc409378","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:53:22Z","updated_at":"2025-11-24T20:53:22Z","revision_number":0,"project_id":"462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:24,055 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386/add_router_interface 1.403s
2025-11-24 20:53:24,056 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-e1f3bca4-3abe-4c0a-b9b7-3c2ea43295c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386/add_router_interface'}
Body: b'{"id": "72eeebff-765d-4adf-bcc0-530e8d856386", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "779f4fe7-0f4f-42b4-bada-65674591ffd9", "network_id": "2844b5e3-c98f-46d3-a9ae-e4d6fc409378", "subnet_id": "eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf", "subnet_ids": ["eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf"]}'
2025-11-24 20:53:24,373 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.317s
2025-11-24 20:53:24,374 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_access--1449326907", "description": "tempest-secgroup_access--1449326907 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-2e9676c6-0fb6-4554-9c8c-f027c9a92ffc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b3df249d-8fb2-4a80-aee2-6d828d785243", "name": "tempest-secgroup_access--1449326907", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_access--1449326907 description", "shared": false, "security_group_rules": [{"id": "b8f4844f-6124-42a3-a0d3-660115456cdc", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "b3df249d-8fb2-4a80-aee2-6d828d785243", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3571, "description": null, "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "ef43273a-a806-44f5-9dce-d660c76a9207", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "b3df249d-8fb2-4a80-aee2-6d828d785243", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3570, "description": null, "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:24,722 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.348s
2025-11-24 20:53:24,723 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_general--1913036309", "description": "tempest-secgroup_general--1913036309 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1619', 'x-openstack-request-id': 'req-d81c3102-0a3d-4fd7-bf0b-063d93e9fb3b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "1dae74a1-3391-4e69-b2d0-6193f72d29ed", "name": "tempest-secgroup_general--1913036309", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_general--1913036309 description", "shared": false, "security_group_rules": [{"id": "83139106-4006-43af-b4df-dce19fb3e115", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "1dae74a1-3391-4e69-b2d0-6193f72d29ed", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3573, "description": null, "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "93e2fb96-4e70-4cb2-b539-2bbdbe1bb19b", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "1dae74a1-3391-4e69-b2d0-6193f72d29ed", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3574, "description": null, "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:24,886 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.162s
2025-11-24 20:53:24,887 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b3df249d-8fb2-4a80-aee2-6d828d785243", "project_id": "462428e1fff34208a6ef81c8a68659e0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-46c98676-8078-485c-b57e-773d1f238275', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5dabe6d5-bdb0-45ef-8039-f292d201b8e6", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "b3df249d-8fb2-4a80-aee2-6d828d785243", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:53:24Z", "updated_at": "2025-11-24T20:53:24Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:25,256 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.362s
2025-11-24 20:53:25,256 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:24 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-12b235e2-52e2-4104-890c-a293d1c29b4f', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7af55ea1fdfc45a39dc12f57e938cf14", "name": "tempest-TestSecurityGroupsBasicOps-1184000749-project-member", "password_expires_at": null}, "audit_ids": ["rXo-HEFkQk2Oz8MMh56wxw"], "expires_at": "2025-11-24T21:53:25.000000Z", "issued_at": "2025-11-24T20:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "462428e1fff34208a6ef81c8a68659e0", "name": "tempest-TestSecurityGroupsBasicOps-1184000749"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:53:25,257 44 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant
2025-11-24 20:53:27,417 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.158s
2025-11-24 20:53:27,417 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1261038768", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "2844b5e3-c98f-46d3-a9ae-e4d6fc409378"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1397229081", "security_groups": [{"name": "tempest-secgroup_access--1449326907"}, {"name": "tempest-secgroup_general--1913036309"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:25 GMT', 'server': 'Apache', 'content-length': '498', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e614025-6f15-4439-864f-322ef4e0b59f', 'x-compute-request-id': 'req-0e614025-6f15-4439-864f-322ef4e0b59f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "6b5f4601-9e61-47f5-a21c-3277f362e380", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--1449326907"}, {"name": "tempest-secgroup_general--1913036309"}], "adminPass": "hvHUWV9t6yQ6"}}'
2025-11-24 20:53:27,705 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380 0.286s
2025-11-24 20:53:27,706 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:27 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f115ae09-abdf-4d21-abdd-5f42ce90cc9f', 'x-compute-request-id': 'req-f115ae09-abdf-4d21-abdd-5f42ce90cc9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380'}
Body: b'{"server": {"id": "6b5f4601-9e61-47f5-a21c-3277f362e380", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1261038768", "status": "BUILD", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:27Z", "updated": "2025-11-24T20:53:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1397229081", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:29,100 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380 0.381s
2025-11-24 20:53:29,100 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:28 GMT', 'server': 'Apache', 'content-length': '1551', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-659fe0b5-ec5a-444a-8019-e74fa22a2843', 'x-compute-request-id': 'req-659fe0b5-ec5a-444a-8019-e74fa22a2843', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380'}
Body: b'{"server": {"id": "6b5f4601-9e61-47f5-a21c-3277f362e380", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-1261038768", "status": "ERROR", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:27Z", "updated": "2025-11-24T20:53:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/6b5f4601-9e61-47f5-a21c-3277f362e380"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:53:28Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1397229081", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:29,105 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:53:29,569 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380 0.463s
2025-11-24 20:53:29,569 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:29 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f258b0d-efe4-40c6-8eca-3615f36fb715', 'x-compute-request-id': 'req-1f258b0d-efe4-40c6-8eca-3615f36fb715', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380'}
Body: b''
2025-11-24 20:53:29,689 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380 0.120s
2025-11-24 20:53:29,690 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:29 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5e30b74-4894-4a37-8dca-cf2e9870dd19', 'x-compute-request-id': 'req-c5e30b74-4894-4a37-8dca-cf2e9870dd19', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/6b5f4601-9e61-47f5-a21c-3277f362e380'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6b5f4601-9e61-47f5-a21c-3277f362e380 could not be found."}}'
2025-11-24 20:53:29,868 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/1dae74a1-3391-4e69-b2d0-6193f72d29ed 0.177s
2025-11-24 20:53:29,868 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:29 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d56cf112-1c0a-4547-aa87-525cfd84aea1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/1dae74a1-3391-4e69-b2d0-6193f72d29ed'}
Body: b''
2025-11-24 20:53:30,278 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3df249d-8fb2-4a80-aee2-6d828d785243 0.410s
2025-11-24 20:53:30,279 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:30 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9e8ff654-cd5e-462e-b8a4-27de369fd70f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/b3df249d-8fb2-4a80-aee2-6d828d785243'}
Body: b''
2025-11-24 20:53:31,419 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386/remove_router_interface 1.140s
2025-11-24 20:53:31,419 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-0e4a25b3-3944-4d54-93de-307ef1c0de17', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386/remove_router_interface'}
Body: b'{"id": "72eeebff-765d-4adf-bcc0-530e8d856386", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "779f4fe7-0f4f-42b4-bada-65674591ffd9", "network_id": "2844b5e3-c98f-46d3-a9ae-e4d6fc409378", "subnet_id": "eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf", "subnet_ids": ["eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf"]}'
2025-11-24 20:53:31,656 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf 0.236s
2025-11-24 20:53:31,657 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:31 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-631288e4-a426-42a1-be98-882749a9938c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/eeb68e7e-ba4f-41f5-9a68-4d5c572fa9cf'}
Body: b''
2025-11-24 20:53:32,619 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386 0.961s
2025-11-24 20:53:32,620 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:32 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a687c831-b96c-423d-be13-93922e8a30e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/72eeebff-765d-4adf-bcc0-530e8d856386'}
Body: b''
2025-11-24 20:53:33,283 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2844b5e3-c98f-46d3-a9ae-e4d6fc409378 0.661s
2025-11-24 20:53:33,283 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:33 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a1bc76ff-302f-4f13-871e-dbc71f236f3d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/2844b5e3-c98f-46d3-a9ae-e4d6fc409378'}
Body: b''
2025-11-24 20:53:33,412 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1397229081 0.128s
2025-11-24 20:53:33,412 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:33 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96566d90-0fee-4a5f-a068-922e742c18b3', 'x-compute-request-id': 'req-96566d90-0fee-4a5f-a068-922e742c18b3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1397229081'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp
self._deploy_tenant(self.primary_tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 354, in _deploy_tenant
self._set_access_point(tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 318, in _set_access_point
server = self._create_server(name, tenant,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6b5f4601-9e61-47f5-a21c-3277f362e380 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:53:28Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-0e614025-6f15-4439-864f-322ef4e0b59f.
|
||||||
test_port_update_new_security_group[compute,id-f4d556d7-1526-42ad-bafb-6bebf48568f6,multinode,network,slow] |
fail
ft53.6: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group[compute,id-f4d556d7-1526-42ad-bafb-6bebf48568f6,multinode,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:53:33,555 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.135s
2025-11-24 20:53:33,555 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1618946240", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOd/FQ/CFJBENnZY5//ha/toSHfiBcnLPZu27OHNDlOWXhdkacBBmhglgq66K+i+iBVLTZH/9rZele2KkLb1Pp3ReMN9NxE16TSwbWCIToTeR2rotV5dDFKDOrk1AG+Jjg=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:33 GMT', 'server': 'Apache', 'content-length': '405', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc561d83-feb1-408d-ad36-232cf17e81e4', 'x-compute-request-id': 'req-fc561d83-feb1-408d-ad36-232cf17e81e4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSecurityGroupsBasicOps-1618946240", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOd/FQ/CFJBENnZY5//ha/toSHfiBcnLPZu27OHNDlOWXhdkacBBmhglgq66K+i+iBVLTZH/9rZele2KkLb1Pp3ReMN9NxE16TSwbWCIToTeR2rotV5dDFKDOrk1AG+Jjg==", "fingerprint": "df:51:10:23:15:2b:03:b1:ab:c2:13:6f:3a:4d:b6:eb", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14"}}'
2025-11-24 20:53:34,337 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.780s
2025-11-24 20:53:34,338 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--444016243", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-67f82149-fc89-46af-a45f-60524e995b92', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"ebc64ee2-95ec-4654-ab57-fa897efe8f99","name":"tempest-network-smoke--444016243","tenant_id":"462428e1fff34208a6ef81c8a68659e0","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"462428e1fff34208a6ef81c8a68659e0","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2025-11-24T20:53:33Z","updated_at":"2025-11-24T20:53:33Z","revision_number":1}}'
2025-11-24 20:53:35,683 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.344s
2025-11-24 20:53:35,683 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestSecurityGroupsBasicOps-router-1609329703", "admin_state_up": true, "project_id": "462428e1fff34208a6ef81c8a68659e0", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '679', 'x-openstack-request-id': 'req-7d254bd6-6c17-450d-bdfc-470ca7545bf2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "ec97989e-0ea4-4432-a68e-aa39559b7b83", "name": "tempest-TestSecurityGroupsBasicOps-router-1609329703", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "external_fixed_ips": [{"subnet_id": "1094a322-b10b-4032-89fc-ce8d4538eda1", "ip_address": "192.168.122.191"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2025-11-24T20:53:34Z", "updated_at": "2025-11-24T20:53:35Z", "revision_number": 2, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:35,772 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28 0.088s
2025-11-24 20:53:35,772 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d10e3d60-0edd-49a7-8267-b20b536b6b17', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=462428e1fff34208a6ef81c8a68659e0&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:35,958 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.185s
2025-11-24 20:53:35,958 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '743', 'x-openstack-request-id': 'req-ab7870c1-9e23-4a3d-80f1-4c84a612bdd4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"224d69b1-341c-435f-a3e6-8e7b475cb75e","name":"public","tenant_id":"4b895bcffb3c4d43b10b1af37264e971","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1094a322-b10b-4032-89fc-ce8d4538eda1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":true,"tags":[],"created_at":"2025-11-24T20:13:05Z","updated_at":"2025-11-24T20:13:09Z","revision_number":2,"project_id":"4b895bcffb3c4d43b10b1af37264e971","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2025-11-24 20:53:36,035 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28 0.076s
2025-11-24 20:53:36,035 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-05913d8a-8aaf-4bc0-940e-d46a426aae64', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=224d69b1-341c-435f-a3e6-8e7b475cb75e&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2025-11-24 20:53:37,272 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.236s
2025-11-24 20:53:37,272 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1629710546", "network_id": "ebc64ee2-95ec-4654-ab57-fa897efe8f99", "project_id": "462428e1fff34208a6ef81c8a68659e0", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:37 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-3bbcd9ab-9b5d-4b68-8df1-706e977b335a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"909411b4-2ada-4010-b978-f64e83ded829","name":"tempest-subnet-smoke-1629710546","tenant_id":"462428e1fff34208a6ef81c8a68659e0","network_id":"ebc64ee2-95ec-4654-ab57-fa897efe8f99","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2025-11-24T20:53:36Z","updated_at":"2025-11-24T20:53:36Z","revision_number":0,"project_id":"462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:41,675 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83/add_router_interface 4.403s
2025-11-24 20:53:41,676 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "909411b4-2ada-4010-b978-f64e83ded829"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-4fecdddd-d95b-41f0-92fe-eeb1fb54eb58', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83/add_router_interface'}
Body: b'{"id": "ec97989e-0ea4-4432-a68e-aa39559b7b83", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "74a5b762-a312-4436-a26f-52713135a686", "network_id": "ebc64ee2-95ec-4654-ab57-fa897efe8f99", "subnet_id": "909411b4-2ada-4010-b978-f64e83ded829", "subnet_ids": ["909411b4-2ada-4010-b978-f64e83ded829"]}'
2025-11-24 20:53:41,899 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.222s
2025-11-24 20:53:41,900 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_access--1895821802", "description": "tempest-secgroup_access--1895821802 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-11179844-7340-450d-a761-c4874955d0ab', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "411999fd-9f59-489e-90fd-64f93b2fa8b0", "name": "tempest-secgroup_access--1895821802", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_access--1895821802 description", "shared": false, "security_group_rules": [{"id": "286a836c-193d-407c-90b7-8f4e12bddac0", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "411999fd-9f59-489e-90fd-64f93b2fa8b0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3584, "description": null, "tags": [], "created_at": "2025-11-24T20:53:41Z", "updated_at": "2025-11-24T20:53:41Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "4ea1dd76-083a-4894-92f3-279b04e350a6", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "411999fd-9f59-489e-90fd-64f93b2fa8b0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3585, "description": null, "tags": [], "created_at": "2025-11-24T20:53:41Z", "updated_at": "2025-11-24T20:53:41Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:41Z", "updated_at": "2025-11-24T20:53:41Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:42,111 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.211s
2025-11-24 20:53:42,112 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup_general--853685382", "description": "tempest-secgroup_general--853685382 description", "project_id": "462428e1fff34208a6ef81c8a68659e0"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1617', 'x-openstack-request-id': 'req-f08f0ae2-8123-4200-8bf3-399745c8d4e6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "99b5a4e3-6716-44d4-93d0-575c838cca5b", "name": "tempest-secgroup_general--853685382", "stateful": true, "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "description": "tempest-secgroup_general--853685382 description", "shared": false, "security_group_rules": [{"id": "467e0b28-f8c0-4360-a90f-6decbd2841e8", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "99b5a4e3-6716-44d4-93d0-575c838cca5b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3588, "description": null, "tags": [], "created_at": "2025-11-24T20:53:42Z", "updated_at": "2025-11-24T20:53:42Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}, {"id": "b0cf8dd7-a340-40fc-bc0e-b6a94bb62d5a", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "99b5a4e3-6716-44d4-93d0-575c838cca5b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3587, "description": null, "tags": [], "created_at": "2025-11-24T20:53:42Z", "updated_at": "2025-11-24T20:53:42Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}], "tags": [], "created_at": "2025-11-24T20:53:41Z", "updated_at": "2025-11-24T20:53:42Z", "revision_number": 1, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:42,320 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.207s
2025-11-24 20:53:42,320 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "411999fd-9f59-489e-90fd-64f93b2fa8b0", "project_id": "462428e1fff34208a6ef81c8a68659e0", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e4b62f29-2f6b-40f1-80f4-03400207ddb5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2123f333-f5be-48b0-bbce-502d6e52e026", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "security_group_id": "411999fd-9f59-489e-90fd-64f93b2fa8b0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:53:42Z", "updated_at": "2025-11-24T20:53:42Z", "revision_number": 0, "project_id": "462428e1fff34208a6ef81c8a68659e0"}}'
2025-11-24 20:53:42,656 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.332s
2025-11-24 20:53:42,657 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:42 GMT', 'server': 'Apache', 'content-length': '5718', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-973ea20d-cd3d-4eb4-980d-4e9d17350c9a', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7af55ea1fdfc45a39dc12f57e938cf14", "name": "tempest-TestSecurityGroupsBasicOps-1184000749-project-member", "password_expires_at": null}, "audit_ids": ["Ow8jE0OhSuSWhzGGR-gcXg"], "expires_at": "2025-11-24T21:53:42.000000Z", "issued_at": "2025-11-24T20:53:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "462428e1fff34208a6ef81c8a68659e0", "name": "tempest-TestSecurityGroupsBasicOps-1184000749"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_462428e1fff34208a6ef81c8a68659e0", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"en
2025-11-24 20:53:42,657 44 INFO [tempest.lib.common.fixed_network] (TestSecurityGroupsBasicOps:setUp) Found network None available for tenant
2025-11-24 20:53:44,649 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.991s
2025-11-24 20:53:44,649 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-2081134016", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "ebc64ee2-95ec-4654-ab57-fa897efe8f99"}], "key_name": "tempest-TestSecurityGroupsBasicOps-1618946240", "security_groups": [{"name": "tempest-secgroup_access--1895821802"}, {"name": "tempest-secgroup_general--853685382"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:42 GMT', 'server': 'Apache', 'content-length': '497', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91696f39-5587-4554-aefe-a43df6721fe2', 'x-compute-request-id': 'req-91696f39-5587-4554-aefe-a43df6721fe2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "c27bf634-db7a-4efd-afe1-6e6ca762e40a", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_access--1895821802"}, {"name": "tempest-secgroup_general--853685382"}], "adminPass": "gdLA3tiJkC8C"}}'
2025-11-24 20:53:45,297 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a 0.646s
2025-11-24 20:53:45,297 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:44 GMT', 'server': 'Apache', 'content-length': '1441', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d4f8c87-0956-47b6-bbf7-295285a8ab98', 'x-compute-request-id': 'req-4d4f8c87-0956-47b6-bbf7-295285a8ab98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a'}
Body: b'{"server": {"id": "c27bf634-db7a-4efd-afe1-6e6ca762e40a", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-2081134016", "status": "BUILD", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:44Z", "updated": "2025-11-24T20:53:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1618946240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:46,760 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a 0.458s
2025-11-24 20:53:46,761 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:46 GMT', 'server': 'Apache', 'content-length': '1551', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe2d8a4-4615-4bbe-b2f0-04376ce27e70', 'x-compute-request-id': 'req-bfe2d8a4-4615-4bbe-b2f0-04376ce27e70', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a'}
Body: b'{"server": {"id": "c27bf634-db7a-4efd-afe1-6e6ca762e40a", "name": "tempest-server-tempest-TestSecurityGroupsBasicOps-1184000749-access_point-2081134016", "status": "ERROR", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "user_id": "7af55ea1fdfc45a39dc12f57e938cf14", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:53:44Z", "updated": "2025-11-24T20:53:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:53:45Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSecurityGroupsBasicOps-1618946240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:53:46,769 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:53:47,241 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a 0.471s
2025-11-24 20:53:47,242 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:46 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f2a721-c7a6-499f-938e-04383980d4a9', 'x-compute-request-id': 'req-39f2a721-c7a6-499f-938e-04383980d4a9', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a'}
Body: b''
2025-11-24 20:53:47,333 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:setUp): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a 0.091s
2025-11-24 20:53:47,334 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:47 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1323eff3-7ef0-4c6c-a09a-0476431e2507', 'x-compute-request-id': 'req-1323eff3-7ef0-4c6c-a09a-0476431e2507', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c27bf634-db7a-4efd-afe1-6e6ca762e40a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c27bf634-db7a-4efd-afe1-6e6ca762e40a could not be found."}}'
2025-11-24 20:53:47,544 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/99b5a4e3-6716-44d4-93d0-575c838cca5b 0.209s
2025-11-24 20:53:47,544 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:47 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-15cae36a-469a-4e14-a99b-be129150ab4c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/99b5a4e3-6716-44d4-93d0-575c838cca5b'}
Body: b''
2025-11-24 20:53:48,120 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/411999fd-9f59-489e-90fd-64f93b2fa8b0 0.575s
2025-11-24 20:53:48,120 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:48 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e2901293-3c07-4555-b1a8-6c244d4a8725', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/411999fd-9f59-489e-90fd-64f93b2fa8b0'}
Body: b''
2025-11-24 20:53:49,435 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83/remove_router_interface 1.313s
2025-11-24 20:53:49,435 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "909411b4-2ada-4010-b978-f64e83ded829"}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-7dae4ac3-21e9-4205-ab0d-4aac4f303adc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83/remove_router_interface'}
Body: b'{"id": "ec97989e-0ea4-4432-a68e-aa39559b7b83", "tenant_id": "462428e1fff34208a6ef81c8a68659e0", "port_id": "74a5b762-a312-4436-a26f-52713135a686", "network_id": "ebc64ee2-95ec-4654-ab57-fa897efe8f99", "subnet_id": "909411b4-2ada-4010-b978-f64e83ded829", "subnet_ids": ["909411b4-2ada-4010-b978-f64e83ded829"]}'
2025-11-24 20:53:50,283 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/909411b4-2ada-4010-b978-f64e83ded829 0.847s
2025-11-24 20:53:50,284 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:50 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b8850ce8-e204-48e5-9dee-676634e8bd1e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/909411b4-2ada-4010-b978-f64e83ded829'}
Body: b''
2025-11-24 20:53:51,530 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83 1.246s
2025-11-24 20:53:51,531 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:51 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-b570d3d4-377a-4856-98db-adcb308b513a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/ec97989e-0ea4-4432-a68e-aa39559b7b83'}
Body: b''
2025-11-24 20:53:52,469 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ebc64ee2-95ec-4654-ab57-fa897efe8f99 0.938s
2025-11-24 20:53:52,469 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:52 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-bc08b23e-d241-4819-9fd3-2a3f1a1e4b96', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/ebc64ee2-95ec-4654-ab57-fa897efe8f99'}
Body: b''
2025-11-24 20:53:52,571 44 INFO [tempest.lib.common.rest_client] Request (TestSecurityGroupsBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1618946240 0.100s
2025-11-24 20:53:52,571 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:53:52 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9616a67-3555-4da1-bba7-82e652ff6ece', 'x-compute-request-id': 'req-d9616a67-3555-4da1-bba7-82e652ff6ece', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSecurityGroupsBasicOps-1618946240'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 191, in setUp
self._deploy_tenant(self.primary_tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 354, in _deploy_tenant
self._set_access_point(tenant)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 318, in _set_access_point
server = self._create_server(name, tenant,
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_security_groups_basic_ops.py", line 273, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c27bf634-db7a-4efd-afe1-6e6ca762e40a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:53:45Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-91696f39-5587-4554-aefe-a43df6721fe2.
|
||||||
| tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
fail
ft54.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:54:07,046 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.358s
2025-11-24 20:54:07,046 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:06 GMT', 'server': 'Apache', 'content-length': '5708', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2f1724c-6399-4b7c-8586-54a03313539e', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "61598a8cf11d437ca20e899f0fa08353", "name": "tempest-TestServerAdvancedOps-1987879811-project-member", "password_expires_at": null}, "audit_ids": ["ZbmzjklNTlCqAGuqhKMx0Q"], "expires_at": "2025-11-24T21:54:07.000000Z", "issued_at": "2025-11-24T20:54:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aceeca58a68e49eaa8717a3bf2c85682", "name": "tempest-TestServerAdvancedOps-1987879811"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_aceeca58a68e49eaa8717a3bf2c85682", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_aceeca58a68e49eaa8717a3bf2c85682", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints":
2025-11-24 20:54:07,046 44 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'dcb79ca5-ce9f-4b60-a899-90fdf3555b1d', 'name': 'tempest-TestServerAdvancedOps-1673732325-network', 'tenant_id': 'aceeca58a68e49eaa8717a3bf2c85682', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'aceeca58a68e49eaa8717a3bf2c85682', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33934, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:54:00Z', 'updated_at': '2025-11-24T20:54:00Z', 'revision_number': 1} available for tenant
2025-11-24 20:54:09,228 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.180s
2025-11-24 20:54:09,228 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerAdvancedOps-server-569191118", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "networks": [{"uuid": "dcb79ca5-ce9f-4b60-a899-90fdf3555b1d"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:07 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5449fd4e-055a-49b0-8a9e-7fd546d51308', 'x-compute-request-id': 'req-5449fd4e-055a-49b0-8a9e-7fd546d51308', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "bb7453fd-19ec-4e09-9cd2-36cb0f38be2d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6QB5S5h3y2Nc"}}'
2025-11-24 20:54:09,484 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d 0.253s
2025-11-24 20:54:09,484 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:09 GMT', 'server': 'Apache', 'content-length': '1360', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c638c2d6-c4ca-4c17-9c0e-3bb1260f73cc', 'x-compute-request-id': 'req-c638c2d6-c4ca-4c17-9c0e-3bb1260f73cc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d'}
Body: b'{"server": {"id": "bb7453fd-19ec-4e09-9cd2-36cb0f38be2d", "name": "tempest-TestServerAdvancedOps-server-569191118", "status": "BUILD", "tenant_id": "aceeca58a68e49eaa8717a3bf2c85682", "user_id": "61598a8cf11d437ca20e899f0fa08353", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:54:09Z", "updated": "2025-11-24T20:54:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:54:10,785 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d 0.294s
2025-11-24 20:54:10,785 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:10 GMT', 'server': 'Apache', 'content-length': '1470', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2063d4ca-a535-474e-84ed-2757eeee127e', 'x-compute-request-id': 'req-2063d4ca-a535-474e-84ed-2757eeee127e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d'}
Body: b'{"server": {"id": "bb7453fd-19ec-4e09-9cd2-36cb0f38be2d", "name": "tempest-TestServerAdvancedOps-server-569191118", "status": "ERROR", "tenant_id": "aceeca58a68e49eaa8717a3bf2c85682", "user_id": "61598a8cf11d437ca20e899f0fa08353", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:54:09Z", "updated": "2025-11-24T20:54:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:54:09Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:54:10,791 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:54:11,508 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d 0.717s
2025-11-24 20:54:11,509 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:10 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-613528bd-2a24-4e3b-b9ce-f6174c40b2be', 'x-compute-request-id': 'req-613528bd-2a24-4e3b-b9ce-f6174c40b2be', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d'}
Body: b''
2025-11-24 20:54:11,605 44 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d 0.096s
2025-11-24 20:54:11,605 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:54:11 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00985839-641d-4da9-9473-5427d5a710d6', 'x-compute-request-id': 'req-00985839-641d-4da9-9473-5427d5a710d6', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bb7453fd-19ec-4e09-9cd2-36cb0f38be2d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bb7453fd-19ec-4e09-9cd2-36cb0f38be2d could not be found."}}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_server_advanced_ops.py", line 56, in test_server_sequence_suspend_resume
instance_id = self.create_server()['id']
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bb7453fd-19ec-4e09-9cd2-36cb0f38be2d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:54:09Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-5449fd4e-055a-49b0-8a9e-7fd546d51308.
|
||||||
| tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft55.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:51:01,217 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.205s
2025-11-24 20:51:01,218 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestServerBasicOps-2056519178", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHql1bcet51uv39N2xlInw98x9tykerKWEvbkG61+kCm7tUOGUWjDTzj8jTLl1mecx4JWzIsor3ihTiQBDd/ie6D3ffhfz7X6a757ungfG0V1flUCYScHHNGjbjnjtwemA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:01 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-863de137-b645-48f8-b6e6-56b867b5661a', 'x-compute-request-id': 'req-863de137-b645-48f8-b6e6-56b867b5661a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-2056519178", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHql1bcet51uv39N2xlInw98x9tykerKWEvbkG61+kCm7tUOGUWjDTzj8jTLl1mecx4JWzIsor3ihTiQBDd/ie6D3ffhfz7X6a757ungfG0V1flUCYScHHNGjbjnjtwemA==", "fingerprint": "f6:8d:0d:96:d7:5c:b6:db:47:b9:af:d9:fb:fa:c5:80", "user_id": "97f0be37259449ef96fef287eaf7e7f2"}}'
2025-11-24 20:51:01,866 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.646s
2025-11-24 20:51:01,867 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-541170317", "description": "tempest-secgroup-smoke-541170317 description", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b621c429-1a05-4d11-8d16-148fdc5c78ba', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "03465b40-11fb-4654-b82f-0a1368430c7d", "name": "tempest-secgroup-smoke-541170317", "stateful": true, "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "description": "tempest-secgroup-smoke-541170317 description", "shared": false, "security_group_rules": [{"id": "318e5241-862f-4edd-919b-c9626f445b45", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3339, "description": null, "tags": [], "created_at": "2025-11-24T20:51:01Z", "updated_at": "2025-11-24T20:51:01Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}, {"id": "8fb112ac-b08c-4337-8b29-d96fc221345b", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3340, "description": null, "tags": [], "created_at": "2025-11-24T20:51:01Z", "updated_at": "2025-11-24T20:51:01Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}], "tags": [], "created_at": "2025-11-24T20:51:01Z", "updated_at": "2025-11-24T20:51:01Z", "revision_number": 1, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:02,459 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.592s
2025-11-24 20:51:02,460 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2a5c76dd-e657-4cb4-b899-da1392e29a78', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "effddeb1-337a-4ff2-8e19-aca216e2dbf4", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:02Z", "updated_at": "2025-11-24T20:51:02Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:03,129 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.668s
2025-11-24 20:51:03,130 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4570f087-a882-41b6-b2f1-9a0e92b81bcb', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "63486882-7124-424d-8318-e7662d63bac0", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:02Z", "updated_at": "2025-11-24T20:51:02Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:03,573 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.442s
2025-11-24 20:51:03,573 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-128e3a2c-be56-4c3b-a46a-6ef2424d4d6e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "725781d2-a7f4-4a4b-8347-06d1a0303bb9", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:03Z", "updated_at": "2025-11-24T20:51:03Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:04,394 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.821s
2025-11-24 20:51:04,395 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ee76428c-9391-4a45-aa45-a626d221bf5d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4b84eabc-f371-4952-b06d-2261ddb6f08a", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:03Z", "updated_at": "2025-11-24T20:51:03Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:04,928 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.532s
2025-11-24 20:51:04,928 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:04 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3fe15d2f-86f1-46cb-890b-4db0c139a7f4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "af6e7c32-948d-4163-8f19-4213f791eaff", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:04Z", "updated_at": "2025-11-24T20:51:04Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:05,334 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.406s
2025-11-24 20:51:05,334 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f7ed5ac9-efcf-444d-a20c-66758b1ad756', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c1dceaf2-d47b-47b9-abb7-b68beea9534a", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "03465b40-11fb-4654-b82f-0a1368430c7d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:05Z", "updated_at": "2025-11-24T20:51:05Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:05,689 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.351s
2025-11-24 20:51:05,689 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'content-length': '5702', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1725e02a-a575-494a-beb0-b9d1a15c3521', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "97f0be37259449ef96fef287eaf7e7f2", "name": "tempest-TestServerBasicOps-1472761240-project-member", "password_expires_at": null}, "audit_ids": ["E100Nsq_RXOdjoQAT4bHDA"], "expires_at": "2025-11-24T21:51:05.000000Z", "issued_at": "2025-11-24T20:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "name": "tempest-TestServerBasicOps-1472761240"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_20e8bbea67cf4d3286b2f3ae0e675bf5", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_20e8bbea67cf4d3286b2f3ae0e675bf5", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"nam
2025-11-24 20:51:05,690 43 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '6b67d084-ef64-4d76-8b05-08c6fdcf2cb7', 'name': 'tempest-TestServerBasicOps-312926065-network', 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45345, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:50:42Z', 'updated_at': '2025-11-24T20:50:42Z', 'revision_number': 1} available for tenant
2025-11-24 20:51:05,691 43 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-24 20:51:05,692 43 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-24 20:51:05,890 43 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.197s
2025-11-24 20:51:05,891 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-565130041", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBMbW6vALay/h1dXHKW70eg/YC0pJxgTGmPB9GjxZLHLeE+8DXGiQ3rLIArggZQUa/zaNx0+KDISFCp5MOmPUw38xNYcqzGP7aGR5kvrmE5kl1iY0zxPLXz4vvED3/UuTA=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:05 GMT', 'server': 'Apache', 'content-length': '385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b2e1a13-4450-4d65-8bfa-07a530389535', 'x-compute-request-id': 'req-7b2e1a13-4450-4d65-8bfa-07a530389535', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-565130041", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBMbW6vALay/h1dXHKW70eg/YC0pJxgTGmPB9GjxZLHLeE+8DXGiQ3rLIArggZQUa/zaNx0+KDISFCp5MOmPUw38xNYcqzGP7aGR5kvrmE5kl1iY0zxPLXz4vvED3/UuTA==", "fingerprint": "8b:8c:1d:a3:17:16:15:8a:d2:d0:06:df:b6:6b:c0:95", "user_id": "97f0be37259449ef96fef287eaf7e7f2"}}'
2025-11-24 20:51:05,893 43 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-565130041 created
2025-11-24 20:51:06,477 43 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.584s
2025-11-24 20:51:06,478 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--181809794", "description": "tempest-description--774487371"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-33541831-e8be-4cc9-8d59-1ba302a26457', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "name": "tempest-securitygroup--181809794", "stateful": true, "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "description": "tempest-description--774487371", "shared": false, "security_group_rules": [{"id": "470f22bf-528d-46ec-bac3-e32a9d9b8630", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3351, "description": null, "tags": [], "created_at": "2025-11-24T20:51:06Z", "updated_at": "2025-11-24T20:51:06Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}, {"id": "7b245a4a-50dd-4224-9581-e3e12f2b6477", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3352, "description": null, "tags": [], "created_at": "2025-11-24T20:51:06Z", "updated_at": "2025-11-24T20:51:06Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}], "tags": [], "created_at": "2025-11-24T20:51:06Z", "updated_at": "2025-11-24T20:51:06Z", "revision_number": 1, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:07,087 43 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.609s
2025-11-24 20:51:07,087 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4dcfa544-0d30-4da1-be19-045e48939b16', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fb075cce-ca8e-464e-98fe-6b79c397fe55", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:06Z", "updated_at": "2025-11-24T20:51:06Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:07,430 43 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.342s
2025-11-24 20:51:07,430 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1879e723-51f1-414d-adaf-d40511a966c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a59f96bb-f774-465c-820e-6e7d36100109", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "security_group_id": "ab943c2a-0f98-4b1b-b9a8-67367cc06654", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:07Z", "updated_at": "2025-11-24T20:51:07Z", "revision_number": 0, "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5"}}'
2025-11-24 20:51:07,430 43 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--181809794 created
2025-11-24 20:51:08,244 43 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 0.811s
2025-11-24 20:51:08,244 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-5b31e468-af7c-4b95-bfc5-6034ca255a0f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "2d37a3f3-3d35-440d-bc9e-7dff15e6c0bc", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "floating_ip_address": "192.168.122.192", "floating_network_id": "224d69b1-341c-435f-a3e6-8e7b475cb75e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2025-11-24T20:51:07Z", "updated_at": "2025-11-24T20:51:07Z", "revision_number": 0}}'
2025-11-24 20:51:08,244 43 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d37a3f3-3d35-440d-bc9e-7dff15e6c0bc', 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'floating_ip_address': '192.168.122.192', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:51:07Z', 'updated_at': '2025-11-24T20:51:07Z', 'revision_number': 0, 'ip': '192.168.122.192'} created
2025-11-24 20:51:08,246 43 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-TestServerBasicOps-2056519178', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHql1bcet51uv39N2xlInw98x9tykerKWEvbkG61+kCm7tUOGUWjDTzj8jTLl1mecx4JWzIsor3ihTiQBDd/ie6D3ffhfz7X6a757ungfG0V1flUCYScHHNGjbjnjtwemA==', 'fingerprint': 'f6:8d:0d:96:d7:5c:b6:db:47:b9:af:d9:fb:fa:c5:80', 'user_id': '97f0be37259449ef96fef287eaf7e7f2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBqgNQsCbiQUc1OnUrFjgG27U7iGYD42t8F9lOIEgONNYfqsI3vkKkA\nmclFeauKhVegBwYFK4EEACKhZANiAAR6pdW3Hredbr9/TdsZSJ8PfMfbcpHqylhL\n25ButfpApu7VDhlFow084/I0y5dZnnMeCVsyLKK94oU4kAQ3f4nug9334X8+1+mu\n+e7p4HxtFdX5VAmEnBxzRo24547cHpg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab943c2a-0f98-4b1b-b9a8-67367cc06654', 'name': 'tempest-securitygroup--181809794', 'stateful': True, 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'description': 'tempest-description--774487371', 'shared': False, 'security_group_rules': [{'id': '470f22bf-528d-46ec-bac3-e32a9d9b8630', 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'security_group_id': 'ab943c2a-0f98-4b1b-b9a8-67367cc06654', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 3351, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:51:06Z', 'updated_at': '2025-11-24T20:51:06Z', 'revision_number': 0, 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5'}, {'id': '7b245a4a-50dd-4224-9581-e3e12f2b6477', 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'security_group_id': 'ab943c2a-0f98-4b1b-b9a8-67367cc06654', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 3352, 'description': None, 'tags': [], 'created_at': '2025-11-24T20:51:06Z', 'updated_at': '2025-11-24T20:51:06Z', 'revision_number': 0, 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5'}], 'tags': [], 'created_at': '2025-11-24T20:51:06Z', 'updated_at': '2025-11-24T20:51:06Z', 'revision_number': 1, 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5'}, 'floating_ip': {'id': '2d37a3f3-3d35-440d-bc9e-7dff15e6c0bc', 'tenant_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'floating_ip_address': '192.168.122.192', 'floating_network_id': '224d69b1-341c-435f-a3e6-8e7b475cb75e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '20e8bbea67cf4d3286b2f3ae0e675bf5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2025-11-24T20:51:07Z', 'updated_at': '2025-11-24T20:51:07Z', 'revision_number': 0, 'ip': '192.168.122.192'}}
2025-11-24 20:51:10,691 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.444s
2025-11-24 20:51:10,691 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerBasicOps-server-527547145", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "security_groups": [{"name": "tempest-secgroup-smoke-541170317"}, {"name": "tempest-securitygroup--181809794"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "key_name": "tempest-TestServerBasicOps-2056519178", "networks": [{"uuid": "6b67d084-ef64-4d76-8b05-08c6fdcf2cb7"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:08 GMT', 'server': 'Apache', 'content-length': '491', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e195c8-30b9-4414-ba31-d39d08b95f0a', 'x-compute-request-id': 'req-36e195c8-30b9-4414-ba31-d39d08b95f0a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "09da6424-996c-46f0-8537-f946e904ff47", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/09da6424-996c-46f0-8537-f946e904ff47"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-541170317"}, {"name": "tempest-securitygroup--181809794"}], "adminPass": "28Ly9F8mj5bb"}}'
2025-11-24 20:51:11,386 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47 0.687s
2025-11-24 20:51:11,386 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:10 GMT', 'server': 'Apache', 'content-length': '1448', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f2afbd-eb5e-4158-a1e7-8d6df35fec28', 'x-compute-request-id': 'req-21f2afbd-eb5e-4158-a1e7-8d6df35fec28', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47'}
Body: b'{"server": {"id": "09da6424-996c-46f0-8537-f946e904ff47", "name": "tempest-TestServerBasicOps-server-527547145", "status": "BUILD", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "user_id": "97f0be37259449ef96fef287eaf7e7f2", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:10Z", "updated": "2025-11-24T20:51:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/09da6424-996c-46f0-8537-f946e904ff47"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-2056519178", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:12,681 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47 0.286s
2025-11-24 20:51:12,682 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'content-length': '1558', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e50c2a56-6c65-4eda-8419-3358de47ecc3', 'x-compute-request-id': 'req-e50c2a56-6c65-4eda-8419-3358de47ecc3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47'}
Body: b'{"server": {"id": "09da6424-996c-46f0-8537-f946e904ff47", "name": "tempest-TestServerBasicOps-server-527547145", "status": "ERROR", "tenant_id": "20e8bbea67cf4d3286b2f3ae0e675bf5", "user_id": "97f0be37259449ef96fef287eaf7e7f2", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:10Z", "updated": "2025-11-24T20:51:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/09da6424-996c-46f0-8537-f946e904ff47"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:51:11Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-2056519178", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:51:12,686 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:51:13,408 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47 0.721s
2025-11-24 20:51:13,409 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:12 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca60107-929f-49da-9391-0f6e9105f253', 'x-compute-request-id': 'req-3ca60107-929f-49da-9391-0f6e9105f253', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47'}
Body: b''
2025-11-24 20:51:13,521 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47 0.111s
2025-11-24 20:51:13,521 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:13 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4398f828-e5ff-4350-83b9-c0b67622a562', 'x-compute-request-id': 'req-4398f828-e5ff-4350-83b9-c0b67622a562', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/09da6424-996c-46f0-8537-f946e904ff47'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 09da6424-996c-46f0-8537-f946e904ff47 could not be found."}}'
2025-11-24 20:51:13,615 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-565130041 0.092s
2025-11-24 20:51:13,616 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:13 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e25574-65c6-49d0-8f0c-efe409f5a78b', 'x-compute-request-id': 'req-f1e25574-65c6-49d0-8f0c-efe409f5a78b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-keypair-565130041'}
Body: b''
2025-11-24 20:51:13,812 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/ab943c2a-0f98-4b1b-b9a8-67367cc06654 0.195s
2025-11-24 20:51:13,813 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:13 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-51249ccf-0add-4410-bd88-ef25c397ced2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/ab943c2a-0f98-4b1b-b9a8-67367cc06654'}
Body: b''
2025-11-24 20:51:13,878 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 404 GET https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/ab943c2a-0f98-4b1b-b9a8-67367cc06654 0.064s
2025-11-24 20:51:13,878 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a638a8b6-3438-4cce-ab8d-424bfb775991', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/ab943c2a-0f98-4b1b-b9a8-67367cc06654'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ab943c2a-0f98-4b1b-b9a8-67367cc06654 does not exist", "detail": ""}}'
2025-11-24 20:51:14,339 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/2d37a3f3-3d35-440d-bc9e-7dff15e6c0bc 0.459s
2025-11-24 20:51:14,339 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:14 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-44827363-8be1-4879-923d-e7aca6dcce5d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/2d37a3f3-3d35-440d-bc9e-7dff15e6c0bc'}
Body: b''
2025-11-24 20:51:14,706 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/03465b40-11fb-4654-b82f-0a1368430c7d 0.364s
2025-11-24 20:51:14,707 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:14 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-37093e71-1a37-40d7-bb0d-0aa9400d882c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/03465b40-11fb-4654-b82f-0a1368430c7d'}
Body: b''
2025-11-24 20:51:14,778 43 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestServerBasicOps-2056519178 0.071s
2025-11-24 20:51:14,779 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:14 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2191f640-e678-41e3-b9ed-b77169a9671f', 'x-compute-request-id': 'req-2191f640-e678-41e3-b9ed-b77169a9671f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestServerBasicOps-2056519178'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_server_basic_ops.py", line 127, in test_server_basic_ops
self.instance = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 09da6424-996c-46f0-8537-f946e904ff47 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:51:11Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-36e195c8-30b9-4414-ba31-d39d08b95f0a.
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 3 | 0 | 1 | 0 | 2 | Detail | |
test_cold_migrate_unshelved_instance[compute,id-1295fd9e-193a-4cf8-b211-55358e021bae,image,multinode,network,slow] |
skip
pt56.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance[compute,id-1295fd9e-193a-4cf8-b211-55358e021bae,image,multinode,network,slow]
|
||||||
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
fail
ft56.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:51:59,394 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.945s
2025-11-24 20:51:59,395 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestShelveInstance-1155913381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN+D4Vz8qO6dARmjoVLIyxyTM242gVKzxqOU6LQFhcwHJjGPazWhJWjIPGAG2Df4rdcX1KIkb+SG2r7b7Sfuw+SWnde0P+gBgMZLlCihBaDgxBs7oBPvWYU1hU/2W/9uyg=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:58 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd7b1ce-07b6-446d-b93c-203f435a209c', 'x-compute-request-id': 'req-4bd7b1ce-07b6-446d-b93c-203f435a209c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1155913381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN+D4Vz8qO6dARmjoVLIyxyTM242gVKzxqOU6LQFhcwHJjGPazWhJWjIPGAG2Df4rdcX1KIkb+SG2r7b7Sfuw+SWnde0P+gBgMZLlCihBaDgxBs7oBPvWYU1hU/2W/9uyg==", "fingerprint": "79:77:b8:a6:38:cd:04:1f:19:5f:4b:a3:8c:11:62:7a", "user_id": "158b2b66995448f39ee36d1167b623d6"}}'
2025-11-24 20:51:59,785 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.387s
2025-11-24 20:51:59,786 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-2136434738", "description": "tempest-secgroup-smoke-2136434738 description", "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-653b15a7-788c-4337-af30-24ac943a23ad', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "name": "tempest-secgroup-smoke-2136434738", "stateful": true, "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "description": "tempest-secgroup-smoke-2136434738 description", "shared": false, "security_group_rules": [{"id": "06f6998b-bcac-492a-960e-700d45b9b80b", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3490, "description": null, "tags": [], "created_at": "2025-11-24T20:51:59Z", "updated_at": "2025-11-24T20:51:59Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}, {"id": "0e77101e-2c95-4d59-95e4-d399ba102bd7", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3491, "description": null, "tags": [], "created_at": "2025-11-24T20:51:59Z", "updated_at": "2025-11-24T20:51:59Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}], "tags": [], "created_at": "2025-11-24T20:51:59Z", "updated_at": "2025-11-24T20:51:59Z", "revision_number": 1, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:00,141 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.355s
2025-11-24 20:52:00,142 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-93ebdf2e-decb-41b9-bc56-3db95c6d5e33', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bbedfbce-a693-4fe9-85c0-d421947b8645", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:00Z", "updated_at": "2025-11-24T20:52:00Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:00,377 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.235s
2025-11-24 20:52:00,377 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4d37074c-7e6a-4167-86c8-a931816e6069', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3a6b215c-edf2-4cc9-8d0a-893f0a461209", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:00Z", "updated_at": "2025-11-24T20:52:00Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:00,570 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.192s
2025-11-24 20:52:00,570 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f1218d83-e205-40dc-a252-f752e6d85a58', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "70178afc-acbe-4e5b-9c76-c1df17c9c109", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:00Z", "updated_at": "2025-11-24T20:52:00Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:00,754 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.182s
2025-11-24 20:52:00,754 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-7613736b-06ac-45b7-b5db-ef45aea0150f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "aa210563-71c5-4c28-bb5a-b55152abb186", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:00Z", "updated_at": "2025-11-24T20:52:00Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:00,956 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.202s
2025-11-24 20:52:00,957 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ef623bba-caa4-4105-88a3-023c3bc45f8b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2abe1d5f-2df7-4bef-accb-21a0821e24e4", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:00Z", "updated_at": "2025-11-24T20:52:00Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:01,400 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.443s
2025-11-24 20:52:01,401 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "project_id": "67e5e0c650214cadbfe82ae19de7a568", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4c01f048-d460-46b1-b4fc-1ca794f3dfc5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1053ad34-616a-4a5e-846d-e5ba16a2bcda", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "security_group_id": "d34cb3d2-2224-4b66-9f2a-26312bf26656", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:52:01Z", "updated_at": "2025-11-24T20:52:01Z", "revision_number": 0, "project_id": "67e5e0c650214cadbfe82ae19de7a568"}}'
2025-11-24 20:52:01,724 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.318s
2025-11-24 20:52:01,724 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '5700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f221f7b-ff71-4e68-8f12-9e30d12c45ec', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "158b2b66995448f39ee36d1167b623d6", "name": "tempest-TestShelveInstance-225196528-project-member", "password_expires_at": null}, "audit_ids": ["ZPHZ9HzoTBOdb0Fg_h9J9g"], "expires_at": "2025-11-24T21:52:01.000000Z", "issued_at": "2025-11-24T20:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67e5e0c650214cadbfe82ae19de7a568", "name": "tempest-TestShelveInstance-225196528"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_67e5e0c650214cadbfe82ae19de7a568", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_67e5e0c650214cadbfe82ae19de7a568", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"name"
2025-11-24 20:52:01,725 43 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_instance) Found network {'id': '5df3766e-50f7-4146-ba7d-3d23d3de1c04', 'name': 'tempest-TestShelveInstance-162460963-network', 'tenant_id': '67e5e0c650214cadbfe82ae19de7a568', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '67e5e0c650214cadbfe82ae19de7a568', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29897, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:51:34Z', 'updated_at': '2025-11-24T20:51:34Z', 'revision_number': 1} available for tenant
2025-11-24 20:52:03,849 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.123s
2025-11-24 20:52:03,850 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestShelveInstance-server-141788355", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestShelveInstance-1155913381", "security_groups": [{"name": "tempest-secgroup-smoke-2136434738"}], "networks": [{"uuid": "5df3766e-50f7-4146-ba7d-3d23d3de1c04"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db06551f-5b0b-498d-804e-da3cab3c1f6f', 'x-compute-request-id': 'req-db06551f-5b0b-498d-804e-da3cab3c1f6f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "7bba05f0-7eb0-44d0-adf6-989ed4fd88a2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2136434738"}], "adminPass": "C4DjzKhVigq6"}}'
2025-11-24 20:52:04,089 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 0.238s
2025-11-24 20:52:04,090 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:03 GMT', 'server': 'Apache', 'content-length': '1392', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0a6ff84-b5a3-43ed-bf5b-f26afe0773fe', 'x-compute-request-id': 'req-b0a6ff84-b5a3-43ed-bf5b-f26afe0773fe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2'}
Body: b'{"server": {"id": "7bba05f0-7eb0-44d0-adf6-989ed4fd88a2", "name": "tempest-TestShelveInstance-server-141788355", "status": "BUILD", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "user_id": "158b2b66995448f39ee36d1167b623d6", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:03Z", "updated": "2025-11-24T20:52:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1155913381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:06,015 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 0.916s
2025-11-24 20:52:06,015 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:05 GMT', 'server': 'Apache', 'content-length': '1502', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0e882c7-247e-4d31-803f-7234302dcb41', 'x-compute-request-id': 'req-a0e882c7-247e-4d31-803f-7234302dcb41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2'}
Body: b'{"server": {"id": "7bba05f0-7eb0-44d0-adf6-989ed4fd88a2", "name": "tempest-TestShelveInstance-server-141788355", "status": "ERROR", "tenant_id": "67e5e0c650214cadbfe82ae19de7a568", "user_id": "158b2b66995448f39ee36d1167b623d6", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:52:03Z", "updated": "2025-11-24T20:52:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:52:04Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1155913381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:06,020 43 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-11-24 20:52:06,547 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 0.526s
2025-11-24 20:52:06,547 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:06 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b88224ba-248f-4efd-b154-b24f0fc51895', 'x-compute-request-id': 'req-b88224ba-248f-4efd-b154-b24f0fc51895', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2'}
Body: b''
2025-11-24 20:52:06,715 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 0.167s
2025-11-24 20:52:06,715 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:06 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da579c86-a8ff-48f5-9313-049c0bd8a901', 'x-compute-request-id': 'req-da579c86-a8ff-48f5-9313-049c0bd8a901', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/7bba05f0-7eb0-44d0-adf6-989ed4fd88a2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 could not be found."}}'
2025-11-24 20:52:07,018 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/d34cb3d2-2224-4b66-9f2a-26312bf26656 0.302s
2025-11-24 20:52:07,019 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:07 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-d52fc7ed-b7fa-41e1-83f0-4e379a4cf543', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/d34cb3d2-2224-4b66-9f2a-26312bf26656'}
Body: b''
2025-11-24 20:52:07,181 43 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestShelveInstance-1155913381 0.161s
2025-11-24 20:52:07,181 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:07 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74a1a400-60e2-42e6-b3cf-41595b727685', 'x-compute-request-id': 'req-74a1a400-60e2-42e6-b3cf-41595b727685', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestShelveInstance-1155913381'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_shelve_instance.py", line 112, in test_shelve_instance
self._create_server_then_shelve_and_unshelve()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7bba05f0-7eb0-44d0-adf6-989ed4fd88a2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:52:04Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-db06551f-5b0b-498d-804e-da3cab3c1f6f.
|
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
skip
pt56.3: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
fail
ft57.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-24 20:51:54,811 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.153s
2025-11-24 20:51:54,811 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestSnapshotPattern-2034521407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDtfOcBwgvLB72nI6hkrQ8/I6rkNOoG5BgYyShHctT2rrFbdiHZSPdSH29EeM3VRhIQA5u4szEuakPjOcQLeSLfy3P3fq+WcJPIOykF5xhQIJ07sZoXoz75jZgbwftpL6g=="}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:54 GMT', 'server': 'Apache', 'content-length': '398', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d840156d-2093-4c00-a68c-fc456be58d6c', 'x-compute-request-id': 'req-d840156d-2093-4c00-a68c-fc456be58d6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestSnapshotPattern-2034521407", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDtfOcBwgvLB72nI6hkrQ8/I6rkNOoG5BgYyShHctT2rrFbdiHZSPdSH29EeM3VRhIQA5u4szEuakPjOcQLeSLfy3P3fq+WcJPIOykF5xhQIJ07sZoXoz75jZgbwftpL6g==", "fingerprint": "48:a1:75:c1:6f:ec:c8:d6:f1:75:46:9e:fc:77:01:b8", "user_id": "e4cb4235f23848ba8b25c1b69710032a"}}'
2025-11-24 20:51:55,180 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.368s
2025-11-24 20:51:55,181 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1154404080", "description": "tempest-secgroup-smoke-1154404080 description", "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-7b5234a1-d163-40ab-a838-4ac4b34ec8dd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f5414287-a70b-4831-957e-9f3da723c0c1", "name": "tempest-secgroup-smoke-1154404080", "stateful": true, "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "description": "tempest-secgroup-smoke-1154404080 description", "shared": false, "security_group_rules": [{"id": "522b1f29-dae0-44d7-a24d-6cc2c501f9ea", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3476, "description": null, "tags": [], "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}, {"id": "d0bb4161-b055-4050-9e78-478981af38a0", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3475, "description": null, "tags": [], "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}], "tags": [], "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 1, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:55,453 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.272s
2025-11-24 20:51:55,454 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-69f0d669-9baf-4dc7-95ff-5a8ffd28787a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "120a88bc-8c9a-400f-8c00-83881da63522", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:56,018 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.564s
2025-11-24 20:51:56,019 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-28179922-a34b-4f02-af60-28258c5eeb65', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0f07985f-537b-4740-b3cf-d080fd99b184", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:55Z", "updated_at": "2025-11-24T20:51:55Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:56,634 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.614s
2025-11-24 20:51:56,634 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-82d3f30b-6247-453a-8e8b-30e229c170b5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3ea07423-868d-41a1-a3bc-8cce894fade9", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:56Z", "updated_at": "2025-11-24T20:51:56Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:57,014 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.379s
2025-11-24 20:51:57,014 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-74feecb4-5148-4080-9b2a-95d0aa62929e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0de7c8ec-780e-4d42-960b-01692c19d2d8", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:56Z", "updated_at": "2025-11-24T20:51:56Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:57,305 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.290s
2025-11-24 20:51:57,306 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-2f923912-942d-4504-bb5a-3715cbf48522', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "181a4a2b-e7e5-4d22-a591-896410a2e877", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:57Z", "updated_at": "2025-11-24T20:51:57Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:57,625 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.318s
2025-11-24 20:51:57,626 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "project_id": "28aad4f622944694afe7d57a9bebe8b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-54e2a5ef-192d-476b-85ad-fc51f9923962', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4af102d8-38f6-499b-b450-850004527e31", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "security_group_id": "f5414287-a70b-4831-957e-9f3da723c0c1", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2025-11-24T20:51:57Z", "updated_at": "2025-11-24T20:51:57Z", "revision_number": 0, "project_id": "28aad4f622944694afe7d57a9bebe8b3"}}'
2025-11-24 20:51:58,008 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.378s
2025-11-24 20:51:58,008 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:57 GMT', 'server': 'Apache', 'content-length': '5704', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a25bf2f9-1421-4500-961f-ef764e2b33fc', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=5f44bb1e281dc31316fef91e733ece94; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e4cb4235f23848ba8b25c1b69710032a", "name": "tempest-TestSnapshotPattern-1962060976-project-member", "password_expires_at": null}, "audit_ids": ["mvh9mgatQ862e5Yg678RHw"], "expires_at": "2025-11-24T21:51:58.000000Z", "issued_at": "2025-11-24T20:51:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "28aad4f622944694afe7d57a9bebe8b3", "name": "tempest-TestSnapshotPattern-1962060976"}, "is_domain": false, "roles": [{"id": "e37b84848c26438493204841d274fe7e", "name": "reader"}, {"id": "3bc7304549384abf8fc518e36e8df24d", "name": "member"}], "catalog": [{"endpoints": [{"id": "0ed4e103a47447948698559e3402e47f", "interface": "public", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_28aad4f622944694afe7d57a9bebe8b3", "region": "regionOne"}, {"id": "2eec9ba299db4969ac18f0294ec7bff3", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.122.2:8080/swift/v1/AUTH_28aad4f622944694afe7d57a9bebe8b3", "region": "regionOne"}], "id": "166fcba18ac64432b274c38c16d9e96c", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "barbican", "id": "6ad3b393b5824692bea7e9643c9f9364", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "d7db21c3042f49a7afbe8380e5547bfe", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "19f411fbb1f24128aa0e1bbc5cb55fdd", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "manilav2", "id": "c140b9fb61ff407b90e95e2de445a680", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fa26a6351378406eaa9cd32e2a14cdf0", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}], "id": "378b5938d9c340d49f943fb973867eaf", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "nova", "id": "47d49af88af140c8a5cbdda1a818eefa", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "9878c79fc5944707b134e6ee2ee1d5b9", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "56af3f0f4b61446482134defcf352ae8", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "glance", "id": "0acce328aa8f423c97171623d2af3402", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "169c1cef83c84995820b402460ba674a", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "571897527c6446bfb308614ea85ac3e8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "57b37865e3ec4f78b4e337aeaa7a47b0", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "9c253a979f73460585055fb2754c0e44", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "77b76537a2694304adba677fe39adeea", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "placement", "id": "8bf534e556fb4484b49c038e27ecaddb", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "ae962c46164b491a86032540815f1129", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "924869b30dc3452ea2380cafda4dda33", "type": "placement", "name": "placement"}, {"endpoints": [{"n
2025-11-24 20:51:58,008 46 INFO [tempest.lib.common.fixed_network] (TestSnapshotPattern:test_snapshot_pattern) Found network {'id': 'c2399c22-7102-4101-b912-5ab4aa95ff94', 'name': 'tempest-TestSnapshotPattern-499106585-network', 'tenant_id': '28aad4f622944694afe7d57a9bebe8b3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '28aad4f622944694afe7d57a9bebe8b3', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29273, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2025-11-24T20:51:28Z', 'updated_at': '2025-11-24T20:51:28Z', 'revision_number': 1} available for tenant
2025-11-24 20:51:59,822 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.813s
2025-11-24 20:51:59,822 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestSnapshotPattern-server-1550441978", "imageRef": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "flavorRef": "67120476-40a0-42ea-948d-218bf9a62474", "key_name": "tempest-TestSnapshotPattern-2034521407", "security_groups": [{"name": "tempest-secgroup-smoke-1154404080"}], "networks": [{"uuid": "c2399c22-7102-4101-b912-5ab4aa95ff94"}]}}
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:58 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3c9796-ed97-4df8-b467-140b128c290c', 'x-compute-request-id': 'req-ea3c9796-ed97-4df8-b467-140b128c290c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "8ec42847-e448-453c-841d-927b3dd601dc", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8ec42847-e448-453c-841d-927b3dd601dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1154404080"}], "adminPass": "32qSqxTTXMbF"}}'
2025-11-24 20:52:00,082 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc 0.258s
2025-11-24 20:52:00,083 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:51:59 GMT', 'server': 'Apache', 'content-length': '1395', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d6d3330-88fe-4384-903a-9e5b13af52e9', 'x-compute-request-id': 'req-8d6d3330-88fe-4384-903a-9e5b13af52e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc'}
Body: b'{"server": {"id": "8ec42847-e448-453c-841d-927b3dd601dc", "name": "tempest-TestSnapshotPattern-server-1550441978", "status": "BUILD", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "user_id": "e4cb4235f23848ba8b25c1b69710032a", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:59Z", "updated": "2025-11-24T20:51:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8ec42847-e448-453c-841d-927b3dd601dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSnapshotPattern-2034521407", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:01,394 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc 0.306s
2025-11-24 20:52:01,394 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '1505', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95581c7b-0f18-4ad2-b0a6-3c066dc97b1b', 'x-compute-request-id': 'req-95581c7b-0f18-4ad2-b0a6-3c066dc97b1b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc'}
Body: b'{"server": {"id": "8ec42847-e448-453c-841d-927b3dd601dc", "name": "tempest-TestSnapshotPattern-server-1550441978", "status": "ERROR", "tenant_id": "28aad4f622944694afe7d57a9bebe8b3", "user_id": "e4cb4235f23848ba8b25c1b69710032a", "metadata": {}, "hostId": "", "image": {"id": "7b556eea-44a0-401c-a3e5-213a835e1fc5", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7b556eea-44a0-401c-a3e5-213a835e1fc5"}]}, "flavor": {"id": "67120476-40a0-42ea-948d-218bf9a62474", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/67120476-40a0-42ea-948d-218bf9a62474"}]}, "created": "2025-11-24T20:51:59Z", "updated": "2025-11-24T20:52:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/8ec42847-e448-453c-841d-927b3dd601dc"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-24T20:52:00Z", "message": "No valid host was found. There are not enough hosts available."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestSnapshotPattern-2034521407", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-24 20:52:01,398 46 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-11-24 20:52:01,921 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc 0.523s
2025-11-24 20:52:01,922 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef56f8b-ae17-4d83-905a-ce93fc2339a1', 'x-compute-request-id': 'req-8ef56f8b-ae17-4d83-905a-ce93fc2339a1', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc'}
Body: b''
2025-11-24 20:52:02,030 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc 0.108s
2025-11-24 20:52:02,030 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:01 GMT', 'server': 'Apache', 'content-length': '111', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cbbd600-e238-40d0-906d-8a89ddd0afc5', 'x-compute-request-id': 'req-9cbbd600-e238-40d0-906d-8a89ddd0afc5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/8ec42847-e448-453c-841d-927b3dd601dc'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8ec42847-e448-453c-841d-927b3dd601dc could not be found."}}'
2025-11-24 20:52:02,484 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/f5414287-a70b-4831-957e-9f3da723c0c1 0.453s
2025-11-24 20:52:02,484 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:02 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-ba145abb-4867-4983-9c84-ae4b155377a3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=6bc35acc45ccb9a08fe7151740c85226; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/f5414287-a70b-4831-957e-9f3da723c0c1'}
Body: b''
2025-11-24 20:52:02,542 46 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSnapshotPattern-2034521407 0.057s
2025-11-24 20:52:02,542 46 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 24 Nov 2025 20:52:02 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-772ab460-1a40-4579-8dfe-73488a58a2f9', 'x-compute-request-id': 'req-772ab460-1a40-4579-8dfe-73488a58a2f9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=0eca84a6a91773a283a4047156879c1d; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestSnapshotPattern-2034521407'}
Body: b''
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_snapshot_pattern.py", line 56, in test_snapshot_pattern
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8ec42847-e448-453c-841d-927b3dd601dc failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-24T20:52:00Z', 'message': 'No valid host was found. There are not enough hosts available.'}. Request ID of server operation performed before checking the server status req-ea3c9796-ed97-4df8-b467-140b128c290c.
|
||||||
| setUpClass (tempest.api.compute.admin.test_assisted_volume_snapshots | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesAssistedSnapshotsTest) |
skip
pt58.1: setUpClass (tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt59.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt59.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationRemoteConsolesV26Test) |
skip
pt59.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_servers_on_multinodes | 2 | 0 | 0 | 0 | 2 | Detail | |
ServersOnMultiNodesTest) |
skip
pt60.1: setUpClass (tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest)
|
||||||
UnshelveToHostMultiNodesTest) |
skip
pt60.2: setUpClass (tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachSCSIVolumeTestJSON) |
skip
pt61.1: setUpClass (tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 2 | 0 | 0 | 0 | 2 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt62.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
TestVolumeSwap) |
skip
pt62.2: setUpClass (tempest.api.compute.admin.test_volume_swap.TestVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 2 | 0 | 0 | 0 | 2 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt63.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
VolumesAdminNegativeTest) |
skip
pt63.2: setUpClass (tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt64.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt65.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON)
|
||||||
| setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt66.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachVolumeTestJSON) |
skip
pt67.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)
|
||||||
AttachVolumeMultiAttachTest) |
skip
pt67.2: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
AttachVolumeShelveTestJSON) |
skip
pt67.3: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeNegativeTest) |
skip
pt68.1: setUpClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volume_snapshots | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesSnapshotsTestJSON) |
skip
pt69.1: setUpClass (tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTestJSON) |
skip
pt70.1: setUpClass (tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesTestJSON) |
skip
pt71.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesNegativeTest) |
skip
pt72.1: setUpClass (tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest)
|
||||||
| setUpClass (tempest.api.identity.v3.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityV3UsersTest) |
skip
pt73.1: setUpClass (tempest.api.identity.v3.test_users.IdentityV3UsersTest)
|
||||||
| setUpClass (tempest.api.image.v2.admin.test_image_caching | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageCachingTest) |
skip
pt74.1: setUpClass (tempest.api.image.v2.admin.test_image_caching.ImageCachingTest)
|
||||||
| setUpClass (tempest.api.image.v2.admin.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
ImageLocationsAdminTest) |
skip
pt75.1: setUpClass (tempest.api.image.v2.admin.test_images.ImageLocationsAdminTest)
|
||||||
MultiStoresImagesTest) |
skip
pt75.2: setUpClass (tempest.api.image.v2.admin.test_images.MultiStoresImagesTest)
|
||||||
| setUpClass (tempest.api.image.v2.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
MultiStoresImportImagesTest) |
skip
pt76.1: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest)
|
||||||
ImageLocationsTest) |
skip
pt76.2: setUpClass (tempest.api.image.v2.test_images.ImageLocationsTest)
|
||||||
| setUpClass (tempest.api.network.admin.test_metering_extensions | 2 | 0 | 0 | 0 | 2 | Detail | |
MeteringTestJSON) |
skip
pt77.1: setUpClass (tempest.api.network.admin.test_metering_extensions.MeteringTestJSON)
|
||||||
MeteringIpV6TestJSON) |
skip
pt77.2: setUpClass (tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON)
|
||||||
| setUpClass (tempest.api.network.admin.test_routers_dvr | 1 | 0 | 0 | 0 | 1 | Detail | |
RoutersTestDVR) |
skip
pt78.1: setUpClass (tempest.api.network.admin.test_routers_dvr.RoutersTestDVR)
|
||||||
| setUpClass (tempest.api.network.test_routers_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
DvrRoutersNegativeTest) |
skip
pt79.1: setUpClass (tempest.api.network.test_routers_negative.DvrRoutersNegativeTest)
|
||||||
| setUpClass (tempest.api.network.test_tags | 1 | 0 | 0 | 0 | 1 | Detail | |
TagsTest) |
skip
pt80.1: setUpClass (tempest.api.network.test_tags.TagsTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_account_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
BulkTest) |
skip
pt81.1: setUpClass (tempest.api.object_storage.test_account_bulk.BulkTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountQuotasTest) |
skip
pt82.1: setUpClass (tempest.api.object_storage.test_account_quotas.AccountQuotasTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_account_quotas_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountQuotasNegativeTest) |
skip
pt83.1: setUpClass (tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_account_services | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountTest) |
skip
pt84.1: setUpClass (tempest.api.object_storage.test_account_services.AccountTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_account_services_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountNegativeTest) |
skip
pt85.1: setUpClass (tempest.api.object_storage.test_account_services_negative.AccountNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_acl | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectTestACLs) |
skip
pt86.1: setUpClass (tempest.api.object_storage.test_container_acl.ObjectTestACLs)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_acl_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectACLsNegativeTest) |
skip
pt87.1: setUpClass (tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_quotas | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerQuotasTest) |
skip
pt88.1: setUpClass (tempest.api.object_storage.test_container_quotas.ContainerQuotasTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerTest) |
skip
pt89.1: setUpClass (tempest.api.object_storage.test_container_services.ContainerTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_services_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerNegativeTest) |
skip
pt90.1: setUpClass (tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_staticweb | 1 | 0 | 0 | 0 | 1 | Detail | |
StaticWebTest) |
skip
pt91.1: setUpClass (tempest.api.object_storage.test_container_staticweb.StaticWebTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_sync | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerSyncTest) |
skip
pt92.1: setUpClass (tempest.api.object_storage.test_container_sync.ContainerSyncTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_container_sync_middleware | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerSyncMiddlewareTest) |
skip
pt93.1: setUpClass (tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_crossdomain | 1 | 0 | 0 | 0 | 1 | Detail | |
CrossdomainTest) |
skip
pt94.1: setUpClass (tempest.api.object_storage.test_crossdomain.CrossdomainTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_healthcheck | 1 | 0 | 0 | 0 | 1 | Detail | |
HealthcheckTest) |
skip
pt95.1: setUpClass (tempest.api.object_storage.test_healthcheck.HealthcheckTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_expiry | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectExpiryTest) |
skip
pt96.1: setUpClass (tempest.api.object_storage.test_object_expiry.ObjectExpiryTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_formpost | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectFormPostTest) |
skip
pt97.1: setUpClass (tempest.api.object_storage.test_object_formpost.ObjectFormPostTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_formpost_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectFormPostNegativeTest) |
skip
pt98.1: setUpClass (tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_services | 2 | 0 | 0 | 0 | 2 | Detail | |
PublicObjectTest) |
skip
pt99.1: setUpClass (tempest.api.object_storage.test_object_services.PublicObjectTest)
|
||||||
ObjectTest) |
skip
pt99.2: setUpClass (tempest.api.object_storage.test_object_services.ObjectTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_slo | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectSloTest) |
skip
pt100.1: setUpClass (tempest.api.object_storage.test_object_slo.ObjectSloTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_temp_url | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectTempUrlTest) |
skip
pt101.1: setUpClass (tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_temp_url_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectTempUrlNegativeTest) |
skip
pt102.1: setUpClass (tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest)
|
||||||
| setUpClass (tempest.api.object_storage.test_object_version | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerTest) |
skip
pt103.1: setUpClass (tempest.api.object_storage.test_object_version.ContainerTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_backends_capabilities | 1 | 0 | 0 | 0 | 1 | Detail | |
BackendsCapabilitiesAdminTestsJSON) |
skip
pt104.1: setUpClass (tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt105.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_group_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
GroupSnapshotsV319Test) |
skip
pt106.1: setUpClass (tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test)
|
||||||
GroupSnapshotsTest) |
skip
pt106.2: setUpClass (tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_group_type_specs | 1 | 0 | 0 | 0 | 1 | Detail | |
GroupTypeSpecsTest) |
skip
pt107.1: setUpClass (tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_group_types | 1 | 0 | 0 | 0 | 1 | Detail | |
GroupTypesTest) |
skip
pt108.1: setUpClass (tempest.api.volume.admin.test_group_types.GroupTypesTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_groups | 3 | 0 | 0 | 0 | 3 | Detail | |
GroupsV320Test) |
skip
pt109.1: setUpClass (tempest.api.volume.admin.test_groups.GroupsV320Test)
|
||||||
GroupsTest) |
skip
pt109.2: setUpClass (tempest.api.volume.admin.test_groups.GroupsTest)
|
||||||
GroupsV314Test) |
skip
pt109.3: setUpClass (tempest.api.volume.admin.test_groups.GroupsV314Test)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt110.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_qos | 1 | 0 | 0 | 0 | 1 | Detail | |
QosSpecsTestJSON) |
skip
pt111.1: setUpClass (tempest.api.volume.admin.test_qos.QosSpecsTestJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt112.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotsActionsTest) |
skip
pt113.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_user_messages | 1 | 0 | 0 | 0 | 1 | Detail | |
UserMessagesTest) |
skip
pt114.1: setUpClass (tempest.api.volume.admin.test_user_messages.UserMessagesTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_hosts | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeHostsAdminTestsJSON) |
skip
pt115.1: setUpClass (tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt116.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_pools | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumePoolsAdminTestsJSON) |
skip
pt117.1: setUpClass (tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_quota_classes | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeQuotaClassesTest) |
skip
pt118.1: setUpClass (tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_quotas | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeQuotasAdminTestJSON) |
skip
pt119.1: setUpClass (tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeQuotasNegativeTestJSON) |
skip
pt120.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt121.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeWithoutMigrationTest) |
skip
pt121.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_services | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesServicesTestJSON) |
skip
pt122.1: setUpClass (tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_services_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeServicesNegativeTest) |
skip
pt123.1: setUpClass (tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
skip
pt124.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_type_access | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeTypesAccessTest) |
skip
pt125.1: setUpClass (tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_types | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeTypesTest) |
skip
pt126.1: setUpClass (tempest.api.volume.admin.test_volume_types.VolumeTypesTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeTypesExtraSpecsTest) |
skip
pt127.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtraSpecsNegativeTest) |
skip
pt128.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_types_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeTypesNegativeTest) |
skip
pt129.1: setUpClass (tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt130.1: setUpClass (tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt131.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListAdminTestJSON) |
skip
pt132.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_availability_zone | 1 | 0 | 0 | 0 | 1 | Detail | |
AvailabilityZoneTestJSON) |
skip
pt133.1: setUpClass (tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_extensions | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtensionsTestJSON) |
skip
pt134.1: setUpClass (tempest.api.volume.test_extensions.ExtensionsTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_image_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesImageMetadata) |
skip
pt135.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)
|
||||||
| setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotMetadataTestJSON) |
skip
pt136.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt137.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volume_absolute_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
AbsoluteLimitsTests) |
skip
pt138.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)
|
||||||
| setUpClass (tempest.api.volume.test_volume_delete_cascade | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesDeleteCascade) |
skip
pt139.1: setUpClass (tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade)
|
||||||
| setUpClass (tempest.api.volume.test_volume_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesMetadataTest) |
skip
pt140.1: setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest)
|
||||||
| setUpClass (tempest.api.volume.test_volume_transfers | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumesTransfersTest) |
skip
pt141.1: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersTest)
|
||||||
VolumesTransfersV357Test) |
skip
pt141.2: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test)
|
||||||
VolumesTransfersV355Test) |
skip
pt141.3: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt142.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt143.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt143.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_clone | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesCloneTest) |
skip
pt144.1: setUpClass (tempest.api.volume.test_volumes_clone.VolumesCloneTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_clone_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesCloneNegativeTest) |
skip
pt145.1: setUpClass (tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_extend | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesExtendTest) |
skip
pt146.1: setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendTest)
|
||||||
VolumesExtendAttachedTest) |
skip
pt146.2: setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesGetTest) |
skip
pt147.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
VolumesSummaryTest) |
skip
pt147.2: setUpClass (tempest.api.volume.test_volumes_get.VolumesSummaryTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt148.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesNegativeTest) |
skip
pt149.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesSnapshotTestJSON) |
skip
pt150.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesSnapshotListTestJSON) |
skip
pt151.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_snapshots_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesSnapshotNegativeTestJSON) |
skip
pt152.1: setUpClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt153.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest)
|
||||||
| setUpClass (tempest.scenario.test_minimum_basic | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMinimumBasicScenario) |
skip
pt154.1: setUpClass (tempest.scenario.test_minimum_basic.TestMinimumBasicScenario)
|
||||||
| setUpClass (tempest.scenario.test_network_advanced_server_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestNetworkAdvancedServerMigrationWithHost) |
skip
pt155.1: setUpClass (tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerMigrationWithHost)
|
||||||
| setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt156.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest)
|
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt156.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests)
|
||||||
| setUpClass (tempest.scenario.test_object_storage_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestObjectStorageBasicOps) |
skip
pt157.1: setUpClass (tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt158.1: setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode)
|
||||||
| setUpClass (tempest.scenario.test_server_volume_attachment | 2 | 0 | 0 | 0 | 2 | Detail | |
TestServerVolumeAttachScenarioOldVersion) |
skip
pt159.1: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion)
|
||||||
TestServerVolumeAttachmentScenario) |
skip
pt159.2: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt160.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBootPattern) |
skip
pt161.1: setUpClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt162.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt163.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative]
|
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt163.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative]
|
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt163.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative]
|
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt163.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative]
|
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt163.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative]
|
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt163.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative]
|
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt163.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative]
|
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt163.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative]
|
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt163.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative]
|
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt163.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative]
|
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt163.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative]
|
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt163.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative]
|
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt163.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative]
|
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt163.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative]
|
||||||
| tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_create_no_allocate[id-5eb7b8fa-9c23-47a2-9d7d-02ed5809dd34] |
pass
pt164.1: tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_create_no_allocate[id-5eb7b8fa-9c23-47a2-9d7d-02ed5809dd34]
|
||||||
| tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt165.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c]
|
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt165.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c]
|
||||||
| tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt166.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative]
|
||||||
| tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt167.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da]
|
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt167.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5]
|
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt167.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086]
|
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt167.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0]
|
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt167.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d]
|
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt167.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66]
|
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt167.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987]
|
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt167.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e]
|
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt167.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb]
|
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt167.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3]
|
||||||
| tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt168.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4]
|
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt168.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0]
|
||||||
| tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt169.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative]
|
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt169.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative]
|
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt169.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative]
|
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt169.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative]
|
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt169.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt170.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt171.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0]
|
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt171.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90]
|
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt171.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt172.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative]
|
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt172.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative]
|
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt172.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative]
|
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt172.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative]
|
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt172.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative]
|
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt172.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative]
|
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt172.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt173.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt174.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt175.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f]
|
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt175.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6]
|
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt175.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8]
|
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt175.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de]
|
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt175.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4]
|
||||||
| tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt176.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative]
|
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt176.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative]
|
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt176.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative]
|
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt176.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative]
|
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt176.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative]
|
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt176.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative]
|
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt176.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative]
|
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt176.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative]
|
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt176.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative]
|
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt176.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative]
|
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt176.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative]
|
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt176.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative]
|
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt176.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative]
|
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt176.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt177.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5]
|
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt177.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118]
|
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt177.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc]
|
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt177.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816]
|
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt177.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt178.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862]
|
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt178.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt179.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt180.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt181.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative]
|
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt181.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative]
|
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt181.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative]
|
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt181.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative]
|
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt181.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative]
|
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt181.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative]
|
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt181.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt182.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative]
|
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt182.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative]
|
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt182.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative]
|
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt182.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt183.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb]
|
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt183.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt184.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative]
|
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt184.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative]
|
||||||
| tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt185.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac]
|
||||||
| tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt186.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative]
|
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
pass
pt186.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative]
|
||||||
| tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 1 | 0 | 0 | 4 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode] |
skip
pt187.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode]
|
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt187.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f]
|
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
skip
pt187.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64]
|
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
skip
pt187.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593]
|
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode] |
skip
pt187.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode]
|
||||||
| tempest.api.compute.admin.test_networks.NetworksTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt188.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416]
|
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
skip
pt188.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt189.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt190.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt191.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0]
|
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt191.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d]
|
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt191.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d]
|
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt191.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt192.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt193.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt194.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative]
|
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt194.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative]
|
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt194.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative]
|
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt194.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt195.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network]
|
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt195.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network]
|
||||||
| tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt196.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3] |
pass
pt197.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3] |
pass
pt198.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3]
|
||||||
| tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6] |
pass
pt199.1: tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest.test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6]
|
||||||
| tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt200.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca]
|
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt200.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5]
|
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt200.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt201.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt201.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt201.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt201.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt202.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative]
|
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt202.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative]
|
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt202.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative]
|
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt202.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt202.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt202.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt202.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt203.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative]
|
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt203.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative]
|
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt203.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt204.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke]
|
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt204.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke]
|
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt204.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79]
|
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt204.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292]
|
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt204.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb]
|
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt204.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107]
|
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt204.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4]
|
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt204.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa]
|
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt204.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab]
|
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt204.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb]
|
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt204.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24]
|
||||||
| tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt205.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt206.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194]
|
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt206.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt207.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative]
|
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt207.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt208.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84]
|
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt208.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt209.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative]
|
||||||
| tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt210.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14]
|
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt210.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6]
|
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt210.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531]
|
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt210.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29]
|
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt210.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae]
|
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt210.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2]
|
||||||
| tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt211.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative]
|
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt211.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative]
|
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt211.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative]
|
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt211.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative]
|
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt211.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative]
|
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt211.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative]
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt212.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative]
|
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt212.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative]
|
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt212.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative]
|
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt212.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative]
|
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt212.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative]
|
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt212.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative]
|
||||||
| tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt213.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative]
|
||||||
| tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt214.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789]
|
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt214.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f]
|
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt214.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6]
|
||||||
| tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt215.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt215.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt215.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt215.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt216.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative]
|
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt216.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative]
|
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt216.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative]
|
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt216.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative]
|
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt216.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative]
|
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt216.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative]
|
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt216.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative]
|
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt216.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt217.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt217.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt217.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt217.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt217.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c]
|
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt217.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6]
|
||||||
| tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt218.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b]
|
||||||
| tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt219.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt220.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke]
|
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt220.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd]
|
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt220.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6]
|
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt220.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf]
|
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt220.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt221.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative]
|
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt221.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative]
|
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt221.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative]
|
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt221.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative]
|
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt221.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative]
|
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt221.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative]
|
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt221.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative]
|
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt221.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt222.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative]
|
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt222.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative]
|
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt222.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative]
|
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt222.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative]
|
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt222.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative]
|
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt222.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative]
|
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt222.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative]
|
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt222.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative]
|
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt222.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative]
|
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt222.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative]
|
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt222.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative]
|
||||||
| tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt223.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 0 | 0 | 0 | 1 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
skip
pt224.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a]
|
||||||
| tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt225.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative]
|
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt225.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative]
|
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt225.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative]
|
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt225.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative]
|
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt225.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative]
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt226.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV263Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c] |
skip
pt227.1: tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c]
|
||||||
| tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt228.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd]
|
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt228.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1]
|
||||||
| tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt229.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc]
|
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt229.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a]
|
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt229.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107]
|
||||||
| tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt230.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt231.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt231.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
pass
pt232.1: tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e]
|
||||||
| tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
pass
pt233.1: tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d]
|
||||||
| tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
pass
pt234.1: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477]
|
||||||
test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
pass
pt234.2: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63]
|
||||||
test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
pass
pt234.3: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9]
|
||||||
test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
pass
pt234.4: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22]
|
||||||
| tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
pass
pt235.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046]
|
||||||
test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
pass
pt235.2: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad]
|
||||||
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt235.3: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke]
|
||||||
test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
pass
pt235.4: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea]
|
||||||
test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
pass
pt235.5: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4]
|
||||||
test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
pass
pt235.6: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9]
|
||||||
test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
pass
pt235.7: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9]
|
||||||
| tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
pass
pt236.1: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative]
|
||||||
test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
pass
pt236.2: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative]
|
||||||
test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
pass
pt236.3: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative]
|
||||||
test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
pass
pt236.4: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative]
|
||||||
test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
pass
pt236.5: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative]
|
||||||
| tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt237.1: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a]
|
||||||
test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
pass
pt237.2: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26]
|
||||||
| tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
pass
pt238.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37]
|
||||||
test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
pass
pt238.2: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618]
|
||||||
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt238.3: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
pass
pt239.1: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative]
|
||||||
test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
pass
pt239.2: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative]
|
||||||
test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
pass
pt239.3: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative]
|
||||||
test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
pass
pt239.4: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative]
|
||||||
| tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt240.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129]
|
||||||
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt240.2: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke]
|
||||||
test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
pass
pt240.3: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71]
|
||||||
test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
pass
pt240.4: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec]
|
||||||
| tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
pass
pt241.1: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45]
|
||||||
test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
pass
pt241.2: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591]
|
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
pass
pt241.3: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1]
|
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
pass
pt241.4: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8]
|
||||||
test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
pass
pt241.5: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36]
|
||||||
test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
pass
pt241.6: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06]
|
||||||
| tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
pass
pt242.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44]
|
||||||
test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
pass
pt242.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10]
|
||||||
test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
pass
pt242.3: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26]
|
||||||
| tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
pass
pt243.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8]
|
||||||
test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
pass
pt243.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac]
|
||||||
| tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
pass
pt244.1: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f]
|
||||||
test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
pass
pt244.2: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d]
|
||||||
test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
pass
pt244.3: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635]
|
||||||
test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
pass
pt244.4: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683]
|
||||||
test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
pass
pt244.5: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb]
|
||||||
| tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
pass
pt245.1: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d]
|
||||||
test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
pass
pt245.2: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93]
|
||||||
test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
pass
pt245.3: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8]
|
||||||
test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
pass
pt245.4: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc]
|
||||||
| tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt246.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke]
|
||||||
test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
pass
pt246.2: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201]
|
||||||
| tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
pass
pt247.1: tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de]
|
||||||
| tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
pass
pt248.1: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6]
|
||||||
test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
pass
pt248.2: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5]
|
||||||
test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
pass
pt248.3: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480]
|
||||||
test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
pass
pt248.4: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207]
|
||||||
test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
pass
pt248.5: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d]
|
||||||
test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
pass
pt248.6: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f]
|
||||||
test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
pass
pt248.7: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d]
|
||||||
test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
pass
pt248.8: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162]
|
||||||
test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
pass
pt248.9: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153]
|
||||||
test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
pass
pt248.10: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100]
|
||||||
test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
pass
pt248.11: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b]
|
||||||
| tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
pass
pt249.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative]
|
||||||
test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
pass
pt249.2: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative]
|
||||||
test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
pass
pt249.3: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative]
|
||||||
test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
pass
pt249.4: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative]
|
||||||
test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
pass
pt249.5: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative]
|
||||||
test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
pass
pt249.6: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative]
|
||||||
| tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
pass
pt250.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative]
|
||||||
| tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt251.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke]
|
||||||
test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
pass
pt251.2: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42]
|
||||||
test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
pass
pt251.3: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796]
|
||||||
test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
pass
pt251.4: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542]
|
||||||
| tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
pass
pt252.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a]
|
||||||
test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
pass
pt252.2: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e]
|
||||||
test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
pass
pt252.3: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8]
|
||||||
test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
pass
pt252.4: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7]
|
||||||
test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
pass
pt252.5: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4]
|
||||||
test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
pass
pt252.6: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6]
|
||||||
test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
pass
pt252.7: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd]
|
||||||
test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
pass
pt252.8: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f]
|
||||||
test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
pass
pt252.9: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c]
|
||||||
test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
pass
pt252.10: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82]
|
||||||
test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
pass
pt252.11: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69]
|
||||||
test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
pass
pt252.12: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235]
|
||||||
test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
pass
pt252.13: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94]
|
||||||
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt252.14: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
|
||||||
test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
pass
pt252.15: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00]
|
||||||
| tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
pass
pt253.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269]
|
||||||
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt253.2: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke]
|
||||||
test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
pass
pt253.3: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e]
|
||||||
| tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
pass
pt254.1: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185]
|
||||||
test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
pass
pt254.2: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89]
|
||||||
| tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt255.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]
|
||||||
test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
pass
pt255.2: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a]
|
||||||
test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
pass
pt255.3: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292]
|
||||||
test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
pass
pt255.4: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384]
|
||||||
test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
pass
pt255.5: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace]
|
||||||
test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
pass
pt255.6: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2]
|
||||||
| tempest.api.identity.admin.v3.test_users.UsersV3TestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
pass
pt256.1: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644]
|
||||||
test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
pass
pt256.2: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8]
|
||||||
test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
skip
pt256.3: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e]
|
||||||
test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
pass
pt256.4: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e]
|
||||||
| tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
pass
pt257.1: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative]
|
||||||
test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
pass
pt257.2: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative]
|
||||||
| tempest.api.identity.v3.test_access_rules.AccessRulesV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
pass
pt258.1: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0]
|
||||||
test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
pass
pt258.2: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e]
|
||||||
test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
pass
pt258.3: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4]
|
||||||
| tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 5 | 5 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt259.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke]
|
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt259.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke]
|
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt259.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke]
|
||||||
test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
pass
pt259.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3]
|
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt259.5: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke]
|
||||||
| tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
pass
pt260.1: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61]
|
||||||
test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
pass
pt260.2: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f]
|
||||||
test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
pass
pt260.3: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3]
|
||||||
test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
pass
pt260.4: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6]
|
||||||
test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
pass
pt260.5: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6]
|
||||||
| tempest.api.identity.v3.test_catalog.IdentityCatalogTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
pass
pt261.1: tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2]
|
||||||
| tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt262.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke]
|
||||||
| tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
pass
pt263.1: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920]
|
||||||
test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
pass
pt263.2: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b]
|
||||||
test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
pass
pt263.3: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9]
|
||||||
test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
pass
pt263.4: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf]
|
||||||
| tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
pass
pt264.1: tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d]
|
||||||
| tempest.api.identity.v3.test_tokens.TokensV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
pass
pt265.1: tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9]
|
||||||
test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
pass
pt265.2: tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212]
|
||||||
test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
pass
pt265.3: tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260]
|
||||||
| tempest.api.image.v2.admin.test_image_task.ImageTaskCreate | 2 | 1 | 0 | 0 | 1 | Detail | |
test_image_tasks_create[id-669d5387-0340-4abf-b62d-7cc89f539c8c] |
skip
pt266.1: tempest.api.image.v2.admin.test_image_task.ImageTaskCreate.test_image_tasks_create[id-669d5387-0340-4abf-b62d-7cc89f539c8c]
|
||||||
test_task_create_fake_image_location[id-ad6450c6-7060-4ee7-a2d1-41c2604b446c,negative] |
pass
pt266.2: tempest.api.image.v2.admin.test_image_task.ImageTaskCreate.test_task_create_fake_image_location[id-ad6450c6-7060-4ee7-a2d1-41c2604b446c,negative]
|
||||||
| tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt267.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e]
|
||||||
test_list_public_image[id-f6ab4aa0-035e-4664-9f2d-c57c6df50605] |
pass
pt267.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_list_public_image[id-f6ab4aa0-035e-4664-9f2d-c57c6df50605]
|
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt267.3: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553]
|
||||||
| tempest.api.image.v2.admin.test_images.ImportCopyImagesTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_image_copy_image_import[id-9b3b644e-03d1-11eb-a036-fa163e2eaf49] |
skip
pt268.1: tempest.api.image.v2.admin.test_images.ImportCopyImagesTest.test_image_copy_image_import[id-9b3b644e-03d1-11eb-a036-fa163e2eaf49]
|
||||||
| tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
pass
pt269.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718]
|
||||||
test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
pass
pt269.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738]
|
||||||
test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
pass
pt269.3: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768]
|
||||||
| tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
pass
pt270.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768]
|
||||||
| tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
pass
pt271.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876]
|
||||||
test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
pass
pt271.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875]
|
||||||
| tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
pass
pt272.1: tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768]
|
||||||
| tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
pass
pt273.1: tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606]
|
||||||
| tempest.api.image.v2.test_images.BasicOperationsImagesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
pass
pt274.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0]
|
||||||
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt274.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke]
|
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt274.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke]
|
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt274.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke]
|
||||||
| tempest.api.image.v2.test_images.ImportImagesTest | 8 | 2 | 0 | 0 | 6 | Detail | |
test_image_glance_direct_import[id-32ca0c20-e16f-44ac-8590-07869c9b4cc2] |
pass
pt275.1: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_direct_import[id-32ca0c20-e16f-44ac-8590-07869c9b4cc2]
|
||||||
test_image_glance_download_import_bad_endpoint[id-77644240-dbbe-4744-ae28-09b2ac12e218,negative] |
skip
pt275.2: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_download_import_bad_endpoint[id-77644240-dbbe-4744-ae28-09b2ac12e218,negative]
|
||||||
test_image_glance_download_import_bad_missing_image[id-c7edec8e-24b5-416a-9d42-b3e773bab62c,negative] |
skip
pt275.3: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_download_import_bad_missing_image[id-c7edec8e-24b5-416a-9d42-b3e773bab62c,negative]
|
||||||
test_image_glance_download_import_bad_uuid[id-36d4b546-64a2-4bb9-bdd0-ba676aa48f2c,negative] |
skip
pt275.4: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_download_import_bad_uuid[id-36d4b546-64a2-4bb9-bdd0-ba676aa48f2c,negative]
|
||||||
test_image_glance_download_import_success[id-8876c818-c40e-4b90-9742-31d231616305] |
skip
pt275.5: tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_download_import_success[id-8876c818-c40e-4b90-9742-31d231616305]
|
||||||
test_image_web_download_import[id-f6feb7a4-b04f-4706-a011-206129f83e62] |
pass
pt275.6: tempest.api.image.v2.test_images.ImportImagesTest.test_image_web_download_import[id-f6feb7a4-b04f-4706-a011-206129f83e62]
|
||||||
test_remote_delete[id-44d60544-1524-42f7-8899-315301105dd8] |
skip
pt275.7: tempest.api.image.v2.test_images.ImportImagesTest.test_remote_delete[id-44d60544-1524-42f7-8899-315301105dd8]
|
||||||
test_remote_import[id-e04761a1-22af-42c2-b8bc-a34a3f12b585] |
skip
pt275.8: tempest.api.image.v2.test_images.ImportImagesTest.test_remote_import[id-e04761a1-22af-42c2-b8bc-a34a3f12b585]
|
||||||
| tempest.api.image.v2.test_images.ListSharedImagesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
pass
pt276.1: tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122]
|
||||||
| tempest.api.image.v2.test_images.ListUserImagesTest | 17 | 17 | 0 | 0 | 0 | Detail | |
test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
pass
pt277.1: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371]
|
||||||
test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
pass
pt277.2: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684]
|
||||||
test_list_hidden_image[id-d43f3efc-da4c-4af9-b636-868f0c6acedb] |
pass
pt277.3: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_hidden_image[id-d43f3efc-da4c-4af9-b636-868f0c6acedb]
|
||||||
test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
pass
pt277.4: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb]
|
||||||
test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
pass
pt277.5: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e]
|
||||||
test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
pass
pt277.6: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb]
|
||||||
test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
pass
pt277.7: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb]
|
||||||
test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
pass
pt277.8: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f]
|
||||||
test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
pass
pt277.9: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b]
|
||||||
test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
pass
pt277.10: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876]
|
||||||
test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
pass
pt277.11: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a]
|
||||||
test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
pass
pt277.12: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49]
|
||||||
test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
pass
pt277.13: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15]
|
||||||
test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
pass
pt277.14: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9]
|
||||||
test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
pass
pt277.15: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2]
|
||||||
test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
pass
pt277.16: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee]
|
||||||
test_list_update_hidden_image[id-fdb96b81-257b-42ac-978b-ddeefa3760e4] |
pass
pt277.17: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_update_hidden_image[id-fdb96b81-257b-42ac-978b-ddeefa3760e4]
|
||||||
| tempest.api.image.v2.test_images_formats.ImagesFormatTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85] |
skip
pt278.1: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_reject_formats_import[id-7c7c2f16-2e97-4dce-8cb4-bc10be031c85]
|
||||||
test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df] |
skip
pt278.2: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_accept_usable_formats[id-a245fcbe-63ce-4dc1-a1d0-c16d76d9e6df]
|
||||||
test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9] |
skip
pt278.3: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_format_mismatch[id-ffe21610-e801-4992-9b81-e2d646e2e2e9]
|
||||||
test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376] |
skip
pt278.4: tempest.api.image.v2.test_images_formats.ImagesFormatTest.test_compute_rejects_invalid[id-f77394bc-81f4-4d54-9f5b-e48f3d6b5376]
|
||||||
| tempest.api.image.v2.test_images_member.ImagesMemberTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
pass
pt279.1: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287]
|
||||||
test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
pass
pt279.2: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83]
|
||||||
test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
pass
pt279.3: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb]
|
||||||
test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
pass
pt279.4: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a]
|
||||||
test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
pass
pt279.5: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e]
|
||||||
test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
pass
pt279.6: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914]
|
||||||
| tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
pass
pt280.1: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative]
|
||||||
test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
pass
pt280.2: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative]
|
||||||
| tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt281.1: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab]
|
||||||
test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
pass
pt281.2: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb]
|
||||||
test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
pass
pt281.3: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b]
|
||||||
test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
pass
pt281.4: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c]
|
||||||
test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt281.5: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e]
|
||||||
test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
pass
pt281.6: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d]
|
||||||
test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
pass
pt281.7: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb]
|
||||||
test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt281.8: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a]
|
||||||
test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt281.9: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e]
|
||||||
test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt281.10: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a]
|
||||||
| tempest.api.image.v2.test_images_negative.ImagesNegativeTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
pass
pt282.1: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative]
|
||||||
test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
pass
pt282.2: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative]
|
||||||
test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
pass
pt282.3: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative]
|
||||||
test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
pass
pt282.4: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative]
|
||||||
test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
pass
pt282.5: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative]
|
||||||
test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
pass
pt282.6: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative]
|
||||||
test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
pass
pt282.7: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative]
|
||||||
test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
pass
pt282.8: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative]
|
||||||
test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
pass
pt282.9: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative]
|
||||||
test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
pass
pt282.10: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative]
|
||||||
| tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_web_download_import_with_bad_url[id-c52f6a77-f522-4411-8dbe-9d14f2b1ba6b,negative] |
pass
pt283.1: tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest.test_image_web_download_import_with_bad_url[id-c52f6a77-f522-4411-8dbe-9d14f2b1ba6b,negative]
|
||||||
| tempest.api.image.v2.test_images_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt284.1: tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329]
|
||||||
| tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
pass
pt285.1: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative]
|
||||||
test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
pass
pt285.2: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative]
|
||||||
| tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt286.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke]
|
||||||
| tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt287.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1]
|
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt287.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb]
|
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt287.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc]
|
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt287.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2]
|
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt287.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5]
|
||||||
| tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt288.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative]
|
||||||
| tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt289.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2]
|
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt289.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b]
|
||||||
| tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt290.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b]
|
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt290.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8]
|
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt290.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13]
|
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt290.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5]
|
||||||
| tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt291.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b]
|
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt291.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8]
|
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt291.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13]
|
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt291.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5]
|
||||||
| tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt292.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634]
|
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt292.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397]
|
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt292.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8]
|
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt292.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f]
|
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt292.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374]
|
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt292.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79]
|
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt292.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33]
|
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt292.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279]
|
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt292.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8]
|
||||||
| tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt293.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634]
|
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt293.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397]
|
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt293.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8]
|
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt293.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f]
|
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt293.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374]
|
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt293.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79]
|
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt293.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33]
|
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt293.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279]
|
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt293.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8]
|
||||||
| tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt294.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative]
|
||||||
| tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt295.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative]
|
||||||
| tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt296.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative]
|
||||||
| tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt297.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043]
|
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt297.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4]
|
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt297.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4]
|
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt297.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933]
|
||||||
| tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt298.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043]
|
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt298.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4]
|
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt298.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4]
|
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt298.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933]
|
||||||
| tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt299.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf]
|
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt299.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3]
|
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt299.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051]
|
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt299.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af]
|
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt299.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d]
|
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt299.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e]
|
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt299.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a]
|
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt299.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c]
|
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt299.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832]
|
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt299.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f]
|
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt299.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2]
|
||||||
| tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt300.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke]
|
||||||
| tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt301.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9]
|
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt301.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607]
|
||||||
| tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt302.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9]
|
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt302.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607]
|
||||||
| tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt303.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke]
|
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt303.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke]
|
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt303.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7]
|
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt303.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77]
|
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt303.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d]
|
||||||
| tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt304.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative]
|
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt304.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative]
|
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt304.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt305.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt305.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt305.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt306.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt306.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt306.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt307.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b]
|
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt307.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404]
|
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt307.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f]
|
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt307.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d]
|
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt307.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a]
|
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt307.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f]
|
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt307.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289]
|
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt307.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3]
|
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt307.9: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55]
|
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt307.10: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt307.11: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb]
|
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt307.12: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt307.13: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt307.14: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt307.15: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt307.16: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt307.17: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt307.18: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt307.19: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt307.20: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt307.21: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0]
|
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt307.22: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a]
|
||||||
| tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt308.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9]
|
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt308.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1]
|
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt308.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c]
|
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt308.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca]
|
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt308.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb]
|
||||||
| tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt309.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b]
|
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt309.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404]
|
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt309.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d]
|
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt309.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7]
|
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt309.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f]
|
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt309.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289]
|
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt309.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3]
|
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt309.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt309.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb]
|
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt309.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt309.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt309.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt309.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt309.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt309.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt309.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt309.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt309.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt309.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0]
|
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt309.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a]
|
||||||
| tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt310.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative]
|
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt310.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative]
|
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt310.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative]
|
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt310.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative]
|
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt310.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative]
|
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt310.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative]
|
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt310.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative]
|
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt310.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative]
|
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt310.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative]
|
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt310.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative]
|
||||||
| tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 14 | 0 | 0 | 1 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt311.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c]
|
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt311.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt311.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt311.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt311.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt311.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt311.7: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt311.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4]
|
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt311.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5]
|
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
skip
pt311.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123]
|
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt311.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt311.12: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt311.13: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd]
|
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt311.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a]
|
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt311.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d]
|
||||||
| tempest.api.network.test_ports.PortsTestJSON | 15 | 14 | 0 | 0 | 1 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt312.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c]
|
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt312.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt312.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt312.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt312.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt312.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt312.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt312.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4]
|
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt312.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5]
|
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
skip
pt312.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123]
|
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt312.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt312.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt312.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd]
|
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt312.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a]
|
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt312.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d]
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt313.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt313.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt313.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt313.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]
|
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt313.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff]
|
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt313.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]
|
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt313.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9]
|
||||||
| tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt314.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt314.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt314.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt314.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]
|
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt314.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff]
|
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt314.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]
|
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt314.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9]
|
||||||
| tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt315.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative]
|
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt315.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative]
|
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt315.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative]
|
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt315.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative]
|
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt315.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative]
|
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt315.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative]
|
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt315.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative]
|
||||||
| tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt316.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative]
|
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt316.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative]
|
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt316.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative]
|
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt316.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative]
|
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt316.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative]
|
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt316.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative]
|
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt316.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative]
|
||||||
| tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt317.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt317.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71]
|
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt317.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]
|
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt317.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290]
|
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt317.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]
|
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt317.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt317.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt317.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt317.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt318.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt318.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71]
|
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt318.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]
|
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt318.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290]
|
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt318.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]
|
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt318.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt318.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt318.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt318.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt319.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative]
|
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt319.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative]
|
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt319.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative]
|
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt319.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative]
|
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt319.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative]
|
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt319.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative]
|
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt319.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative]
|
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt319.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative]
|
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt319.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative]
|
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt319.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative]
|
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt319.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative]
|
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt319.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative]
|
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt319.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative]
|
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt319.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative]
|
||||||
| tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt320.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative]
|
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt320.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative]
|
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt320.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative]
|
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt320.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative]
|
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt320.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative]
|
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt320.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative]
|
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt320.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative]
|
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt320.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative]
|
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt320.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative]
|
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt320.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative]
|
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt320.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative]
|
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt320.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative]
|
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt320.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative]
|
||||||
| tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt321.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6]
|
||||||
| tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt322.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke]
|
||||||
| tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt323.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9]
|
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt323.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791]
|
||||||
| tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt324.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke]
|
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt324.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke]
|
||||||
| tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_scenario[dashboard,id-4f8851b1-0e69-482b-b63b-84c6e76f6c80,smoke] |
pass
pt325.1: tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario[dashboard,id-4f8851b1-0e69-482b-b63b-84c6e76f6c80,smoke]
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 3 | 0 | 0 | 0 | 3 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
skip
pt326.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
skip
pt326.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
skip
pt326.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 0 | 0 | 0 | 1 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
skip
pt327.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt328.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image]
|
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt328.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image]
|
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt328.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image]
|
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt328.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image]
|
||||||
| tempest.serial_tests.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps | 1 | 0 | 0 | 0 | 1 | Detail | |
test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
skip
pt329.1: tempest.serial_tests.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow]
|
||||||
| Total | 964 | 676 | 106 | 0 | 182 | ||