Status: Pass 22 Failure 20 Skip 8
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 1 | 0 | 1 | 0 | 0 | Detail | |
MulticastTestIPv4Common) |
fail
ft1.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Common)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/whitebox_neutron_tempest_plugin/tests/scenario/test_multicast.py", line 161, in resource_setup
super(BaseMulticastTest, cls).resource_setup()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 1934, in resource_setup
cls.keypair = cls.create_keypair()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 1062, in create_keypair
keypair = client.create_keypair(name=name, **kwargs)['keypair']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 91, in create_keypair
resp, body = self.post("os-keypairs", body=post_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 609, in _request
req_url, req_headers, req_body = self.auth_provider.auth_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 185, in auth_request
auth_url, auth_headers, auth_body = self._decorate_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 275, in _decorate_request
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity | 1 | 0 | 1 | 0 | 0 | Detail | |
PortSecurityTest) |
fail
ft2.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_portsecurity.PortSecurityTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fea9195f910>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
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 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fea9195f910>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos | 1 | 0 | 1 | 0 | 0 | Detail | |
QosTestDscpInheritanceOvn) |
fail
ft3.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestDscpInheritanceOvn)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fccfceac400>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
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 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fccfceac400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp | 1 | 0 | 1 | 0 | 0 | Detail | |
VrrpTest) |
fail
ft4.1: setUpClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp.VrrpTest)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 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 117, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 89, in get_client_manager
manager = super(BaseNetworkTest, cls).get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast | 2 | 0 | 2 | 0 | 0 | Detail | |
MulticastTestIPv4Ovn) |
fail
ft5.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fea93a346d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
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/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(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 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/dd1bf286-3905-4353-b78b-3eabfaeb9fe7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fea93a346d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
MulticastTestIPv4Ovn) |
fail
ft5.2: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fea93b35370>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 158, in _update
resp, body = self.put(uri, post_data, headers=headers)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/c831a836-99a5-477d-9a44-00c76c464ece (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fea93b35370>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos | 1 | 0 | 1 | 0 | 0 | Detail | |
QosTestCommon) |
fail
ft6.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon)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/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworkDefaultSecGroupTest) |
fail
ft7.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest)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/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency | 2 | 0 | 2 | 0 | 0 | Detail | |
MultiVlanTransparencyTest) |
fail
ft8.1: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest)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/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
MultiPortVlanTransparencyTest) |
fail
ft8.2: tearDownClass (whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest)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/neutron_tempest_plugin/api/base.py", line 191, in resource_cleanup
cls._try_delete_resource(cls.delete_floatingip, floating_ip)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 332, in _try_delete_resource
delete_callable(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 717, in delete_floatingip
client.delete_floatingip(floating_ip['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 112, in _delete
resp, body = self.delete(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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn | 4 | 0 | 1 | 0 | 3 | Detail | |
test_idle_timeout_with_querier_enabled[id-be5e153d-1ce7-4d19-9efd-2aae0ec74749] |
fail
ft9.1: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_idle_timeout_with_querier_enabled[id-be5e153d-1ce7-4d19-9efd-2aae0ec74749]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:35:15,751 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.396s
2026-01-30 07:35:15,752 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-keypair-test-1441877688", "networks": [{"uuid": "05d1c755-65f3-44e3-80ea-1db858109a97"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_idle_timeout_with_querier_enabled-193667730"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:14 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6938c6e-8c8c-4638-8045-f915f9418316', 'x-compute-request-id': 'req-f6938c6e-8c8c-4638-8045-f915f9418316', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "19644b94-e9c2-4f36-a05f-351d29c00421", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "ASu82Z3qEsUb"}}'
2026-01-30 07:35:16,124 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.371s
2026-01-30 07:35:16,124 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:15 GMT', 'server': 'Apache', 'content-length': '1399', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6672385a-1a5f-4347-8881-dc8c978fb079', 'x-compute-request-id': 'req-6672385a-1a5f-4347-8881-dc8c978fb079', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "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": []}}'
2026-01-30 07:35:17,374 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.245s
2026-01-30 07:35:17,375 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:17 GMT', 'server': 'Apache', 'content-length': '1457', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31464b65-4d53-4f4a-a43a-62a6fe3813cd', 'x-compute-request-id': 'req-31464b65-4d53-4f4a-a43a-62a6fe3813cd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:17,379 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:35:19,211 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.829s
2026-01-30 07:35:19,211 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:18 GMT', 'server': 'Apache', 'content-length': '1509', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33160ef2-9c42-4275-8f51-7ec64b8a1b75', 'x-compute-request-id': 'req-33160ef2-9c42-4275-8f51-7ec64b8a1b75', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:21,096 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.874s
2026-01-30 07:35:21,096 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:20 GMT', 'server': 'Apache', 'content-length': '1509', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9edd2b68-e235-4c0f-b2af-2552235008d9', 'x-compute-request-id': 'req-9edd2b68-e235-4c0f-b2af-2552235008d9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:22,786 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.685s
2026-01-30 07:35:22,786 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:22 GMT', 'server': 'Apache', 'content-length': '1509', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7260e7a-25af-47cb-89a5-f52eb6e50a8c', 'x-compute-request-id': 'req-b7260e7a-25af-47cb-89a5-f52eb6e50a8c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:25,404 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 1.578s
2026-01-30 07:35:25,405 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:23 GMT', 'server': 'Apache', 'content-length': '1509', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca030aeb-980a-470f-b0a3-dafdb07ebeb0', 'x-compute-request-id': 'req-ca030aeb-980a-470f-b0a3-dafdb07ebeb0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:27,191 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.778s
2026-01-30 07:35:27,192 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:26 GMT', 'server': 'Apache', 'content-length': '1680', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7719ccb-ef5b-4016-9275-fe505d1887a3', 'x-compute-request-id': 'req-a7719ccb-ef5b-4016-9275-fe505d1887a3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:26Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:03:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:35:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:27,196 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait
2026-01-30 07:35:27,779 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.583s
2026-01-30 07:35:27,779 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:27 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aa02eec-8f4e-4236-828c-291c04caa5b9', 'x-compute-request-id': 'req-8aa02eec-8f4e-4236-828c-291c04caa5b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": ""}'
2026-01-30 07:35:32,899 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.114s
2026-01-30 07:35:32,900 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:32 GMT', 'server': 'Apache', 'content-length': '21196', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2d361a6-af83-4aa3-89ad-609fe4b36b9f', 'x-compute-request-id': 'req-b2d361a6-af83-4aa3-89ad-609fe4b36b9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4798213239 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003049] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003083] Using GB pages for direct mapping\\n[ 0.003207] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003213] ACPI: Early table checksum verification disabled\\n[ 0.003215] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003220] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003226] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003231] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003233] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003235] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003237] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003239] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003241] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003242] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003242] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003243] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:35:38,037 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.129s
2026-01-30 07:35:38,038 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:37 GMT', 'server': 'Apache', 'content-length': '70467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b2411d8-f6ae-4228-a167-69f7979a9139', 'x-compute-request-id': 'req-8b2411d8-f6ae-4228-a167-69f7979a9139', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4798213239 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003049] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003083] Using GB pages for direct mapping\\n[ 0.003207] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003213] ACPI: Early table checksum verification disabled\\n[ 0.003215] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003220] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003226] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003231] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003233] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003235] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003237] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003239] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003241] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003242] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003242] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003243] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:35:43,185 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.140s
2026-01-30 07:35:43,186 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:43 GMT', 'server': 'Apache', 'content-length': '90312', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7601576a-e1ab-4c5d-878f-2f5dcd2de09d', 'x-compute-request-id': 'req-7601576a-e1ab-4c5d-878f-2f5dcd2de09d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4798213239 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003049] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003083] Using GB pages for direct mapping\\n[ 0.003207] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003213] ACPI: Early table checksum verification disabled\\n[ 0.003215] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003220] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003226] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003231] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003233] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003235] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003237] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003239] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003241] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003242] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003242] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003243] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:35:48,346 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.158s
2026-01-30 07:35:48,347 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:48 GMT', 'server': 'Apache', 'content-length': '98375', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9a17e6-45b3-460a-9fff-43ba3bc2d580', 'x-compute-request-id': 'req-8b9a17e6-45b3-460a-9fff-43ba3bc2d580', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4798213239 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000006] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003049] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003083] Using GB pages for direct mapping\\n[ 0.003207] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003213] ACPI: Early table checksum verification disabled\\n[ 0.003215] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003220] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003226] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003231] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003233] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003235] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003237] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003239] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003241] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003242] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003242] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003243] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:35:53,472 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.122s
2026-01-30 07:35:53,474 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:53 GMT', 'server': 'Apache', 'content-length': '101786', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae4b765-46a5-4b78-a0e6-fe26a81a6ca5', 'x-compute-request-id': 'req-2ae4b765-46a5-4b78-a0e6-fe26a81a6ca5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "em setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004641] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004665] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005058] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016412] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016437] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016561] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016563] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016565] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016566] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016567] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016568] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016570] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016571] TSC deadline timer available\\n[ 0.016585] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016653] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016655] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016655] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016656] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016657] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016658] Booting paravirtualized kernel on KVM\\n[ 0.016660] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020875] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020998] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021114] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021118] Fallback order for Node 0: 0 \\n[ 0.021121] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021122] Policy zone: DMA32\\n[ 0.021123] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.021215] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021351] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021417] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021599] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.026192] Memory: 199352K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.026197] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.026828] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.026851] ftrace: allocating 46193 entries in 181 pages\\n[ 0.050486] ftrace: allocated 181 pages with 5 groups\\n[ 0.051271] Dynamic Preempt: voluntary\\n[ 0.051696] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051698] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051700] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051700] \\tRude variant of Tasks RCU enabled.\\n[ 0.051700] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051701] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051702] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.055620] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.055865] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.055942] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.055959] random: crng init done\\n[ 0.113357] Console: colour VGA+ 80x25\\n[ 0.652910] printk: console [ttyS0] enabled\\n[ 0.656541] ACPI: Core revis
2026-01-30 07:35:58,671 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action 0.188s
2026-01-30 07:35:58,672 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:58 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db4c8f98-98ad-4ef5-a8f5-5a05683d7d93', 'x-compute-request-id': 'req-db4c8f98-98ad-4ef5-a8f5-5a05683d7d93', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421/action'}
Body: b'{"output": "0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016412] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016437] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016561] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016563] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016565] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016566] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016567] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016568] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016570] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016571] TSC deadline timer available\\n[ 0.016585] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016653] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016655] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016655] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016656] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016657] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016658] Booting paravirtualized kernel on KVM\\n[ 0.016660] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020875] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020998] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021114] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021118] Fallback order for Node 0: 0 \\n[ 0.021121] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021122] Policy zone: DMA32\\n[ 0.021123] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.021215] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021351] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021417] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021599] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.026192] Memory: 199352K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.026197] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.026828] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.026851] ftrace: allocating 46193 entries in 181 pages\\n[ 0.050486] ftrace: allocated 181 pages with 5 groups\\n[ 0.051271] Dynamic Preempt: voluntary\\n[ 0.051696] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.051698] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.051700] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.051700] \\tRude variant of Tasks RCU enabled.\\n[ 0.051700] \\tTracing variant of Tasks RCU enabled.\\n[ 0.051701] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.051702] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.055620] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.055865] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.055942] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.055959] random: crng init done\\n[ 0.113357] Console: colour VGA+ 80x25\\n[ 0.652910] printk: console [ttyS0] enabled\\n[ 0.656541] ACPI: Core revision 20221020\\n[ 0.659378] APIC: Switch to symmetric I/O mode setup\\n[ 0.663879] x2apic enabled\\n[ 0.666973] Switched APIC routing to physical x2apic.\\n[ 0.675513] clocksource: tsc-early: mask: 0xfffffffffff
2026-01-30 07:35:59,238 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=19644b94-e9c2-4f36-a05f-351d29c00421 0.565s
2026-01-30 07:35:59,239 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1116', 'x-openstack-request-id': 'req-bc8791b9-a6d8-47d8-b968-2b4d114b64b5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"ports":[{"id":"f2626040-c18b-4a36-9e24-9e47705ac9fe","name":"","network_id":"05d1c755-65f3-44e3-80ea-1db858109a97","tenant_id":"e8166ceb3d074828883e209ac97f7031","mac_address":"fa:16:3e:5d:03:a0","admin_state_up":true,"status":"ACTIVE","device_id":"19644b94-e9c2-4f36-a05f-351d29c00421","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"402d0e79-6c40-49e9-a9e9-77e089b6835f","ip_address":"10.100.0.11"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f353a009-cf43-42d2-8d33-7508d1f1f6b6"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-idle-timeout-with-querier-enabled-193667730","dns_assignment":[{"ip_address":"10.100.0.11","hostname":"tempest-test-idle-timeout-with-querier-enabled-193667730","fqdn":"tempest-test-idle-timeout-with-querier-enabled-193667730.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:35:17Z","updated_at":"2026-01-30T07:35:22Z","revision_number":4,"project_id":"e8166ceb3d074828883e209ac97f7031"}]}'
2026-01-30 07:36:01,243 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.004s
2026-01-30 07:36:01,243 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "f2626040-c18b-4a36-9e24-9e47705ac9fe"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-a51397e0-06e5-43c9-aaf0-c0de1994fd79', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "dd1bf286-3905-4353-b78b-3eabfaeb9fe7", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "floating_ip_address": "192.168.122.185", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "9323ced5-dde8-4625-82df-3e43d1912dc3", "port_id": "f2626040-c18b-4a36-9e24-9e47705ac9fe", "fixed_ip_address": "10.100.0.11", "status": "DOWN", "project_id": "e8166ceb3d074828883e209ac97f7031", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "05d1c755-65f3-44e3-80ea-1db858109a97", "mac_address": "fa:16:3e:5d:03:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "19644b94-e9c2-4f36-a05f-351d29c00421", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:35:59Z", "updated_at": "2026-01-30T07:35:59Z", "revision_number": 0}}'
2026-01-30 07:36:03,226 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.981s
2026-01-30 07:36:03,227 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-keypair-test-1441877688", "networks": [{"uuid": "05d1c755-65f3-44e3-80ea-1db858109a97"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390"}, "os:scheduler_hints": {"different_host": "19644b94-e9c2-4f36-a05f-351d29c00421"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:01 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a020ad-5b23-4cbd-927e-1116c7e318d2', 'x-compute-request-id': 'req-a2a020ad-5b23-4cbd-927e-1116c7e318d2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "iaSqvDva8DQC"}}'
2026-01-30 07:36:03,433 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.204s
2026-01-30 07:36:03,433 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:03 GMT', 'server': 'Apache', 'content-length': '1400', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd9b34e5-c3bc-480c-9310-d2bdf275440a', 'x-compute-request-id': 'req-dd9b34e5-c3bc-480c-9310-d2bdf275440a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "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": []}}'
2026-01-30 07:36:04,664 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.227s
2026-01-30 07:36:04,665 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:04 GMT', 'server': 'Apache', 'content-length': '1458', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a80040d9-4479-443a-8e0c-617754f705eb', 'x-compute-request-id': 'req-a80040d9-4479-443a-8e0c-617754f705eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:04,674 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:36:06,247 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.572s
2026-01-30 07:36:06,247 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:05 GMT', 'server': 'Apache', 'content-length': '1510', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddff50e5-9bb6-4bb1-ba93-5fd2e8d45059', 'x-compute-request-id': 'req-ddff50e5-9bb6-4bb1-ba93-5fd2e8d45059', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:07,683 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.418s
2026-01-30 07:36:07,684 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:07 GMT', 'server': 'Apache', 'content-length': '1510', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83c90eae-82af-43df-a18e-e8d1467aa949', 'x-compute-request-id': 'req-83c90eae-82af-43df-a18e-e8d1467aa949', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:09,195 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.503s
2026-01-30 07:36:09,222 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:08 GMT', 'server': 'Apache', 'content-length': '1681', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de90a233-61af-4a4b-8f2c-bdf9b91f736a', 'x-compute-request-id': 'req-de90a233-61af-4a4b-8f2c-bdf9b91f736a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:07Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:30:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:09,226 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-01-30 07:36:09,380 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.153s
2026-01-30 07:36:09,381 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:09 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eea9e26-1771-4818-a1f3-cd1b89d7923e', 'x-compute-request-id': 'req-8eea9e26-1771-4818-a1f3-cd1b89d7923e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": ""}'
2026-01-30 07:36:14,569 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.183s
2026-01-30 07:36:14,571 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:14 GMT', 'server': 'Apache', 'content-length': '27247', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55432b84-2f4b-4406-bb1b-ddbfcb0b7983', 'x-compute-request-id': 'req-55432b84-2f4b-4406-bb1b-ddbfcb0b7983', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4399935416 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000638] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001050] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002988] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003013] Using GB pages for direct mapping\\n[ 0.003134] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003139] ACPI: Early table checksum verification disabled\\n[ 0.003141] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003144] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003149] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003157] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003158] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003160] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003162] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003163] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003163] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003164] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:19,704 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.125s
2026-01-30 07:36:19,704 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:19 GMT', 'server': 'Apache', 'content-length': '72104', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcfad14c-6d71-4a6a-86e1-1204832c299b', 'x-compute-request-id': 'req-bcfad14c-6d71-4a6a-86e1-1204832c299b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4399935416 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000638] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001050] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002988] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003013] Using GB pages for direct mapping\\n[ 0.003134] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003139] ACPI: Early table checksum verification disabled\\n[ 0.003141] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003144] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003149] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003157] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003158] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003160] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003162] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003163] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003163] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003164] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:24,811 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.101s
2026-01-30 07:36:24,812 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:24 GMT', 'server': 'Apache', 'content-length': '94002', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43d556b-a50c-4f85-bad1-f635e03de0c9', 'x-compute-request-id': 'req-a43d556b-a50c-4f85-bad1-f635e03de0c9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4399935416 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000638] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001050] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002988] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003013] Using GB pages for direct mapping\\n[ 0.003134] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003139] ACPI: Early table checksum verification disabled\\n[ 0.003141] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003144] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003149] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003157] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003158] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003160] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003162] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003163] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003163] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003164] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:29,905 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.088s
2026-01-30 07:36:29,906 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:29 GMT', 'server': 'Apache', 'content-length': '101796', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57fd5294-755a-4a8d-b1e1-bf2118d5a769', 'x-compute-request-id': 'req-57fd5294-755a-4a8d-b1e1-bf2118d5a769', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "d\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4399935416 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000638] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001050] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002988] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003013] Using GB pages for direct mapping\\n[ 0.003134] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003139] ACPI: Early table checksum verification disabled\\n[ 0.003141] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003144] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003149] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003157] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003158] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003160] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003162] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003163] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003163] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003164] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003164] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003165] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004324] No NUMA configuration found\\n[ 0.004325] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004331] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.004485] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.004494] Zone ranges:\\n[ 0.004495] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.004496] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.004497] Normal empty\\n[ 0.004498] Device empty\\n[ 0.004499] Movable zone start for each node\\n[ 0.004500] Early memory node ranges\\n[ 0.004500] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.004501] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004503] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004506] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004527] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004868] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016464] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016488] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016609] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016611] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016613] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016
2026-01-30 07:36:35,005 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.092s
2026-01-30 07:36:35,006 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:34 GMT', 'server': 'Apache', 'content-length': '101786', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf53944a-8316-4589-a0df-a51625a1ed76', 'x-compute-request-id': 'req-cf53944a-8316-4589-a0df-a51625a1ed76', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "em 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004506] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004527] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004868] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016464] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016488] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016609] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016611] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016613] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016613] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016614] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016615] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016617] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016618] TSC deadline timer available\\n[ 0.016632] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016697] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016698] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016699] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016700] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016701] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016701] Booting paravirtualized kernel on KVM\\n[ 0.016703] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020895] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.021018] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021128] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021131] Fallback order for Node 0: 0 \\n[ 0.021133] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021134] Policy zone: DMA32\\n[ 0.021134] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.021196] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021249] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021278] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021440] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.025267] Memory: 232188K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.025271] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.025853] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.025874] ftrace: allocating 46193 entries in 181 pages\\n[ 0.044799] ftrace: allocated 181 pages with 5 groups\\n[ 0.045331] Dynamic Preempt: voluntary\\n[ 0.045559] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.045559] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.045561] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.045561] \\tRude variant of Tasks RCU enabled.\\n[ 0.045561] \\tTracing variant of Tasks RCU enabled.\\n[ 0.045562] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.045563] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.049143] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.049385] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.049438] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.049454] random: crng init done\\n[ 0.105603] Console: colour VGA+ 80x25\\n[ 0.634713] printk: console [ttyS0] enabled\\n[ 0.637597] ACPI: Core revision 20221020\\n[
2026-01-30 07:36:40,104 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action 0.091s
2026-01-30 07:36:40,105 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:40 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00cd0223-0620-4386-8708-91d3ce8195a2', 'x-compute-request-id': 'req-00cd0223-0620-4386-8708-91d3ce8195a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d/action'}
Body: b'{"output": "ages in unavailable ranges\\n[ 0.016464] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016488] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016609] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016611] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016613] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016613] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016614] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016615] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016617] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016618] TSC deadline timer available\\n[ 0.016632] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016697] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016698] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016699] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016700] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016701] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016701] Booting paravirtualized kernel on KVM\\n[ 0.016703] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020895] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.021018] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021128] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021131] Fallback order for Node 0: 0 \\n[ 0.021133] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021134] Policy zone: DMA32\\n[ 0.021134] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.021196] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021249] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021278] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021440] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.025267] Memory: 232188K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.025271] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.025853] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.025874] ftrace: allocating 46193 entries in 181 pages\\n[ 0.044799] ftrace: allocated 181 pages with 5 groups\\n[ 0.045331] Dynamic Preempt: voluntary\\n[ 0.045559] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.045559] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.045561] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.045561] \\tRude variant of Tasks RCU enabled.\\n[ 0.045561] \\tTracing variant of Tasks RCU enabled.\\n[ 0.045562] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.045563] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.049143] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.049385] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.049438] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.049454] random: crng init done\\n[ 0.105603] Console: colour VGA+ 80x25\\n[ 0.634713] printk: console [ttyS0] enabled\\n[ 0.637597] ACPI: Core revision 20221020\\n[ 0.640371] APIC: Switch to symmetric I/O mode setup\\n[ 0.644975] x2apic enabled\\n[ 0.648053] Switched APIC routing to physical x2apic.\\n[ 0.656711] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0
2026-01-30 07:36:41,228 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 1.122s
2026-01-30 07:36:41,229 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:40 GMT', 'server': 'Apache', 'content-length': '1987', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43dd445b-e2b6-4ffa-9233-8d6cb0b2d9ac', 'x-compute-request-id': 'req-43dd445b-e2b6-4ffa-9233-8d6cb0b2d9ac', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"server": {"id": "19644b94-e9c2-4f36-a05f-351d29c00421", "name": "tempest-test_idle_timeout_with_querier_enabled-193667730", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "7cd0fa27013645431b98e270753e4405375ac47c1b919af17ecd8d88", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:26Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:03:a0"}, {"version": 4, "addr": "192.168.122.185", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:03:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/19644b94-e9c2-4f36-a05f-351d29c00421"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:35:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000021", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:41,502 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.269s
2026-01-30 07:36:41,502 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:41 GMT', 'server': 'Apache', 'content-length': '1866', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ba5756-826e-4bb3-bd3a-0f13f947bf41', 'x-compute-request-id': 'req-94ba5756-826e-4bb3-bd3a-0f13f947bf41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:36:07Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:30:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000027", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:41,674 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.167s
2026-01-30 07:36:41,674 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1119', 'x-openstack-request-id': 'req-eb1ecc3b-db28-49ac-b485-38dac3ab820e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"ports":[{"id":"879b0494-02cf-43de-be0f-778124a75897","name":"","network_id":"05d1c755-65f3-44e3-80ea-1db858109a97","tenant_id":"e8166ceb3d074828883e209ac97f7031","mac_address":"fa:16:3e:9d:30:0d","admin_state_up":true,"status":"ACTIVE","device_id":"309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"402d0e79-6c40-49e9-a9e9-77e089b6835f","ip_address":"10.100.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f353a009-cf43-42d2-8d33-7508d1f1f6b6"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-idle-timeout-with-querier-enabled-1411567390","dns_assignment":[{"ip_address":"10.100.0.12","hostname":"tempest-test-idle-timeout-with-querier-enabled-1411567390","fqdn":"tempest-test-idle-timeout-with-querier-enabled-1411567390.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:36:04Z","updated_at":"2026-01-30T07:36:07Z","revision_number":4,"project_id":"e8166ceb3d074828883e209ac97f7031"}]}'
2026-01-30 07:36:43,135 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.461s
2026-01-30 07:36:43,136 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "879b0494-02cf-43de-be0f-778124a75897"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-6cd2be66-ca2e-4ca0-a12d-5d2c784f7ea4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "37e6f43d-6473-4edc-a8fe-1dd8e9e14559", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "floating_ip_address": "192.168.122.180", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "9323ced5-dde8-4625-82df-3e43d1912dc3", "port_id": "879b0494-02cf-43de-be0f-778124a75897", "fixed_ip_address": "10.100.0.12", "status": "DOWN", "project_id": "e8166ceb3d074828883e209ac97f7031", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "05d1c755-65f3-44e3-80ea-1db858109a97", "mac_address": "fa:16:3e:9d:30:0d", "admin_state_up": true, "status": "ACTIVE", "device_id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:36:42Z", "updated_at": "2026-01-30T07:36:42Z", "revision_number": 0}}'
2026-01-30 07:36:46,315 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 3.179s
2026-01-30 07:36:46,316 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-keypair-test-1441877688", "networks": [{"uuid": "05d1c755-65f3-44e3-80ea-1db858109a97"}], "security_groups": [{"name": "secgroup_l2_flood"}], "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:43 GMT', 'server': 'Apache', 'content-length': '430', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-519e62b1-c4f3-4bd3-afd4-3d767e7b92ef', 'x-compute-request-id': 'req-519e62b1-c4f3-4bd3-afd4-3d767e7b92ef', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "secgroup_l2_flood"}], "adminPass": "83PgnXWoYAk5"}}'
2026-01-30 07:36:46,471 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.153s
2026-01-30 07:36:46,471 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:46 GMT', 'server': 'Apache', 'content-length': '1400', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ebcbe9-db66-4354-b19e-af503198c520', 'x-compute-request-id': 'req-62ebcbe9-db66-4354-b19e-af503198c520', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "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": []}}'
2026-01-30 07:36:48,140 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.665s
2026-01-30 07:36:48,140 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:47 GMT', 'server': 'Apache', 'content-length': '1458', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ee67b07-6d11-495f-9b2c-7688ac845dad', 'x-compute-request-id': 'req-9ee67b07-6d11-495f-9b2c-7688ac845dad', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:48,144 42 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-01-30 07:36:49,556 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.411s
2026-01-30 07:36:49,556 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:49 GMT', 'server': 'Apache', 'content-length': '1510', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50aaf795-2409-42e8-a194-153b1fc8a19d', 'x-compute-request-id': 'req-50aaf795-2409-42e8-a194-153b1fc8a19d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:51,251 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.691s
2026-01-30 07:36:51,252 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:50 GMT', 'server': 'Apache', 'content-length': '1510', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13cc2eda-f7ab-46ef-acf9-3ba43f20720a', 'x-compute-request-id': 'req-13cc2eda-f7ab-46ef-acf9-3ba43f20720a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:52,788 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.531s
2026-01-30 07:36:52,788 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:52 GMT', 'server': 'Apache', 'content-length': '1510', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3758afa8-e39e-4818-a3be-1eed9faceb6a', 'x-compute-request-id': 'req-3758afa8-e39e-4818-a3be-1eed9faceb6a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "BUILD", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:54,302 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.510s
2026-01-30 07:36:54,303 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:53 GMT', 'server': 'Apache', 'content-length': '1680', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09e04bf9-945d-48af-bee7-7c9dfe873d83', 'x-compute-request-id': 'req-09e04bf9-945d-48af-bee7-7c9dfe873d83', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:36:53Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:54,306 42 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait
2026-01-30 07:36:54,407 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.101s
2026-01-30 07:36:54,407 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:54 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca834670-39d5-42ea-982b-b373d8311654', 'x-compute-request-id': 'req-ca834670-39d5-42ea-982b-b373d8311654', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": ""}'
2026-01-30 07:36:59,559 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.149s
2026-01-30 07:36:59,560 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:59 GMT', 'server': 'Apache', 'content-length': '24547', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1c418ba-0204-45f9-9c9a-79c8a44fcbf6', 'x-compute-request-id': 'req-a1c418ba-0204-45f9-9c9a-79c8a44fcbf6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4284977869 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001056] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002992] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003015] Using GB pages for direct mapping\\n[ 0.003089] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003093] ACPI: Early table checksum verification disabled\\n[ 0.003095] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003098] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003103] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003106] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003109] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003110] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003112] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003116] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003117] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003117] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003118] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:37:04,758 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.189s
2026-01-30 07:37:04,759 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:04 GMT', 'server': 'Apache', 'content-length': '72095', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-458eda17-dad5-4657-9569-9658553e34a0', 'x-compute-request-id': 'req-458eda17-dad5-4657-9569-9658553e34a0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4284977869 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001056] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002992] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003015] Using GB pages for direct mapping\\n[ 0.003089] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003093] ACPI: Early table checksum verification disabled\\n[ 0.003095] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003098] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003103] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003106] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003109] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003110] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003112] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003116] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003117] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003117] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003118] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:37:10,369 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.602s
2026-01-30 07:37:10,370 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:10 GMT', 'server': 'Apache', 'content-length': '93195', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf0e3465-5878-4654-b612-e22f05f65d19', 'x-compute-request-id': 'req-cf0e3465-5878-4654-b612-e22f05f65d19', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4284977869 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000666] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001056] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002992] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003015] Using GB pages for direct mapping\\n[ 0.003089] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003093] ACPI: Early table checksum verification disabled\\n[ 0.003095] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003098] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003103] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003106] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003109] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003110] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003112] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003116] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003117] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003117] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003118] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:37:16,041 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.664s
2026-01-30 07:37:16,043 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:15 GMT', 'server': 'Apache', 'content-length': '101790', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-303aeace-e917-4ce1-8ebc-48b0aaf38b27', 'x-compute-request-id': 'req-303aeace-e917-4ce1-8ebc-48b0aaf38b27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": "000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003116] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003117] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003117] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003118] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003118] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003119] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004072] No NUMA configuration found\\n[ 0.004073] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004079] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.004263] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.004273] Zone ranges:\\n[ 0.004273] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.004275] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.004276] Normal empty\\n[ 0.004277] Device empty\\n[ 0.004278] Movable zone start for each node\\n[ 0.004279] Early memory node ranges\\n[ 0.004279] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.004280] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004282] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004285] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004305] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004631] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.013906] ACPI: PM-Timer IO Port: 0x608\\n[ 0.013929] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.014053] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.014055] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.014057] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.014057] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.014058] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.014059] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.014061] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.014062] TSC deadline timer available\\n[ 0.014076] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.014141] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.014142] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.014143] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.014143] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.014145] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.014145] Booting paravirtualized kernel on KVM\\n[ 0.014147] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.018323] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.018442] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.018555] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.018558] Fallback order for Node 0: 0 \\n[ 0.018560] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.018561] Policy zone: DMA32\\n[ 0.018562] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.018623] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.018675] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.018704] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.018866] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.022402] Memory: 209660K/1048036K available (16384K kernel code, 5596
2026-01-30 07:37:21,553 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action 0.407s
2026-01-30 07:37:21,554 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:21 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3568ea87-e5ac-4c10-a17c-e739535e7165', 'x-compute-request-id': 'req-3568ea87-e5ac-4c10-a17c-e739535e7165', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9/action'}
Body: b'{"output": "IO Port: 0x608\\n[ 0.013929] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.014053] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.014055] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.014057] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.014057] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.014058] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.014059] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.014061] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.014062] TSC deadline timer available\\n[ 0.014076] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.014141] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.014142] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.014143] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.014143] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.014145] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.014145] Booting paravirtualized kernel on KVM\\n[ 0.014147] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.018323] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.018442] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.018555] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.018558] Fallback order for Node 0: 0 \\n[ 0.018560] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.018561] Policy zone: DMA32\\n[ 0.018562] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.018623] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.018675] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.018704] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.018866] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.022402] Memory: 209660K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353272K reserved, 0K cma-reserved)\\n[ 0.022406] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.022962] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.022981] ftrace: allocating 46193 entries in 181 pages\\n[ 0.042026] ftrace: allocated 181 pages with 5 groups\\n[ 0.042569] Dynamic Preempt: voluntary\\n[ 0.042801] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.042802] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.042803] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.042804] \\tRude variant of Tasks RCU enabled.\\n[ 0.042804] \\tTracing variant of Tasks RCU enabled.\\n[ 0.042805] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.042805] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.046396] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.046633] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.046684] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.046699] random: crng init done\\n[ 0.094994] Console: colour VGA+ 80x25\\n[ 0.537047] printk: console [ttyS0] enabled\\n[ 0.539470] ACPI: Core revision 20221020\\n[ 0.541759] APIC: Switch to symmetric I/O mode setup\\n[ 0.545776] x2apic enabled\\n[ 0.548535] Switched APIC routing to physical x2apic.\\n[ 0.556509] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x233fc4eb620, max_idle_ns: 440795316590 ns\\n[ 0.562492]
2026-01-30 07:37:22,221 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.664s
2026-01-30 07:37:22,222 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1117', 'x-openstack-request-id': 'req-d52233ef-8394-4e29-9a7a-c7394cced218', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"ports":[{"id":"5ea20bb8-b3c1-4555-9194-e38d27863d6e","name":"","network_id":"05d1c755-65f3-44e3-80ea-1db858109a97","tenant_id":"e8166ceb3d074828883e209ac97f7031","mac_address":"fa:16:3e:89:3c:bd","admin_state_up":true,"status":"ACTIVE","device_id":"e386dc52-c0e5-4e64-8436-29e353f2ccf9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"402d0e79-6c40-49e9-a9e9-77e089b6835f","ip_address":"10.100.0.5"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["f353a009-cf43-42d2-8d33-7508d1f1f6b6"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-idle-timeout-with-querier-enabled-1652017789","dns_assignment":[{"ip_address":"10.100.0.5","hostname":"tempest-test-idle-timeout-with-querier-enabled-1652017789","fqdn":"tempest-test-idle-timeout-with-querier-enabled-1652017789.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:36:49Z","updated_at":"2026-01-30T07:36:53Z","revision_number":4,"project_id":"e8166ceb3d074828883e209ac97f7031"}]}'
2026-01-30 07:37:26,043 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 3.821s
2026-01-30 07:37:26,043 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "5ea20bb8-b3c1-4555-9194-e38d27863d6e"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-8e8acb73-632e-4ad1-912f-edba0a385f64', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "b2a1f545-9e62-4fa2-9ef9-ac4a37183b73", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "floating_ip_address": "192.168.122.236", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "9323ced5-dde8-4625-82df-3e43d1912dc3", "port_id": "5ea20bb8-b3c1-4555-9194-e38d27863d6e", "fixed_ip_address": "10.100.0.5", "status": "DOWN", "project_id": "e8166ceb3d074828883e209ac97f7031", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "05d1c755-65f3-44e3-80ea-1db858109a97", "mac_address": "fa:16:3e:89:3c:bd", "admin_state_up": true, "status": "ACTIVE", "device_id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:37:24Z", "updated_at": "2026-01-30T07:37:24Z", "revision_number": 0}}'
2026-01-30 07:37:26,046 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.180:22' as 'rocky' with public key authentication
2026-01-30 07:37:26,066 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:26,195 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:26,195 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.180 successfully created
2026-01-30 07:37:26,462 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'rocky' with public key authentication
2026-01-30 07:37:26,478 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:26,579 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:26,579 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.185 successfully created
2026-01-30 07:37:26,862 42 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.236:22' as 'rocky' with public key authentication
2026-01-30 07:37:26,873 42 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:26,968 42 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:27,035 42 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.236 successfully created
2026-01-30 07:37:27,522 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:test_idle_timeout_with_querier_enabled): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=05d1c755-65f3-44e3-80ea-1db858109a97&device_owner=network%3Adhcp 0.323s
2026-01-30 07:37:27,522 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-540194c5-11b0-4235-a889-3687ff4fc545', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=05d1c755-65f3-44e3-80ea-1db858109a97&device_owner=network%3Adhcp'}
Body: b'{"ports":[]}'
2026-01-30 07:37:28,177 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.654s
2026-01-30 07:37:28,236 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37: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-ae1cb792-2dab-4b5d-8eb9-bd45fb4d3465', 'x-compute-request-id': 'req-ae1cb792-2dab-4b5d-8eb9-bd45fb4d3465', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b''
2026-01-30 07:37:29,807 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 1.561s
2026-01-30 07:37:29,808 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:28 GMT', 'server': 'Apache', 'content-length': '1686', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b950a1-d361-45ab-aa57-7a71bcd350f1', 'x-compute-request-id': 'req-10b950a1-d361-45ab-aa57-7a71bcd350f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:37:27Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:32,023 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 1.209s
2026-01-30 07:37:32,035 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:30 GMT', 'server': 'Apache', 'content-length': '1756', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3da4f25-1253-4046-9d3c-3de8da8d476c', 'x-compute-request-id': 'req-b3da4f25-1253-4046-9d3c-3de8da8d476c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"server": {"id": "e386dc52-c0e5-4e64-8436-29e353f2ccf9", "name": "tempest-test_idle_timeout_with_querier_enabled-1652017789", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:46Z", "updated": "2026-01-30T07:37:28Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3c:bd"}, {"version": 4, "addr": "192.168.122.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:3c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:53.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:33,563 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9 0.509s
2026-01-30 07:37:33,563 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37: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-a620ce38-6946-49c5-ad46-95785a3ecad5', 'x-compute-request-id': 'req-a620ce38-6946-49c5-ad46-95785a3ecad5', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e386dc52-c0e5-4e64-8436-29e353f2ccf9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance e386dc52-c0e5-4e64-8436-29e353f2ccf9 could not be found."}}'
2026-01-30 07:37:35,157 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 1.593s
2026-01-30 07:37:35,157 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:33 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-839c0468-7f16-4955-ace7-04854bdbf95f', 'x-compute-request-id': 'req-839c0468-7f16-4955-ace7-04854bdbf95f', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b''
2026-01-30 07:37:36,812 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 1.652s
2026-01-30 07:37:36,812 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:35 GMT', 'server': 'Apache', 'content-length': '1809', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afa4a2dd-424d-4428-a432-abc85d02193e', 'x-compute-request-id': 'req-afa4a2dd-424d-4428-a432-abc85d02193e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:37:35Z", "addresses": {"tempest-test-network--235601343": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:30:0d"}, {"version": 4, "addr": "192.168.122.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:30:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "secgroup_l2_flood"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:40,364 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 2.548s
2026-01-30 07:37:40,365 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:38 GMT', 'server': 'Apache', 'content-length': '1485', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10ab4f2c-6157-493c-ab90-ba228233cfbf', 'x-compute-request-id': 'req-10ab4f2c-6157-493c-ab90-ba228233cfbf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "ACTIVE", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:37:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:07.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:42,006 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 0.635s
2026-01-30 07:37:42,007 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:41 GMT', 'server': 'Apache', 'content-length': '1490', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23571466-1dc7-4a09-befb-7c2b1b9ea22d', 'x-compute-request-id': 'req-23571466-1dc7-4a09-befb-7c2b1b9ea22d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"server": {"id": "309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d", "name": "tempest-test_idle_timeout_with_querier_enabled-1411567390", "status": "DELETED", "tenant_id": "e8166ceb3d074828883e209ac97f7031", "user_id": "f7a4eb4e84394048a2dcf1380899a370", "metadata": {}, "hostId": "cc35b63da817070d0aaa8597334e37283634cfcd7d75022b962369e6", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:03Z", "updated": "2026-01-30T07:37:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1441877688", "OS-SRV-USG:launched_at": "2026-01-30T07:36:07.000000", "OS-SRV-USG:terminated_at": "2026-01-30T07:37:39.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:42,010 42 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 6 second wait
2026-01-30 07:37:44,563 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 404 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d 1.552s
2026-01-30 07:37:44,636 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37: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-9268ee9d-54c0-4e51-be4a-30ddf0067d7c', 'x-compute-request-id': 'req-9268ee9d-54c0-4e51-be4a-30ddf0067d7c', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 309cb8cd-ae7b-4d38-8fdc-13fc6e174b5d could not be found."}}'
2026-01-30 07:37:50,782 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 6.143s
2026-01-30 07:37:50,783 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:44 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-73c04a56-37dd-45b6-85c4-b5f6960fe6b0', 'x-compute-request-id': 'req-73c04a56-37dd-45b6-85c4-b5f6960fe6b0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,011 42 INFO [tempest.lib.common.rest_client] Request (MulticastTestIPv4Ovn:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421 0.157s
2026-01-30 07:37:51,011 42 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:50 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-cf78a81c-a6a0-487f-8e27-799a6d396ec8', 'x-compute-request-id': 'req-cf78a81c-a6a0-487f-8e27-799a6d396ec8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/19644b94-e9c2-4f36-a05f-351d29c00421'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_multicast_after_idle_timeout[id-fa082cf9-37fc-4e7f-bfdb-fbd8e6860634] |
skip
pt9.2: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_multicast_after_idle_timeout[id-fa082cf9-37fc-4e7f-bfdb-fbd8e6860634]
|
||||||
test_multicast_east_west[id-3a906cd8-e27a-40a7-a369-829a7ec91af6] |
skip
pt9.3: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_multicast_east_west[id-3a906cd8-e27a-40a7-a369-829a7ec91af6]
|
||||||
test_multicast_north_south[id-71abfc10-3f6c-4096-a1d3-8fd934b5e3ba] |
skip
pt9.4: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestIPv4Ovn.test_multicast_north_south[id-71abfc10-3f6c-4096-a1d3-8fd934b5e3ba]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon | 7 | 1 | 6 | 0 | 0 | Detail | |
test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79] |
pass
pt10.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_bw_limit_east_west[id-fc833d46-d18f-4edf-b082-5f5fe909fb79]
|
||||||
test_bw_limit_tenant_network[id-161dc56f-a7e8-426e-9b06-3807e0c45692] |
fail
ft10.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_bw_limit_tenant_network[id-161dc56f-a7e8-426e-9b06-3807e0c45692]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:35:34,753 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.249s
2026-01-30 07:35:34,753 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--1734964941"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-4f683c97-d170-4ca1-b75c-2144930b3a68', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"c0afb571-ec88-4385-8f82-3ac521465d5d","name":"tempest-test-network--1734964941","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"3cc6aaf1fc264cffa5005d2d4310e314","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"vlan_transparent":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-30T07:35:34Z","updated_at":"2026-01-30T07:35:34Z","revision_number":1}}'
2026-01-30 07:35:35,800 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.041s
2026-01-30 07:35:35,800 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "c0afb571-ec88-4385-8f82-3ac521465d5d", "cidr": "192.168.3.0/24", "ip_version": 4, "gateway_ip": "192.168.3.1"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-1e7dc323-a5c2-423d-b2d0-8602a0f54c65', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"8e1a3075-229d-4a8e-8d02-98b47300c928","name":"","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","network_id":"c0afb571-ec88-4385-8f82-3ac521465d5d","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.3.1","cidr":"192.168.3.0/24","allocation_pools":[{"start":"192.168.3.2","end":"192.168.3.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-30T07:35:35Z","updated_at":"2026-01-30T07:35:35Z","revision_number":0,"project_id":"3cc6aaf1fc264cffa5005d2d4310e314"}}'
2026-01-30 07:35:39,459 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8819257d-987c-4470-979e-dc2fc5fc744e/add_router_interface 3.658s
2026-01-30 07:35:39,459 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8e1a3075-229d-4a8e-8d02-98b47300c928"}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-95ae8a39-8d73-422c-a2e2-2ce6c022039c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/8819257d-987c-4470-979e-dc2fc5fc744e/add_router_interface'}
Body: b'{"id": "8819257d-987c-4470-979e-dc2fc5fc744e", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "port_id": "22f99283-64c3-4266-b603-44d1358e8338", "network_id": "c0afb571-ec88-4385-8f82-3ac521465d5d", "subnet_id": "8e1a3075-229d-4a8e-8d02-98b47300c928", "subnet_ids": ["8e1a3075-229d-4a8e-8d02-98b47300c928"]}'
2026-01-30 07:35:41,719 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.259s
2026-01-30 07:35:41,719 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-keypair-test-594430063", "networks": [{"uuid": "c0afb571-ec88-4385-8f82-3ac521465d5d"}], "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "name": "tempest-test_bw_limit_tenant_network-2087170929"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:39 GMT', 'server': 'Apache', 'content-length': '444', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5729de53-ad55-42e6-88c6-e0a3b217aaa0', 'x-compute-request-id': 'req-5729de53-ad55-42e6-88c6-e0a3b217aaa0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "95797e11-b564-400c-84e7-05b306c8273b", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "adminPass": "mUFiLhh73txw"}}'
2026-01-30 07:35:42,165 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.443s
2026-01-30 07:35:42,165 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:41 GMT', 'server': 'Apache', 'content-length': '1389', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a529f26-a21e-4fe8-968a-1d0a9351a6fb', 'x-compute-request-id': 'req-8a529f26-a21e-4fe8-968a-1d0a9351a6fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "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": []}}'
2026-01-30 07:35:43,434 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.264s
2026-01-30 07:35:43,434 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:43 GMT', 'server': 'Apache', 'content-length': '1447', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8962c5fd-4944-4b45-ba88-006b72d7a923', 'x-compute-request-id': 'req-8962c5fd-4944-4b45-ba88-006b72d7a923', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:43,437 40 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:35:45,399 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.960s
2026-01-30 07:35:45,400 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:44 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d1814e-4964-4edc-9c8f-23f75060790d', 'x-compute-request-id': 'req-b7d1814e-4964-4edc-9c8f-23f75060790d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:46,864 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.457s
2026-01-30 07:35:46,865 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:46 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c91be01-576a-4eb9-94c1-3c967024ac86', 'x-compute-request-id': 'req-9c91be01-576a-4eb9-94c1-3c967024ac86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:48,436 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.564s
2026-01-30 07:35:48,437 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:47 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dcdb68b-09df-45a8-a3e4-612671276ffb', 'x-compute-request-id': 'req-6dcdb68b-09df-45a8-a3e4-612671276ffb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:50,176 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.734s
2026-01-30 07:35:50,176 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:49 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f545ab4-1246-4328-9795-e3721430bee4', 'x-compute-request-id': 'req-3f545ab4-1246-4328-9795-e3721430bee4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:51,585 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.404s
2026-01-30 07:35:51,586 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:51 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5b9f049-68db-4d87-a10b-968f7b0d3c27', 'x-compute-request-id': 'req-f5b9f049-68db-4d87-a10b-968f7b0d3c27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:53,183 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.593s
2026-01-30 07:35:53,184 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:52 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a03ec3-3112-4505-a81d-179028ad8b40', 'x-compute-request-id': 'req-b1a03ec3-3112-4505-a81d-179028ad8b40', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:55,306 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 1.118s
2026-01-30 07:35:55,307 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:54 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-370d4f0a-81f1-4328-b060-2ead0d4bde9a', 'x-compute-request-id': 'req-370d4f0a-81f1-4328-b060-2ead0d4bde9a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:58,177 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 1.865s
2026-01-30 07:35:58,178 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:56 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89046768-e6ff-4ebd-b5d6-796274b2fd40', 'x-compute-request-id': 'req-89046768-e6ff-4ebd-b5d6-796274b2fd40', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:59,547 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.365s
2026-01-30 07:35:59,548 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:59 GMT', 'server': 'Apache', 'content-length': '1686', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f8a21cf-c0dc-4e05-b3a4-95330a37f21c', 'x-compute-request-id': 'req-8f8a21cf-c0dc-4e05-b3a4-95330a37f21c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "ACTIVE", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:58Z", "addresses": {"tempest-test-network--1734964941": [{"version": 4, "addr": "192.168.3.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:99:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": "2026-01-30T07:35:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:59,552 40 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-01-30 07:35:59,638 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.086s
2026-01-30 07:35:59,638 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:59 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e6ebd33-41c9-427e-ac13-22ee3087913c', 'x-compute-request-id': 'req-7e6ebd33-41c9-427e-ac13-22ee3087913c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": ""}'
2026-01-30 07:36:04,747 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.103s
2026-01-30 07:36:04,748 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:04 GMT', 'server': 'Apache', 'content-length': '25309', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff0e0658-7cda-4acf-8d36-13bbe17e6814', 'x-compute-request-id': 'req-ff0e0658-7cda-4acf-8d36-13bbe17e6814', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4386237192 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000639] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001060] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003023] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003047] Using GB pages for direct mapping\\n[ 0.003129] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003133] ACPI: Early table checksum verification disabled\\n[ 0.003135] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003139] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003143] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003147] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003150] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003151] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003156] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003157] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003158] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003159] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:09,831 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.080s
2026-01-30 07:36:09,832 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:09 GMT', 'server': 'Apache', 'content-length': '72038', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f194a68-af43-4467-a11a-81b5d9051cbd', 'x-compute-request-id': 'req-9f194a68-af43-4467-a11a-81b5d9051cbd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4386237192 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000639] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001060] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003023] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003047] Using GB pages for direct mapping\\n[ 0.003129] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003133] ACPI: Early table checksum verification disabled\\n[ 0.003135] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003139] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003143] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003147] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003150] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003151] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003156] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003157] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003158] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003159] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:15,017 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.180s
2026-01-30 07:36:15,018 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:14 GMT', 'server': 'Apache', 'content-length': '93199', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80f07d39-e19f-414a-af2d-0a8bcd17d43b', 'x-compute-request-id': 'req-80f07d39-e19f-414a-af2d-0a8bcd17d43b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4386237192 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000639] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001060] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003023] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003047] Using GB pages for direct mapping\\n[ 0.003129] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003133] ACPI: Early table checksum verification disabled\\n[ 0.003135] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003139] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003143] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003147] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003150] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003151] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003156] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003157] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003158] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003159] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:20,133 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.109s
2026-01-30 07:36:20,134 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:20 GMT', 'server': 'Apache', 'content-length': '101818', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8652aae-6f80-499a-bc70-38a1c680c330', 'x-compute-request-id': 'req-a8652aae-6f80-499a-bc70-38a1c680c330', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": "00: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4386237192 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000639] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001060] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003023] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003047] Using GB pages for direct mapping\\n[ 0.003129] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003133] ACPI: Early table checksum verification disabled\\n[ 0.003135] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003139] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003143] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003147] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003150] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003151] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003153] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003155] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003156] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003157] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003158] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003159] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003159] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003160] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004091] No NUMA configuration found\\n[ 0.004093] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004099] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.004255] Reserving 192MB of memory at 336MB for crashkernel (System RAM: 1023MB)\\n[ 0.004264] Zone ranges:\\n[ 0.004265] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.004266] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.004267] Normal empty\\n[ 0.004268] Device empty\\n[ 0.004269] Movable zone start for each node\\n[ 0.004270] Early memory node ranges\\n[ 0.004270] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.004271] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004273
2026-01-30 07:36:25,265 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.124s
2026-01-30 07:36:25,266 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:25 GMT', 'server': 'Apache', 'content-length': '101786', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d9339bb-cbd7-492a-bc82-9f0b6799d4d4', 'x-compute-request-id': 'req-7d9339bb-cbd7-492a-bc82-9f0b6799d4d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": "71] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004273] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004276] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004297] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004615] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.013456] ACPI: PM-Timer IO Port: 0x608\\n[ 0.013479] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.013601] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.013604] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.013605] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.013606] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.013607] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.013608] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.013610] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.013611] TSC deadline timer available\\n[ 0.013624] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.013689] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.013691] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.013692] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.013692] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.013693] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.013694] Booting paravirtualized kernel on KVM\\n[ 0.013696] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.017889] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.018008] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.018118] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.018121] Fallback order for Node 0: 0 \\n[ 0.018123] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.018124] Policy zone: DMA32\\n[ 0.018125] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.018186] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.018241] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.018271] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.018434] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.022237] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.022241] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.022819] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.022839] ftrace: allocating 46193 entries in 181 pages\\n[ 0.041600] ftrace: allocated 181 pages with 5 groups\\n[ 0.042177] Dynamic Preempt: voluntary\\n[ 0.042404] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.042406] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.042407] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.042407] \\tRude variant of Tasks RCU enabled.\\n[ 0.042408] \\tTracing variant of Tasks RCU enabled.\\n[ 0.042408] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.042409] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.045983] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.046229] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.046284] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.046301] random: crng init done\\n[ 0.092456] Console: colour VGA+ 80x25\
2026-01-30 07:36:30,385 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action 0.117s
2026-01-30 07:36:30,386 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:30 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fe91ab3-c1e6-4bf7-9b20-8758001a92f6', 'x-compute-request-id': 'req-3fe91ab3-c1e6-4bf7-9b20-8758001a92f6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/action'}
Body: b'{"output": " 0.004297] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004615] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.013456] ACPI: PM-Timer IO Port: 0x608\\n[ 0.013479] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.013601] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.013604] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.013605] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.013606] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.013607] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.013608] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.013610] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.013611] TSC deadline timer available\\n[ 0.013624] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.013689] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.013691] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.013692] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.013692] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.013693] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.013694] Booting paravirtualized kernel on KVM\\n[ 0.013696] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.017889] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.018008] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.018118] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.018121] Fallback order for Node 0: 0 \\n[ 0.018123] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.018124] Policy zone: DMA32\\n[ 0.018125] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.018186] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.018241] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.018271] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.018434] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.022237] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.022241] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.022819] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.022839] ftrace: allocating 46193 entries in 181 pages\\n[ 0.041600] ftrace: allocated 181 pages with 5 groups\\n[ 0.042177] Dynamic Preempt: voluntary\\n[ 0.042404] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.042406] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.042407] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.042407] \\tRude variant of Tasks RCU enabled.\\n[ 0.042408] \\tTracing variant of Tasks RCU enabled.\\n[ 0.042408] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.042409] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.045983] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.046229] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.046284] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.046301] random: crng init done\\n[ 0.092456] Console: colour VGA+ 80x25\\n[ 0.530546] printk: console [ttyS0] enabled\\n[ 0.532974] ACPI: Core revision 20221020\\n[ 0.535266] APIC: Switch to symmetric I/O mode setup\\n[ 0.539226] x2apic enabled\\n[ 0.541963] Switched AP
2026-01-30 07:36:30,553 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=95797e11-b564-400c-84e7-05b306c8273b 0.166s
2026-01-30 07:36:30,553 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1091', 'x-openstack-request-id': 'req-6540a960-4523-424b-be16-ae6207663642', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"ports":[{"id":"d41cf766-6724-400a-9826-8921453d9cb1","name":"","network_id":"c0afb571-ec88-4385-8f82-3ac521465d5d","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","mac_address":"fa:16:3e:1e:99:8e","admin_state_up":true,"status":"ACTIVE","device_id":"95797e11-b564-400c-84e7-05b306c8273b","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"8e1a3075-229d-4a8e-8d02-98b47300c928","ip_address":"192.168.3.46"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["0ed745ea-8c70-4ba4-9747-bb7b78048c3c"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-tenant-network-2087170929","dns_assignment":[{"ip_address":"192.168.3.46","hostname":"tempest-test-bw-limit-tenant-network-2087170929","fqdn":"tempest-test-bw-limit-tenant-network-2087170929.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:35:43Z","updated_at":"2026-01-30T07:35:58Z","revision_number":4,"project_id":"3cc6aaf1fc264cffa5005d2d4310e314"}]}'
2026-01-30 07:36:31,580 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.027s
2026-01-30 07:36:31,580 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "d41cf766-6724-400a-9826-8921453d9cb1"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '883', 'x-openstack-request-id': 'req-73277e4e-661d-4774-8a87-0ec6955b1687', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "b75af181-a513-4963-82ef-c21df61015e5", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "floating_ip_address": "192.168.122.216", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "8819257d-987c-4470-979e-dc2fc5fc744e", "port_id": "d41cf766-6724-400a-9826-8921453d9cb1", "fixed_ip_address": "192.168.3.46", "status": "DOWN", "project_id": "3cc6aaf1fc264cffa5005d2d4310e314", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "c0afb571-ec88-4385-8f82-3ac521465d5d", "mac_address": "fa:16:3e:1e:99:8e", "admin_state_up": true, "status": "ACTIVE", "device_id": "95797e11-b564-400c-84e7-05b306c8273b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:36:30Z", "updated_at": "2026-01-30T07:36:30Z", "revision_number": 0}}'
2026-01-30 07:36:33,201 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.618s
2026-01-30 07:36:33,201 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-keypair-test-594430063", "networks": [{"uuid": "c0afb571-ec88-4385-8f82-3ac521465d5d"}], "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "name": "tempest-test_bw_limit_tenant_network-2015792675"}, "os:scheduler_hints": {"different_host": "95797e11-b564-400c-84e7-05b306c8273b"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:31 GMT', 'server': 'Apache', 'content-length': '444', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-393cfe23-a594-4311-a3fe-0eb3ffb8b9bf', 'x-compute-request-id': 'req-393cfe23-a594-4311-a3fe-0eb3ffb8b9bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "adminPass": "qW6sutRXpAKs"}}'
2026-01-30 07:36:33,369 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.167s
2026-01-30 07:36:33,369 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:33 GMT', 'server': 'Apache', 'content-length': '1389', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c4d750a-b7d0-4608-baf8-27c3c363a255', 'x-compute-request-id': 'req-0c4d750a-b7d0-4608-baf8-27c3c363a255', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "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": []}}'
2026-01-30 07:36:34,809 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.436s
2026-01-30 07:36:34,810 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:34 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3482707e-90df-4920-8ec7-905632dc4ac8', 'x-compute-request-id': 'req-3482707e-90df-4920-8ec7-905632dc4ac8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "8c796e045cba132c7d805284257e8491580492f8f69c17df2b944390", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:34,813 40 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:36:36,381 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.566s
2026-01-30 07:36:36,381 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:35 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ece100f5-3591-43dd-b675-ef0115a49055', 'x-compute-request-id': 'req-ece100f5-3591-43dd-b675-ef0115a49055', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "8c796e045cba132c7d805284257e8491580492f8f69c17df2b944390", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:37,813 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.426s
2026-01-30 07:36:37,813 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:37 GMT', 'server': 'Apache', 'content-length': '1513', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-876c5580-a1d2-4395-b1b9-6a3e0b880886', 'x-compute-request-id': 'req-876c5580-a1d2-4395-b1b9-6a3e0b880886', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "BUILD", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "8c796e045cba132c7d805284257e8491580492f8f69c17df2b944390", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:39,176 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.357s
2026-01-30 07:36:39,176 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:38 GMT', 'server': 'Apache', 'content-length': '1687', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1001c2ac-fdea-43de-a6f7-d84735c5a463', 'x-compute-request-id': 'req-1001c2ac-fdea-43de-a6f7-d84735c5a463', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "ACTIVE", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "8c796e045cba132c7d805284257e8491580492f8f69c17df2b944390", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:38Z", "addresses": {"tempest-test-network--1734964941": [{"version": 4, "addr": "192.168.3.183", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:ed:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": "2026-01-30T07:36:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:39,181 40 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait
2026-01-30 07:36:39,262 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.080s
2026-01-30 07:36:39,262 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:39 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25f2014f-ac82-4875-9f8d-69d4472e758a', 'x-compute-request-id': 'req-25f2014f-ac82-4875-9f8d-69d4472e758a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": ""}'
2026-01-30 07:36:44,349 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.080s
2026-01-30 07:36:44,349 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:44 GMT', 'server': 'Apache', 'content-length': '21421', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92aa6857-9727-4125-b9f7-012c794a9830', 'x-compute-request-id': 'req-92aa6857-9727-4125-b9f7-012c794a9830', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4308936153 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000667] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002993] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003016] Using GB pages for direct mapping\\n[ 0.003088] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003092] ACPI: Early table checksum verification disabled\\n[ 0.003094] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003097] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003102] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003105] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003107] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003109] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003111] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003113] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003115] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003116] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003116] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:49,448 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.093s
2026-01-30 07:36:49,448 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:49 GMT', 'server': 'Apache', 'content-length': '70697', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d778c1f-a27e-4904-8362-f7d2eb549494', 'x-compute-request-id': 'req-6d778c1f-a27e-4904-8362-f7d2eb549494', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4308936153 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000667] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002993] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003016] Using GB pages for direct mapping\\n[ 0.003088] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003092] ACPI: Early table checksum verification disabled\\n[ 0.003094] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003097] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003102] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003105] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003107] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003109] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003111] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003113] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003115] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003116] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003116] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:54,534 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.080s
2026-01-30 07:36:54,535 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:54 GMT', 'server': 'Apache', 'content-length': '91374', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff6e52f2-9d13-448d-922d-1f6a73272945', 'x-compute-request-id': 'req-ff6e52f2-9d13-448d-922d-1f6a73272945', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4308936153 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000667] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002993] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003016] Using GB pages for direct mapping\\n[ 0.003088] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003092] ACPI: Early table checksum verification disabled\\n[ 0.003094] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003097] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003102] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003105] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003107] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003109] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003111] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003113] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003115] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003116] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003116] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:59,640 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.100s
2026-01-30 07:36:59,641 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:59 GMT', 'server': 'Apache', 'content-length': '101818', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7a1f74-8772-429a-ac18-ef35cd34bffb', 'x-compute-request-id': 'req-db7a1f74-8772-429a-ac18-ef35cd34bffb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": "00: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4308936153 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000667] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001058] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002993] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003016] Using GB pages for direct mapping\\n[ 0.003088] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003092] ACPI: Early table checksum verification disabled\\n[ 0.003094] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003097] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003102] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003105] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003107] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003109] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003111] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003113] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003114] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003115] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003116] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003116] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003117] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003118] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004293] No NUMA configuration found\\n[ 0.004294] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004301] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.004464] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.004473] Zone ranges:\\n[ 0.004474] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.004476] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.004477] Normal empty\\n[ 0.004477] Device empty\\n[ 0.004478] Movable zone start for each node\\n[ 0.004479] Early memory node ranges\\n[ 0.004480] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.004481] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004482
2026-01-30 07:37:04,794 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.146s
2026-01-30 07:37:04,794 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:04 GMT', 'server': 'Apache', 'content-length': '101786', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12a157af-b3de-4ce1-a05d-d929f06c2168', 'x-compute-request-id': 'req-12a157af-b3de-4ce1-a05d-d929f06c2168', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": "81] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004482] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004485] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004506] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004826] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016262] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016285] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016414] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016417] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016418] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016419] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016420] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016420] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016423] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016424] TSC deadline timer available\\n[ 0.016437] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016501] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016503] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016504] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016504] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016505] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016506] Booting paravirtualized kernel on KVM\\n[ 0.016507] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020661] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020775] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.020923] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.020926] Fallback order for Node 0: 0 \\n[ 0.020928] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.020929] Policy zone: DMA32\\n[ 0.020929] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.020990] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021045] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021074] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021256] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.024999] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.025002] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.025593] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.025613] ftrace: allocating 46193 entries in 181 pages\\n[ 0.044771] ftrace: allocated 181 pages with 5 groups\\n[ 0.045284] Dynamic Preempt: voluntary\\n[ 0.045525] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.045526] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.045527] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.045527] \\tRude variant of Tasks RCU enabled.\\n[ 0.045528] \\tTracing variant of Tasks RCU enabled.\\n[ 0.045528] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.045529] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.049067] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.049346] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.049400] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.049415] random: crng init done\\n[ 0.106056] Console: colour VGA+ 80x25\
2026-01-30 07:37:10,367 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action 0.571s
2026-01-30 07:37:10,369 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:10 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e201b729-cc77-411e-8b14-a43a2c56fe3d', 'x-compute-request-id': 'req-e201b729-cc77-411e-8b14-a43a2c56fe3d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/action'}
Body: b'{"output": " 0.004506] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.004826] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016262] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016285] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016414] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016417] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016418] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016419] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016420] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016420] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016423] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016424] TSC deadline timer available\\n[ 0.016437] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016501] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016503] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016504] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016504] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016505] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016506] Booting paravirtualized kernel on KVM\\n[ 0.016507] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020661] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.020775] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.020923] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.020926] Fallback order for Node 0: 0 \\n[ 0.020928] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.020929] Policy zone: DMA32\\n[ 0.020929] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.020990] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021045] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021074] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021256] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.024999] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.025002] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.025593] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.025613] ftrace: allocating 46193 entries in 181 pages\\n[ 0.044771] ftrace: allocated 181 pages with 5 groups\\n[ 0.045284] Dynamic Preempt: voluntary\\n[ 0.045525] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.045526] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.045527] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.045527] \\tRude variant of Tasks RCU enabled.\\n[ 0.045528] \\tTracing variant of Tasks RCU enabled.\\n[ 0.045528] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.045529] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.049067] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.049346] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.049400] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.049415] random: crng init done\\n[ 0.106056] Console: colour VGA+ 80x25\\n[ 0.648484] printk: console [ttyS0] enabled\\n[ 0.651458] ACPI: Core revision 20221020\\n[ 0.654290] APIC: Switch to symmetric I/O mode setup\\n[ 0.658994] x2apic enabled\\n[ 0.662207] Switched AP
2026-01-30 07:37:11,417 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 1.046s
2026-01-30 07:37:11,417 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:10 GMT', 'server': 'Apache', 'content-length': '1993', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e614ffaf-9f71-4791-8a0a-f35a909dad43', 'x-compute-request-id': 'req-e614ffaf-9f71-4791-8a0a-f35a909dad43', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"server": {"id": "95797e11-b564-400c-84e7-05b306c8273b", "name": "tempest-test_bw_limit_tenant_network-2087170929", "status": "ACTIVE", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "9744098f58463f7b7713a536a6440d28a2da02725c0b78fd4e41e4eb", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:35:41Z", "updated": "2026-01-30T07:35:58Z", "addresses": {"tempest-test-network--1734964941": [{"version": 4, "addr": "192.168.3.46", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:99:8e"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:99:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/95797e11-b564-400c-84e7-05b306c8273b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": "2026-01-30T07:35:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-SRV-ATTR:host": "compute-0.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000024", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-0.ctlplane.example.com", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:11,987 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.567s
2026-01-30 07:37:11,988 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:11 GMT', 'server': 'Apache', 'content-length': '1872', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c06cc86a-119c-493f-acde-b9ac6e9d85b8', 'x-compute-request-id': 'req-c06cc86a-119c-493f-acde-b9ac6e9d85b8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"server": {"id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "name": "tempest-test_bw_limit_tenant_network-2015792675", "status": "ACTIVE", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "user_id": "20d1c61c82904736bf26481e5a2a5c9f", "metadata": {}, "hostId": "8c796e045cba132c7d805284257e8491580492f8f69c17df2b944390", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:33Z", "updated": "2026-01-30T07:36:38Z", "addresses": {"tempest-test-network--1734964941": [{"version": 4, "addr": "192.168.3.183", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:ed:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-594430063", "OS-SRV-USG:launched_at": "2026-01-30T07:36:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup_qos-2062208051"}], "OS-EXT-SRV-ATTR:host": "compute-1.ctlplane.example.com", "OS-EXT-SRV-ATTR:instance_name": "instance-00000029", "OS-EXT-SRV-ATTR:hypervisor_hostname": "compute-1.ctlplane.example.com", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:12,300 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.309s
2026-01-30 07:37:12,300 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1093', 'x-openstack-request-id': 'req-f3875c54-8183-4ac4-bfe1-2475ab2c0507', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"ports":[{"id":"47ff3ecf-edb0-4b2c-85b4-a5a09ffdbfbd","name":"","network_id":"c0afb571-ec88-4385-8f82-3ac521465d5d","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","mac_address":"fa:16:3e:ed:ed:53","admin_state_up":true,"status":"ACTIVE","device_id":"2b67926d-ef40-446a-b4e9-f6be0b1bf7a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"8e1a3075-229d-4a8e-8d02-98b47300c928","ip_address":"192.168.3.183"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["0ed745ea-8c70-4ba4-9747-bb7b78048c3c"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-test-bw-limit-tenant-network-2015792675","dns_assignment":[{"ip_address":"192.168.3.183","hostname":"tempest-test-bw-limit-tenant-network-2015792675","fqdn":"tempest-test-bw-limit-tenant-network-2015792675.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:36:34Z","updated_at":"2026-01-30T07:36:37Z","revision_number":4,"project_id":"3cc6aaf1fc264cffa5005d2d4310e314"}]}'
2026-01-30 07:37:15,513 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 3.212s
2026-01-30 07:37:15,513 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "47ff3ecf-edb0-4b2c-85b4-a5a09ffdbfbd"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '884', 'x-openstack-request-id': 'req-a9f05b68-ab38-427f-b5bf-9b986b9b82e5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "57ec091d-a65d-4088-88c2-86d4b7690624", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "floating_ip_address": "192.168.122.199", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "8819257d-987c-4470-979e-dc2fc5fc744e", "port_id": "47ff3ecf-edb0-4b2c-85b4-a5a09ffdbfbd", "fixed_ip_address": "192.168.3.183", "status": "DOWN", "project_id": "3cc6aaf1fc264cffa5005d2d4310e314", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "c0afb571-ec88-4385-8f82-3ac521465d5d", "mac_address": "fa:16:3e:ed:ed:53", "admin_state_up": true, "status": "ACTIVE", "device_id": "2b67926d-ef40-446a-b4e9-f6be0b1bf7a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:37:12Z", "updated_at": "2026-01-30T07:37:12Z", "revision_number": 0}}'
2026-01-30 07:37:15,514 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-30 07:37:15,527 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:15,624 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:15,625 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-30 07:37:15,891 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.199:22' as 'rocky' with public key authentication
2026-01-30 07:37:15,904 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:16,073 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:16,074 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.199 successfully created
2026-01-30 07:37:17,381 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.045s
2026-01-30 07:37:17,381 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "76994b86-22e8-4bcc-a5a2-898049d6eeb5", "qos_policy_id": null, "security_groups": ["d74f702e-8951-465f-ab02-30f2c9f1ae5e"]}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '923', 'x-openstack-request-id': 'req-0f2117f2-0731-40d8-aa7b-ecad1bd56a41', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"7f47e2e9-8bf9-43f8-aedd-94a968788d76","name":"","network_id":"76994b86-22e8-4bcc-a5a2-898049d6eeb5","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","mac_address":"fa:16:3e:58:97:60","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ddef52a7-e786-4acd-809d-2447d23032e6","ip_address":"10.100.0.3"}],"project_id":"3cc6aaf1fc264cffa5005d2d4310e314","qos_policy_id":null,"port_security_enabled":true,"security_groups":["d74f702e-8951-465f-ab02-30f2c9f1ae5e"],"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.3","hostname":"host-10-100-0-3","fqdn":"host-10-100-0-3.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:37:16Z","updated_at":"2026-01-30T07:37:16Z","revision_number":1}}'
2026-01-30 07:37:17,381 40 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request_start', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-30 07:37:29,424 40 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-30 07:37:29,424 40 INFO [tempest.lib.common.rest_client] Request (None): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/os-interface 12.043s
2026-01-30 07:37:29,425 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "7f47e2e9-8bf9-43f8-aedd-94a968788d76"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:17 GMT', 'server': 'Apache', 'content-length': '279', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a6dff13-bffc-4652-bfc2-1c9d8f0d7fde', 'x-compute-request-id': 'req-8a6dff13-bffc-4652-bfc2-1c9d8f0d7fde', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/os-interface'}
Body: b'{"interfaceAttachment": {"net_id": "76994b86-22e8-4bcc-a5a2-898049d6eeb5", "port_id": "7f47e2e9-8bf9-43f8-aedd-94a968788d76", "mac_addr": "fa:16:3e:58:97:60", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "ddef52a7-e786-4acd-809d-2447d23032e6", "ip_address": "10.100.0.3"}]}}'
2026-01-30 07:37:30,197 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/os-interface/7f47e2e9-8bf9-43f8-aedd-94a968788d76 0.770s
2026-01-30 07:37:30,197 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:29 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-251598a3-ccd4-48eb-be6b-042183ee0889', 'x-compute-request-id': 'req-251598a3-ccd4-48eb-be6b-042183ee0889', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b/os-interface/7f47e2e9-8bf9-43f8-aedd-94a968788d76'}
Body: b'{"interfaceAttachment": {"net_id": "76994b86-22e8-4bcc-a5a2-898049d6eeb5", "port_id": "7f47e2e9-8bf9-43f8-aedd-94a968788d76", "mac_addr": "fa:16:3e:58:97:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ddef52a7-e786-4acd-809d-2447d23032e6", "ip_address": "10.100.0.3"}]}}'
2026-01-30 07:37:30,199 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-30 07:37:30,212 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:30,317 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:30,318 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-30 07:37:30,403 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-30 07:37:30,412 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:30,483 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:30,484 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-30 07:37:30,560 40 DEBUG [whitebox_neutron_tempest_plugin.common.utils] command executed successfully: cat /sys/class/net/eth1/operstate | grep -q -v down && true || (PATH=$PATH:/sbin; sudo ip link set eth1 up && sudo ip addr add 10.100.0.3/24 dev eth1)
command output:
2026-01-30 07:37:33,522 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.962s
2026-01-30 07:37:33,522 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "7f47e2e9-8bf9-43f8-aedd-94a968788d76"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-053fd0cc-219b-43fd-b4ee-8d83caa8dab1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "708906d8-19f0-4f0f-a91b-1d99531527c3", "tenant_id": "3cc6aaf1fc264cffa5005d2d4310e314", "floating_ip_address": "192.168.122.192", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "4eca747b-b49c-4354-9d16-0a40651817cf", "port_id": "7f47e2e9-8bf9-43f8-aedd-94a968788d76", "fixed_ip_address": "10.100.0.3", "status": "DOWN", "project_id": "3cc6aaf1fc264cffa5005d2d4310e314", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "76994b86-22e8-4bcc-a5a2-898049d6eeb5", "mac_address": "fa:16:3e:58:97:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "95797e11-b564-400c-84e7-05b306c8273b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:37:32Z", "updated_at": "2026-01-30T07:37:32Z", "revision_number": 0}}'
2026-01-30 07:37:33,787 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/ddef52a7-e786-4acd-809d-2447d23032e6 0.220s
2026-01-30 07:37:33,787 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '656', 'x-openstack-request-id': 'req-a718ef26-c53c-458d-8a16-f5dcef2244ad', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/ddef52a7-e786-4acd-809d-2447d23032e6'}
Body: b'{"subnet":{"id":"ddef52a7-e786-4acd-809d-2447d23032e6","name":"tempest-tenant-ctl-subnet-1756543368","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","network_id":"76994b86-22e8-4bcc-a5a2-898049d6eeb5","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":"2026-01-30T07:31:23Z","updated_at":"2026-01-30T07:31:23Z","revision_number":0,"project_id":"3cc6aaf1fc264cffa5005d2d4310e314"}}'
2026-01-30 07:37:33,787 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-30 07:37:33,802 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:34,182 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:34,183 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-30 07:37:34,307 40 DEBUG [whitebox_neutron_tempest_plugin.tests.scenario.base] Executing script for symmetric path:
sysctl -w net.ipv4.conf.all.rp_filter=1 && sysctl -w net.ipv4.conf.default.rp_filter=1 && sysctl -w net.ipv4.conf.eth1.rp_filter=1 && { grep '100 ctl' /etc/iproute2/rt_tables || echo '100 ctl' >> /etc/iproute2/rt_tables; } && ip route replace default via 10.100.0.1 dev eth1 table ctl && ip rule show | grep -q 'from 10.100.0.3/28 lookup ctl' || ip rule add from 10.100.0.3/28 lookup ctl priority 1000 && echo 'sym path done'
2026-01-30 07:37:34,308 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'rocky' with public key authentication
2026-01-30 07:37:34,328 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:34,416 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:34,419 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.216 successfully created
2026-01-30 07:37:34,616 40 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.192:22' as 'rocky' with public key authentication
2026-01-30 07:37:34,632 40 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:34,785 40 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:34,785 40 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.192 successfully created
2026-01-30 07:37:36,026 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_bw_limit_tenant_network): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.240s
2026-01-30 07:37:36,027 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "76994b86-22e8-4bcc-a5a2-898049d6eeb5", "qos_policy_id": null, "security_groups": ["d74f702e-8951-465f-ab02-30f2c9f1ae5e"]}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '927', 'x-openstack-request-id': 'req-d5f6df06-8eb5-4a33-8427-1a4590dd865b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"701dc3aa-93d5-4c73-afb1-951d2f67d9c0","name":"","network_id":"76994b86-22e8-4bcc-a5a2-898049d6eeb5","tenant_id":"3cc6aaf1fc264cffa5005d2d4310e314","mac_address":"fa:16:3e:a5:60:85","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ddef52a7-e786-4acd-809d-2447d23032e6","ip_address":"10.100.0.13"}],"project_id":"3cc6aaf1fc264cffa5005d2d4310e314","qos_policy_id":null,"port_security_enabled":true,"security_groups":["d74f702e-8951-465f-ab02-30f2c9f1ae5e"],"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.13","hostname":"host-10-100-0-13","fqdn":"host-10-100-0-13.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:37:35Z","updated_at":"2026-01-30T07:37:35Z","revision_number":1}}'
2026-01-30 07:37:36,027 40 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request_start', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-30 07:37:51,870 40 DEBUG [tempest.lib.common.utils.test_utils] Sane call name not found in ['_log_request', 'raw_request', '_request', 'request', 'request', 'post', 'create_interface', 'create_interface']
2026-01-30 07:37:51,950 40 INFO [tempest.lib.common.rest_client] Request (None): 500 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/os-interface 15.843s
2026-01-30 07:37:51,950 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"interfaceAttachment": {"port_id": "701dc3aa-93d5-4c73-afb1-951d2f67d9c0"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:36 GMT', 'server': 'Apache', 'content-length': '211', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-109be7d3-72ca-4f14-91a7-2dc6605f2cf4', 'x-compute-request-id': 'req-109be7d3-72ca-4f14-91a7-2dc6605f2cf4', 'content-type': 'application/json; charset=UTF-8', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '500', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7/os-interface'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'oslo_messaging.rpc.client.RemoteError\'>"}}'
2026-01-30 07:37:52,530 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.463s
2026-01-30 07:37:52,531 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:52 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-f2e0508f-65c0-4de7-964a-02e2d73a26c3', 'x-compute-request-id': 'req-f2e0508f-65c0-4de7-964a-02e2d73a26c3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:52,879 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7 0.346s
2026-01-30 07:37:52,879 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:52 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-92835f79-b70b-4ec1-9728-76f02f162432', 'x-compute-request-id': 'req-92835f79-b70b-4ec1-9728-76f02f162432', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2b67926d-ef40-446a-b4e9-f6be0b1bf7a7'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:52,981 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.101s
2026-01-30 07:37:52,981 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:52 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-d2ce6b9a-50ef-4c81-adf6-909755467bd7', 'x-compute-request-id': 'req-d2ce6b9a-50ef-4c81-adf6-909755467bd7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:53,034 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b 0.052s
2026-01-30 07:37:53,034 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:52 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-1c4d173f-70c6-4d10-a79d-73a803907d9f', 'x-compute-request-id': 'req-1c4d173f-70c6-4d10-a79d-73a803907d9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/95797e11-b564-400c-84e7-05b306c8273b'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1140, in test_bw_limit_tenant_network
self._validate_traffic_bw_limit(client, server, egress=True, ipv6=True)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 441, in _validate_traffic_bw_limit
self._validate_bw_limit(client, server, egress)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/common/utils.py", line 362, in inner
return f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 334, in _validate_bw_limit
self._ensure_ctl_fip_for_vm(server)
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 187, in _ensure_ctl_fip_for_vm
self.create_interface(vm['id'], port['id'])
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 280, in create_interface
body = client.create_interface(server_id, port_id=port_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/interfaces_client.py", line 47, in create_interface
resp, body = self.post('servers/%s/os-interface' % server_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 942, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'oslo_messaging.rpc.client.RemoteError'>
|
||||||
test_default_qos_policy[id-5cbf643a-b4ed-453c-a073-d468a95a9d78] |
fail
ft10.3: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_default_qos_policy[id-5cbf643a-b4ed-453c-a073-d468a95a9d78]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:53,233 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_default_qos_policy): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies 0.126s
2026-01-30 07:37:53,233 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"policy": {"name": "default-qos-policy", "shared": true, "is_default": true}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:53 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-360f32fe-61c0-4784-9701-4cb666daf070', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/qos/policies'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1186, in test_default_qos_policy
default_policy = self.admin_client.create_qos_policy(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 623, in create_qos_policy
resp, body = self.post(uri, self.serialize(post_data))
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_dscp_marking_east_west[id-d075dd6f-0101-4b1a-990c-a001313d3914] |
fail
ft10.4: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_dscp_marking_east_west[id-d075dd6f-0101-4b1a-990c-a001313d3914]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:53,300 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_dscp_marking_east_west): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.064s
2026-01-30 07:37:53,300 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--1731672734"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:53 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d252df5-194a-41e1-bdb2-ce768a709466', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1133, in test_dscp_marking_east_west
src_server, dst_server = self._create_vms_by_topology(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 1014, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 988, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_dscp_marking_tenant_network[id-db036021-ae2b-4149-b342-a5619aa606e4] |
fail
ft10.5: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_dscp_marking_tenant_network[id-db036021-ae2b-4149-b342-a5619aa606e4]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:53,517 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_dscp_marking_tenant_network): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.157s
2026-01-30 07:37:53,542 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--547506441"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:53 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4bab8275-fa8b-45fe-b7ed-28c809c7db74', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1108, in test_dscp_marking_tenant_network
src_server, dst_server = self._create_vms_by_topology()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 1014, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 988, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_qos_after_cold_migration[id-f6e1e433-33b1-4352-bdf3-92dbe9e3f2ee,slow] |
fail
ft10.6: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_qos_after_cold_migration[id-f6e1e433-33b1-4352-bdf3-92dbe9e3f2ee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:53,724 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_qos_after_cold_migration): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.156s
2026-01-30 07:37:53,724 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--1042117334"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:53 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b3b31a15-3451-413d-940d-d32e4e13b4e2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1180, in test_qos_after_cold_migration
src_server, dst_server = self._create_vms_by_topology()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 1014, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 988, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
test_qos_after_live_migration[id-121bd2dd-6d41-4658-8a05-6fdd444381fa,slow] |
fail
ft10.7: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestCommon.test_qos_after_live_migration[id-121bd2dd-6d41-4658-8a05-6fdd444381fa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:53,891 40 INFO [tempest.lib.common.rest_client] Request (QosTestCommon:test_qos_after_live_migration): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.165s
2026-01-30 07:37:53,891 40 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--1019855612"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:53 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-23cec055-e54b-4c66-8b6f-712c0e074d94', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py", line 1169, in test_qos_after_live_migration
self._create_vms_by_topology())
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 1014, in _create_vms_by_topology
src_network = _create_local_network()
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/base.py", line 988, in _create_local_network
network = self.create_network()
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/api/base.py", line 417, in create_network
network = client.create_network(name=name, **kwargs)['network']
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/services/network/json/network_client.py", line 145, in _create
resp, body = self.post(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_remove_security_group_negative[id-cc5f679e-7196-4e68-8a82-10b73bf11e48,negative] |
pass
pt11.1: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_remove_security_group_negative[id-cc5f679e-7196-4e68-8a82-10b73bf11e48,negative]
|
||||||
test_securitygroup_udp[id-921f91f8-7734-4c42-8934-a1438d45747b] |
pass
pt11.2: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_securitygroup_udp[id-921f91f8-7734-4c42-8934-a1438d45747b]
|
||||||
test_securitygroup_udp_dns[id-db6ab68e-0b9b-46e8-9b15-c9612da57a08] |
fail
ft11.3: whitebox_neutron_tempest_plugin.tests.scenario.test_security_groups.NetworkDefaultSecGroupTest.test_securitygroup_udp_dns[id-db6ab68e-0b9b-46e8-9b15-c9612da57a08]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:35:14,344 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.494s
2026-01-30 07:35:14,344 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "udp-dns-secgrp"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1547', 'x-openstack-request-id': 'req-265cba18-4b1c-4df5-8333-671b97569dac', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "9566beeb-8805-49af-a820-2219f21bfc29", "name": "udp-dns-secgrp", "stateful": true, "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "description": "", "shared": false, "security_group_rules": [{"id": "193a4219-88aa-4232-8dfd-66dc034c5b68", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29", "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": 538, "description": null, "tags": [], "created_at": "2026-01-30T07:35:14Z", "updated_at": "2026-01-30T07:35:14Z", "revision_number": 0, "project_id": "5b8bd18e82ce44ae9284d652bd4453a5"}, {"id": "c1c8dd2e-6d66-445e-949e-922df834e2b8", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29", "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": 539, "description": null, "tags": [], "created_at": "2026-01-30T07:35:14Z", "updated_at": "2026-01-30T07:35:14Z", "revision_number": 0, "project_id": "5b8bd18e82ce44ae9284d652bd4453a5"}], "tags": [], "created_at": "2026-01-30T07:35:14Z", "updated_at": "2026-01-30T07:35:14Z", "revision_number": 1, "project_id": "5b8bd18e82ce44ae9284d652bd4453a5"}}'
2026-01-30 07:35:14,540 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.196s
2026-01-30 07:35:14,544 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "direction": "ingress", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '579', 'x-openstack-request-id': 'req-281aa5cd-2ba4-4946-a78f-ae5b74eb5bea', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "604ff68b-6769-4b9f-b33f-ff6768d9f9ac", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": "0.0.0.0/0", "remote_address_group_id": null, "normalized_cidr": "0.0.0.0/0", "remote_group_id": null, "description": "", "created_at": "2026-01-30T07:35:14Z", "updated_at": "2026-01-30T07:35:14Z", "revision_number": 0, "project_id": "5b8bd18e82ce44ae9284d652bd4453a5"}}'
2026-01-30 07:35:15,936 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.392s
2026-01-30 07:35:15,936 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "imageRef": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "key_name": "tempest-keypair-test-1815019807", "networks": [{"uuid": "8fd95408-40c6-4a69-b0b2-0417c0f868a8"}], "security_groups": [{"name": "udp-dns-secgrp"}], "name": "tempest-server-test-1000812778"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:14 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5a02566-aa3d-4fd5-9e71-74de20c8a996', 'x-compute-request-id': 'req-f5a02566-aa3d-4fd5-9e71-74de20c8a996', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "e4e11366-7053-4c8e-837e-d95bd45e4045", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "udp-dns-secgrp"}], "adminPass": "Hxo7EafprN7J"}}'
2026-01-30 07:35:16,181 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.243s
2026-01-30 07:35:16,181 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': 'Fri, 30 Jan 2026 07:35:15 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-59adbfdf-fd11-4899-a859-e148e809c584', 'x-compute-request-id': 'req-59adbfdf-fd11-4899-a859-e148e809c584', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "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": []}}'
2026-01-30 07:35:17,400 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.215s
2026-01-30 07:35:17,401 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': 'Fri, 30 Jan 2026 07:35:17 GMT', 'server': 'Apache', 'content-length': '1431', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f116ef0-f6a0-4126-a467-4161e16029a7', 'x-compute-request-id': 'req-5f116ef0-f6a0-4126-a467-4161e16029a7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:17,404 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:35:19,339 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.935s
2026-01-30 07:35:19,341 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': 'Fri, 30 Jan 2026 07:35:18 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be6f0a20-2a24-45ab-86b7-9b2346682c3e', 'x-compute-request-id': 'req-be6f0a20-2a24-45ab-86b7-9b2346682c3e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:21,097 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.748s
2026-01-30 07:35:21,098 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': 'Fri, 30 Jan 2026 07:35:20 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da0805da-f9c0-48fb-a193-dd8355713850', 'x-compute-request-id': 'req-da0805da-f9c0-48fb-a193-dd8355713850', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:23,405 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 1.298s
2026-01-30 07:35:23,408 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': 'Fri, 30 Jan 2026 07:35:22 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b379947-2b5e-457d-ba3b-f95187d964ed', 'x-compute-request-id': 'req-0b379947-2b5e-457d-ba3b-f95187d964ed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:25,999 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 1.583s
2026-01-30 07:35:26,000 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': 'Fri, 30 Jan 2026 07:35:24 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-500e44eb-799c-48e6-ad4e-bf5034ea0282', 'x-compute-request-id': 'req-500e44eb-799c-48e6-ad4e-bf5034ea0282', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:27,690 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.684s
2026-01-30 07:35:27,690 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': 'Fri, 30 Jan 2026 07:35:27 GMT', 'server': 'Apache', 'content-length': '1651', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5efdd9f9-1beb-4504-afe3-49400b0dc410', 'x-compute-request-id': 'req-5efdd9f9-1beb-4504-afe3-49400b0dc410', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"server": {"id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "name": "tempest-server-test-1000812778", "status": "ACTIVE", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "6b1a4c7582c871792af5bbee6a68bc3375cf1ee4151e56b64972d038", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:15Z", "updated": "2026-01-30T07:35:26Z", "addresses": {"tempest-test-network--1749671371": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:90:6d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e4e11366-7053-4c8e-837e-d95bd45e4045"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": "2026-01-30T07:35:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:27,694 44 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait
2026-01-30 07:35:27,806 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action 0.111s
2026-01-30 07:35:27,806 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:27 GMT', 'server': 'Apache', 'content-length': '7986', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fff960de-efe2-4cc5-aaa8-ca89981e4e7d', 'x-compute-request-id': 'req-fff960de-efe2-4cc5-aaa8-ca89981e4e7d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1060877593 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000690] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001113] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003488] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003691] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003695] ACPI: Early table checksum verification disabled\\n[ 0.003698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003702] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003707] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003713] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003715] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003718] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003725] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003727] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003728] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003729] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003729] ACPI: Reserving
2026-01-30 07:35:32,934 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action 0.122s
2026-01-30 07:35:32,935 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:32 GMT', 'server': 'Apache', 'content-length': '34389', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a8a76a1-21cf-4235-8bac-34c19b7fd721', 'x-compute-request-id': 'req-9a8a76a1-21cf-4235-8bac-34c19b7fd721', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1060877593 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000690] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001113] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003488] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003691] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003695] ACPI: Early table checksum verification disabled\\n[ 0.003698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003702] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003707] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003713] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003715] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003718] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003725] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003727] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003728] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003729] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003729] ACPI: Reserving
2026-01-30 07:35:38,063 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action 0.123s
2026-01-30 07:35:38,064 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:37 GMT', 'server': 'Apache', 'content-length': '75232', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da06ebb-d664-4ea3-9825-6583998bc673', 'x-compute-request-id': 'req-2da06ebb-d664-4ea3-9825-6583998bc673', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1060877593 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000690] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001113] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003488] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003517] Using GB pages for direct mapping\\n[ 0.003691] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003695] ACPI: Early table checksum verification disabled\\n[ 0.003698] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003702] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003707] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003713] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003715] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003718] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003720] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003723] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003725] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003727] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003728] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003729] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003729] ACPI: Reserving
2026-01-30 07:35:39,528 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.463s
2026-01-30 07:35:39,528 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-test-network--311718295"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '650', 'x-openstack-request-id': 'req-3944745a-2626-4ae6-8fce-be17352f83c8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"129b6535-3bdd-49c8-9091-e999b5911a52","name":"tempest-test-network--311718295","tenant_id":"5b8bd18e82ce44ae9284d652bd4453a5","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"5b8bd18e82ce44ae9284d652bd4453a5","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"vlan_transparent":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-30T07:35:38Z","updated_at":"2026-01-30T07:35:38Z","revision_number":1}}'
2026-01-30 07:35:41,000 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.471s
2026-01-30 07:35:41,001 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "129b6535-3bdd-49c8-9091-e999b5911a52", "cidr": "10.100.0.16/28", "ip_version": 4, "gateway_ip": "10.100.0.17"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:40 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '605', 'x-openstack-request-id': 'req-ec028321-3ff0-4644-a8a8-cb6e3d611ad7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"1286d95a-09fa-4b75-9d31-40d3ba23f338","name":"","tenant_id":"5b8bd18e82ce44ae9284d652bd4453a5","network_id":"129b6535-3bdd-49c8-9091-e999b5911a52","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.17","cidr":"10.100.0.16/28","allocation_pools":[{"start":"10.100.0.18","end":"10.100.0.30"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-30T07:35:40Z","updated_at":"2026-01-30T07:35:40Z","revision_number":0,"project_id":"5b8bd18e82ce44ae9284d652bd4453a5"}}'
2026-01-30 07:35:44,010 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ecdd5a2-62fa-43cd-89ac-375683fcc46c/add_router_interface 3.009s
2026-01-30 07:35:44,012 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "1286d95a-09fa-4b75-9d31-40d3ba23f338"}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-060592ed-ec24-4c05-940f-3942d44fb2c3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ecdd5a2-62fa-43cd-89ac-375683fcc46c/add_router_interface'}
Body: b'{"id": "3ecdd5a2-62fa-43cd-89ac-375683fcc46c", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "port_id": "020b69ed-fa58-4d30-9a42-052e877d8f4a", "network_id": "129b6535-3bdd-49c8-9091-e999b5911a52", "subnet_id": "1286d95a-09fa-4b75-9d31-40d3ba23f338", "subnet_ids": ["1286d95a-09fa-4b75-9d31-40d3ba23f338"]}'
2026-01-30 07:35:46,370 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.358s
2026-01-30 07:35:46,370 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "imageRef": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "key_name": "tempest-keypair-test-1815019807", "networks": [{"uuid": "129b6535-3bdd-49c8-9091-e999b5911a52"}], "security_groups": [{"name": "udp-dns-secgrp"}], "name": "tempest-server-test-1631981876"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:35:44 GMT', 'server': 'Apache', 'content-length': '427', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a226f58-9757-42f2-8149-bd9fe2f8c32b', 'x-compute-request-id': 'req-4a226f58-9757-42f2-8149-bd9fe2f8c32b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "udp-dns-secgrp"}], "adminPass": "NM9Agh2xmDLa"}}'
2026-01-30 07:35:46,637 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.265s
2026-01-30 07:35:46,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': 'Fri, 30 Jan 2026 07:35:46 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-22644a1c-1a83-4134-96ea-222450a9fac5', 'x-compute-request-id': 'req-22644a1c-1a83-4134-96ea-222450a9fac5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "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": []}}'
2026-01-30 07:35:48,149 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.500s
2026-01-30 07:35:48,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': 'Fri, 30 Jan 2026 07:35:47 GMT', 'server': 'Apache', 'content-length': '1431', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02faee34-732c-4190-be2b-d4352e906b12', 'x-compute-request-id': 'req-02faee34-732c-4190-be2b-d4352e906b12', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:48,166 44 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-01-30 07:35:49,554 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.387s
2026-01-30 07:35:49,554 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': 'Fri, 30 Jan 2026 07:35:49 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff056fb3-9936-4d8e-9b3f-13dc44731455', 'x-compute-request-id': 'req-ff056fb3-9936-4d8e-9b3f-13dc44731455', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:50,936 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.378s
2026-01-30 07:35:50,937 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': 'Fri, 30 Jan 2026 07:35:50 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2ba2eff-650d-4010-9c6b-3e8924c7c1f4', 'x-compute-request-id': 'req-b2ba2eff-650d-4010-9c6b-3e8924c7c1f4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:52,793 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.624s
2026-01-30 07:35:52,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': 'Fri, 30 Jan 2026 07:35:52 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45b82b19-b2cc-4f0b-af27-c15f8ecda355', 'x-compute-request-id': 'req-45b82b19-b2cc-4f0b-af27-c15f8ecda355', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:54,300 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.501s
2026-01-30 07:35:54,300 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': 'Fri, 30 Jan 2026 07:35:53 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f09440-c1a6-4823-81dc-92b94b41e94e', 'x-compute-request-id': 'req-89f09440-c1a6-4823-81dc-92b94b41e94e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:55,992 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.684s
2026-01-30 07:35:55,993 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': 'Fri, 30 Jan 2026 07:35:55 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79ad1db4-8026-4add-8741-c75df6876bb6', 'x-compute-request-id': 'req-79ad1db4-8026-4add-8741-c75df6876bb6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:58,186 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 1.162s
2026-01-30 07:35:58,186 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': 'Fri, 30 Jan 2026 07:35:57 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43d01a6-04a8-496f-a44f-2ac55b0d3eba', 'x-compute-request-id': 'req-a43d01a6-04a8-496f-a44f-2ac55b0d3eba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:35:59,569 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.374s
2026-01-30 07:35:59,570 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': 'Fri, 30 Jan 2026 07:35:59 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d299108-ff7c-4f17-a1e1-8ebb09c1dfb7', 'x-compute-request-id': 'req-4d299108-ff7c-4f17-a1e1-8ebb09c1dfb7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:01,063 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.485s
2026-01-30 07:36:01,063 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': 'Fri, 30 Jan 2026 07:36:00 GMT', 'server': 'Apache', 'content-length': '1480', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e70cd87-05b8-4a22-bd7d-cf2ca9da6932', 'x-compute-request-id': 'req-0e70cd87-05b8-4a22-bd7d-cf2ca9da6932', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "BUILD", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:02,499 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.430s
2026-01-30 07:36:02,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': 'Fri, 30 Jan 2026 07:36:02 GMT', 'server': 'Apache', 'content-length': '1651', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfacb1fc-e46c-4a15-a5e7-084894e1d1c8', 'x-compute-request-id': 'req-cfacb1fc-e46c-4a15-a5e7-084894e1d1c8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "ACTIVE", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:36:00Z", "addresses": {"tempest-test-network--311718295": [{"version": 4, "addr": "10.100.0.24", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:0e:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": "2026-01-30T07:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:02,503 44 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-01-30 07:36:02,596 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action 0.092s
2026-01-30 07:36:02,596 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:02 GMT', 'server': 'Apache', 'content-length': '12234', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bf53c15-1224-4383-a498-3e84945d14e6', 'x-compute-request-id': 'req-5bf53c15-1224-4383-a498-3e84945d14e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1013911847 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000693] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001111] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003240] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003267] Using GB pages for direct mapping\\n[ 0.003480] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003483] ACPI: Early table checksum verification disabled\\n[ 0.003486] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003490] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003494] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003499] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003502] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003505] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003507] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003510] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003512] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003513] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003514] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003515] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003516] ACPI: Reserving
2026-01-30 07:36:07,743 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action 0.140s
2026-01-30 07:36:07,744 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:07 GMT', 'server': 'Apache', 'content-length': '42038', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccbf7bca-c116-4ccb-ba78-8cfc5e4d9c06', 'x-compute-request-id': 'req-ccbf7bca-c116-4ccb-ba78-8cfc5e4d9c06', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1013911847 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000693] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001111] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003240] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003267] Using GB pages for direct mapping\\n[ 0.003480] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003483] ACPI: Early table checksum verification disabled\\n[ 0.003486] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003490] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003494] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003499] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003502] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003505] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003507] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003510] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003512] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003513] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003514] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003515] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003516] ACPI: Reserving
2026-01-30 07:36:12,924 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action 0.174s
2026-01-30 07:36:12,927 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:12 GMT', 'server': 'Apache', 'content-length': '75149', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0752dcb-04a9-4845-94ce-853b960e504b', 'x-compute-request-id': 'req-e0752dcb-04a9-4845-94ce-853b960e504b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000001] kvm-clock: using sched offset of 1013911847 cycles\\n[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000693] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.001111] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.003240] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003267] Using GB pages for direct mapping\\n[ 0.003480] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.003483] ACPI: Early table checksum verification disabled\\n[ 0.003486] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003490] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003494] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003499] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003502] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.003505] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003507] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003510] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003512] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.003513] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.003514] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.003515] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.003516] ACPI: Reserving
2026-01-30 07:36:13,192 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=8fd95408-40c6-4a69-b0b2-0417c0f868a8&device_id=e4e11366-7053-4c8e-837e-d95bd45e4045 0.263s
2026-01-30 07:36:13,192 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': 'Fri, 30 Jan 2026 07:36:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1036', 'x-openstack-request-id': 'req-c252b7cf-114c-47e8-bebb-dafdfec0b131', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=8fd95408-40c6-4a69-b0b2-0417c0f868a8&device_id=e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"ports":[{"id":"d2dd5de0-2082-4bd8-98f4-49c982222ea1","name":"","network_id":"8fd95408-40c6-4a69-b0b2-0417c0f868a8","tenant_id":"5b8bd18e82ce44ae9284d652bd4453a5","mac_address":"fa:16:3e:bc:90:6d","admin_state_up":true,"status":"ACTIVE","device_id":"e4e11366-7053-4c8e-837e-d95bd45e4045","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"871daa9f-e57b-460d-b37a-6fd851c880ff","ip_address":"10.100.0.8"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["9566beeb-8805-49af-a820-2219f21bfc29"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-1000812778","dns_assignment":[{"ip_address":"10.100.0.8","hostname":"tempest-server-test-1000812778","fqdn":"tempest-server-test-1000812778.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:35:17Z","updated_at":"2026-01-30T07:35:22Z","revision_number":4,"project_id":"5b8bd18e82ce44ae9284d652bd4453a5"}]}'
2026-01-30 07:36:14,415 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.222s
2026-01-30 07:36:14,415 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "d2dd5de0-2082-4bd8-98f4-49c982222ea1"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-da16e173-246a-45ca-a938-d8fee3f93511', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "5cf6dd03-5d68-4ada-9d4b-db12f94dd8f5", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "floating_ip_address": "192.168.122.184", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "3ecdd5a2-62fa-43cd-89ac-375683fcc46c", "port_id": "d2dd5de0-2082-4bd8-98f4-49c982222ea1", "fixed_ip_address": "10.100.0.8", "status": "DOWN", "project_id": "5b8bd18e82ce44ae9284d652bd4453a5", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "8fd95408-40c6-4a69-b0b2-0417c0f868a8", "mac_address": "fa:16:3e:bc:90:6d", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4e11366-7053-4c8e-837e-d95bd45e4045", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:36:13Z", "updated_at": "2026-01-30T07:36:13Z", "revision_number": 0}}'
2026-01-30 07:36:14,697 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=129b6535-3bdd-49c8-9091-e999b5911a52&device_id=bd327d16-2307-42ee-bacd-a5ff5ddb9b35 0.271s
2026-01-30 07:36:14,697 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': 'Fri, 30 Jan 2026 07:36:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1038', 'x-openstack-request-id': 'req-a5e36e39-715e-4f6d-a1a1-0bb29a551416', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?network_id=129b6535-3bdd-49c8-9091-e999b5911a52&device_id=bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"ports":[{"id":"58344e5c-afc0-4185-a337-6e2741d4b84e","name":"","network_id":"129b6535-3bdd-49c8-9091-e999b5911a52","tenant_id":"5b8bd18e82ce44ae9284d652bd4453a5","mac_address":"fa:16:3e:c8:0e:5b","admin_state_up":true,"status":"ACTIVE","device_id":"bd327d16-2307-42ee-bacd-a5ff5ddb9b35","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1286d95a-09fa-4b75-9d31-40d3ba23f338","ip_address":"10.100.0.24"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["9566beeb-8805-49af-a820-2219f21bfc29"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-server-test-1631981876","dns_assignment":[{"ip_address":"10.100.0.24","hostname":"tempest-server-test-1631981876","fqdn":"tempest-server-test-1631981876.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:35:48Z","updated_at":"2026-01-30T07:35:59Z","revision_number":4,"project_id":"5b8bd18e82ce44ae9284d652bd4453a5"}]}'
2026-01-30 07:36:15,872 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.170s
2026-01-30 07:36:15,872 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "58344e5c-afc0-4185-a337-6e2741d4b84e"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-e3f269db-b9f7-4677-be1e-205085c95bc1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "5f47d120-dc43-481d-959c-8f48990be8b9", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "floating_ip_address": "192.168.122.209", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "3ecdd5a2-62fa-43cd-89ac-375683fcc46c", "port_id": "58344e5c-afc0-4185-a337-6e2741d4b84e", "fixed_ip_address": "10.100.0.24", "status": "DOWN", "project_id": "5b8bd18e82ce44ae9284d652bd4453a5", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "129b6535-3bdd-49c8-9091-e999b5911a52", "mac_address": "fa:16:3e:c8:0e:5b", "admin_state_up": true, "status": "ACTIVE", "device_id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:36:15Z", "updated_at": "2026-01-30T07:36:15Z", "revision_number": 0}}'
2026-01-30 07:36:15,873 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:18,975 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:19,083 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:19,084 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:19,088 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:19,089 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:19,144 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:19,145 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:19,289 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:36:19,294 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:19,390 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:19,391 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:36:39,417 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:39,420 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:39,516 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:39,516 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:39,519 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:39,520 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:39,616 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:39,616 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:39,623 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:39,625 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:39,720 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:39,720 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:39,724 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:36:39,725 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:39,776 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:39,776 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:36:39,921 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:36:39,926 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:36:40,022 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:36:40,024 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:00,051 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:37:00,054 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:00,158 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:00,160 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:37:00,164 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:37:00,168 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:00,252 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:00,252 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:37:00,515 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:test_securitygroup_udp_dns): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.253s
2026-01-30 07:37:00,516 44 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"protocol": "udp", "port_range_min": 53, "port_range_max": 53, "remote_ip_prefix": "0.0.0.0/0", "direction": "ingress", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '579', 'x-openstack-request-id': 'req-6f62c801-512f-44e8-b41c-9bf65c5dfce9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "88f0719f-181e-455c-8d19-1fa4d9034192", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "security_group_id": "9566beeb-8805-49af-a820-2219f21bfc29", "ethertype": "IPv4", "direction": "ingress", "protocol": "udp", "port_range_min": 53, "port_range_max": 53, "remote_ip_prefix": "0.0.0.0/0", "remote_address_group_id": null, "normalized_cidr": "0.0.0.0/0", "remote_group_id": null, "description": "", "created_at": "2026-01-30T07:37:00Z", "updated_at": "2026-01-30T07:37:00Z", "revision_number": 0, "project_id": "5b8bd18e82ce44ae9284d652bd4453a5"}}'
2026-01-30 07:37:00,516 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:00,518 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:00,620 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:00,621 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:00,628 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:00,630 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:00,688 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:00,689 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:00,838 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:37:00,841 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:00,892 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:00,892 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:37:20,911 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:20,915 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:21,352 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:21,356 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:21,363 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:21,365 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:21,420 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:21,421 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:21,434 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:21,445 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:21,527 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:21,529 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:21,532 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:21,533 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:21,587 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:21,587 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:21,732 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.209:22' as 'cirros' with public key authentication
2026-01-30 07:37:21,735 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:21,788 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:21,789 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.209 successfully created
2026-01-30 07:37:41,814 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:41,817 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:42,247 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:42,250 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:42,254 44 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.184:22' as 'cirros' with public key authentication
2026-01-30 07:37:42,255 44 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-30 07:37:42,307 44 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:42,307 44 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.184 successfully created
2026-01-30 07:37:44,370 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 204 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 2.054s
2026-01-30 07:37:44,370 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': 'Fri, 30 Jan 2026 07:37: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-20919115-f591-45ae-a7a2-695b126325fe', 'x-compute-request-id': 'req-20919115-f591-45ae-a7a2-695b126325fe', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b''
2026-01-30 07:37:48,243 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 3.869s
2026-01-30 07:37:48,248 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': 'Fri, 30 Jan 2026 07:37:44 GMT', 'server': 'Apache', 'content-length': '1779', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3790afbb-ee04-4d11-a5a8-30b7795e0664', 'x-compute-request-id': 'req-3790afbb-ee04-4d11-a5a8-30b7795e0664', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"server": {"id": "bd327d16-2307-42ee-bacd-a5ff5ddb9b35", "name": "tempest-server-test-1631981876", "status": "ACTIVE", "tenant_id": "5b8bd18e82ce44ae9284d652bd4453a5", "user_id": "508a23ce35344489aaed245c4fad820e", "metadata": {}, "hostId": "fb54d3f2cc2f0837a6edb4eb29e4d48c881a90fdaf1f47e489f7bcb6", "image": {"id": "127b040d-d5d1-472f-8d66-0ebe72f3f0c7", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/127b040d-d5d1-472f-8d66-0ebe72f3f0c7"}]}, "flavor": {"id": "403bbf22-eb6a-457f-97fe-83a54aa1efc1", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/403bbf22-eb6a-457f-97fe-83a54aa1efc1"}]}, "created": "2026-01-30T07:35:46Z", "updated": "2026-01-30T07:37:44Z", "addresses": {"tempest-test-network--311718295": [{"version": 4, "addr": "10.100.0.24", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:0e:5b"}, {"version": 4, "addr": "192.168.122.209", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:0e:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-test-1815019807", "OS-SRV-USG:launched_at": "2026-01-30T07:36:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "udp-dns-secgrp"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:50,961 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35 1.546s
2026-01-30 07:37:50,962 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': 'Fri, 30 Jan 2026 07:37:50 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-69aaf8c9-fb9f-4b05-b48c-f0a943b95478', 'x-compute-request-id': 'req-69aaf8c9-fb9f-4b05-b48c-f0a943b95478', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/bd327d16-2307-42ee-bacd-a5ff5ddb9b35'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,066 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.098s
2026-01-30 07:37:51,066 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': 'Fri, 30 Jan 2026 07:37:50 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-34d188c3-809c-434b-8615-be3441e873a2', 'x-compute-request-id': 'req-34d188c3-809c-434b-8615-be3441e873a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,182 44 INFO [tempest.lib.common.rest_client] Request (NetworkDefaultSecGroupTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045 0.115s
2026-01-30 07:37:51,183 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': 'Fri, 30 Jan 2026 07:37:51 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-a8495c26-a45b-4cd7-899e-cf1c6b3ae7db', 'x-compute-request-id': 'req-a8495c26-a45b-4cd7-899e-cf1c6b3ae7db', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e4e11366-7053-4c8e-837e-d95bd45e4045'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 119, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_vlan_transparency_ipv6_port_sec_disabled[id-4953921d-f94b-45cb-b569-be0eb6720df2] |
pass
pt12.1: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparency_ipv6_port_sec_disabled[id-4953921d-f94b-45cb-b569-be0eb6720df2]
|
||||||
test_vlan_transparency_ipv6_port_sec_enabled[id-07a3ad80-d6b0-4644-8a33-198dabae6b2f] |
pass
pt12.2: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparency_ipv6_port_sec_enabled[id-07a3ad80-d6b0-4644-8a33-198dabae6b2f]
|
||||||
test_vlan_transparent_connectivity_two_ports[id-d7653461-46ae-4d55-9ad1-85ef66084739] |
fail
ft12.3: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiPortVlanTransparencyTest.test_vlan_transparent_connectivity_two_ports[id-d7653461-46ae-4d55-9ad1-85ef66084739]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:37:25,207 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.440s
2026-01-30 07:37:25,208 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "second_tempest-MultiPortVlanTransparencyTest-1085121082", "vlan_transparent": true, "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '673', 'x-openstack-request-id': 'req-dc3e16ad-9b8f-4fad-a7dd-9b7b6de6f6e9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"e341bd4b-735b-41ee-8881-7f2127145d12","name":"second_tempest-MultiPortVlanTransparencyTest-1085121082","tenant_id":"b63f6644885f441290e2dfb6a8e5cff1","admin_state_up":true,"mtu":1342,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b63f6644885f441290e2dfb6a8e5cff1","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"vlan_transparent":true,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-30T07:37:24Z","updated_at":"2026-01-30T07:37:24Z","revision_number":1}}'
2026-01-30 07:37:26,046 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.837s
2026-01-30 07:37:26,047 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "e341bd4b-735b-41ee-8881-7f2127145d12", "cidr": "192.168.100.0/24", "ip_version": 4, "name": "second_tempest-MultiPortVlanTransparencyTest-1085121082", "enable_dhcp": false, "gateway_ip": "192.168.100.1"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-1710c64f-6375-4ea0-a79d-71f3b7e4bf11', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"8abcd5df-a43f-4b46-aa05-0610ebb53d21","name":"second_tempest-MultiPortVlanTransparencyTest-1085121082","tenant_id":"b63f6644885f441290e2dfb6a8e5cff1","network_id":"e341bd4b-735b-41ee-8881-7f2127145d12","ip_version":4,"subnetpool_id":null,"enable_dhcp":false,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.100.1","cidr":"192.168.100.0/24","allocation_pools":[{"start":"192.168.100.2","end":"192.168.100.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-30T07:37:25Z","updated_at":"2026-01-30T07:37:25Z","revision_number":0,"project_id":"b63f6644885f441290e2dfb6a8e5cff1"}}'
2026-01-30 07:37:30,786 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 4.738s
2026-01-30 07:37:30,787 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "cfb659db-32bd-46e3-9f87-14dc45df1f84", "name": "first_port-tempest-MultiPortVlanTransparencyTest-1085121082-0", "security_groups": ["e101e8eb-5495-4af1-9c6c-59cd89307aa8"], "port_security_enabled": true, "allowed_address_pairs": null}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '988', 'x-openstack-request-id': 'req-a8850b37-c9df-456e-83bf-3d70963175d3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"f63ae8e9-61fc-40a9-95fc-cfcb80e97927","name":"first_port-tempest-MultiPortVlanTransparencyTest-1085121082-0","network_id":"cfb659db-32bd-46e3-9f87-14dc45df1f84","tenant_id":"b63f6644885f441290e2dfb6a8e5cff1","mac_address":"fa:16:3e:66:e6:de","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"d4533dcf-8f65-4d0d-88c8-d8d507bf9686","ip_address":"10.100.0.13"}],"project_id":"b63f6644885f441290e2dfb6a8e5cff1","qos_policy_id":null,"port_security_enabled":true,"security_groups":["e101e8eb-5495-4af1-9c6c-59cd89307aa8"],"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.13","hostname":"host-10-100-0-13","fqdn":"host-10-100-0-13.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:37:28Z","updated_at":"2026-01-30T07:37:29Z","revision_number":1}}'
2026-01-30 07:37:32,734 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.946s
2026-01-30 07:37:32,734 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "e341bd4b-735b-41ee-8881-7f2127145d12", "name": "second_port-tempest-MultiPortVlanTransparencyTest-1085121082-0", "security_groups": ["e101e8eb-5495-4af1-9c6c-59cd89307aa8"], "port_security_enabled": true}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1005', 'x-openstack-request-id': 'req-769964a8-d30f-4a92-ba2b-2d232ac8c55f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"99453221-f1c4-4fb3-8288-aef999532437","name":"second_port-tempest-MultiPortVlanTransparencyTest-1085121082-0","network_id":"e341bd4b-735b-41ee-8881-7f2127145d12","tenant_id":"b63f6644885f441290e2dfb6a8e5cff1","mac_address":"fa:16:3e:61:ce:df","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"8abcd5df-a43f-4b46-aa05-0610ebb53d21","ip_address":"192.168.100.183"}],"project_id":"b63f6644885f441290e2dfb6a8e5cff1","qos_policy_id":null,"port_security_enabled":true,"security_groups":["e101e8eb-5495-4af1-9c6c-59cd89307aa8"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"192.168.100.183","hostname":"host-192-168-100-183","fqdn":"host-192-168-100-183.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:37:31Z","updated_at":"2026-01-30T07:37:32Z","revision_number":1}}'
2026-01-30 07:37:39,066 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 6.331s
2026-01-30 07:37:39,143 43 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-MultiPortVlanTransparencyTest-1085121082", "networks": [{"port": "f63ae8e9-61fc-40a9-95fc-cfcb80e97927"}, {"port": "99453221-f1c4-4fb3-8288-aef999532437"}], "name": "server-tempest-MultiPortVlanTransparencyTest-1085121082-0", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:32 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba394707-d800-4593-9668-d4fcf831cd66', 'x-compute-request-id': 'req-ba394707-d800-4593-9668-d4fcf831cd66', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "2cd700bb-1618-4447-9859-3659fd2cf30f", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Yx6tKocj66jc"}}'
2026-01-30 07:37:41,181 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f 2.030s
2026-01-30 07:37:41,182 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': 'Fri, 30 Jan 2026 07:37:39 GMT', 'server': 'Apache', 'content-length': '1417', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8c82d8-6ef4-49f3-80f9-69cf87d84630', 'x-compute-request-id': 'req-8e8c82d8-6ef4-49f3-80f9-69cf87d84630', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f'}
Body: b'{"server": {"id": "2cd700bb-1618-4447-9859-3659fd2cf30f", "name": "server-tempest-MultiPortVlanTransparencyTest-1085121082-0", "status": "BUILD", "tenant_id": "b63f6644885f441290e2dfb6a8e5cff1", "user_id": "a99aa048ac414c78b34346333895fa2d", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:38Z", "updated": "2026-01-30T07:37:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-1085121082", "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": []}}'
2026-01-30 07:37:43,284 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f 1.097s
2026-01-30 07:37:43,285 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': 'Fri, 30 Jan 2026 07:37:42 GMT', 'server': 'Apache', 'content-length': '1417', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07cc39c6-0649-496f-a67a-56724fa0d93c', 'x-compute-request-id': 'req-07cc39c6-0649-496f-a67a-56724fa0d93c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f'}
Body: b'{"server": {"id": "2cd700bb-1618-4447-9859-3659fd2cf30f", "name": "server-tempest-MultiPortVlanTransparencyTest-1085121082-0", "status": "BUILD", "tenant_id": "b63f6644885f441290e2dfb6a8e5cff1", "user_id": "a99aa048ac414c78b34346333895fa2d", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:38Z", "updated": "2026-01-30T07:37:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2cd700bb-1618-4447-9859-3659fd2cf30f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiPortVlanTransparencyTest-1085121082", "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": []}}'
2026-01-30 07:37:50,560 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:test_vlan_transparent_connectivity_two_ports): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f 6.271s
2026-01-30 07:37:50,560 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': 'Fri, 30 Jan 2026 07:37:44 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-563a0263-dc56-4089-8ba1-0dc107d96596', 'x-compute-request-id': 'req-563a0263-dc56-4089-8ba1-0dc107d96596', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,138 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f 0.280s
2026-01-30 07:37:51,139 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': 'Fri, 30 Jan 2026 07:37:50 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-f1df9eda-5fc8-4c5b-abe8-24eec57a2876', 'x-compute-request-id': 'req-f1df9eda-5fc8-4c5b-abe8-24eec57a2876', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,371 43 INFO [tempest.lib.common.rest_client] Request (MultiPortVlanTransparencyTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f 0.223s
2026-01-30 07:37:51,371 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': 'Fri, 30 Jan 2026 07:37:51 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-7c0b9202-107b-44ce-b534-38acd49031fb', 'x-compute-request-id': 'req-7c0b9202-107b-44ce-b534-38acd49031fb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2cd700bb-1618-4447-9859-3659fd2cf30f'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 423, in test_vlan_transparent_connectivity_two_ports
self._test_vlan_transparent_connectivity_two_ports(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 389, in _test_vlan_transparent_connectivity_two_ports
self.vms[server_name]['vm'] = self._create_port_and_server(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 102, in _create_port_and_server
return self.create_server(flavor_ref=self.flavor_ref,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 150, in create_server
self.wait_for_server_active(server['server'], client=client)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 556, in wait_for_server_active
self.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 547, in wait_for_server_status
waiters.wait_for_server_status(client, server['id'], status, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_vlan_transparent_different_vlans_drops[id-bde09eef-310c-4353-9d37-fe479e88ee01] |
fail
ft13.1: whitebox_neutron_tempest_plugin.tests.scenario.test_vlan_transparency.MultiVlanTransparencyTest.test_vlan_transparent_different_vlans_drops[id-bde09eef-310c-4353-9d37-fe479e88ee01]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-30 07:36:36,626 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.048s
2026-01-30 07:36:36,626 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "ddda1143-3cf5-4519-b16c-6c9cf587a2a9", "name": "port-tempest-MultiVlanTransparencyTest-1244466271-0", "security_groups": null, "port_security_enabled": false, "allowed_address_pairs": null}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '937', 'x-openstack-request-id': 'req-a64389e4-4cac-4d8f-a75d-05cd03a70fe2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"0e45c7a1-6c2f-47b0-b656-619742ce069b","name":"port-tempest-MultiVlanTransparencyTest-1244466271-0","network_id":"ddda1143-3cf5-4519-b16c-6c9cf587a2a9","tenant_id":"1e04537e89a44777b0877011b831e2e8","mac_address":"fa:16:3e:b9:32:0c","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"e3be39e1-d0e3-44b9-8a91-d7628806f312","ip_address":"10.100.0.3"}],"project_id":"1e04537e89a44777b0877011b831e2e8","qos_policy_id":null,"port_security_enabled":false,"security_groups":[],"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.3","hostname":"host-10-100-0-3","fqdn":"host-10-100-0-3.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:36:36Z","updated_at":"2026-01-30T07:36:36Z","revision_number":1}}'
2026-01-30 07:36:37,907 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 1.280s
2026-01-30 07:36:37,908 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "networks": [{"port": "0e45c7a1-6c2f-47b0-b656-619742ce069b"}], "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:36 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb23fecd-ba69-405a-83e8-47bd0cbfe094', 'x-compute-request-id': 'req-bb23fecd-ba69-405a-83e8-47bd0cbfe094', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SM8vwQh3HB9o"}}'
2026-01-30 07:36:38,108 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.199s
2026-01-30 07:36:38,108 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:37 GMT', 'server': 'Apache', 'content-length': '1409', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6182ee6f-6db9-4966-bb53-967b11e43f9f', 'x-compute-request-id': 'req-6182ee6f-6db9-4966-bb53-967b11e43f9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"server": {"id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:37Z", "updated": "2026-01-30T07:36:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "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": []}}'
2026-01-30 07:36:39,287 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.176s
2026-01-30 07:36:39,287 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:39 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53783ab5-ef01-4fa6-befe-e08eb9866d77', 'x-compute-request-id': 'req-53783ab5-ef01-4fa6-befe-e08eb9866d77', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"server": {"id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:37Z", "updated": "2026-01-30T07:36:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:39,291 39 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait
2026-01-30 07:36:40,533 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.242s
2026-01-30 07:36:40,534 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:40 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f92eb564-8c0a-4b85-8567-214f840290c7', 'x-compute-request-id': 'req-f92eb564-8c0a-4b85-8567-214f840290c7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"server": {"id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:37Z", "updated": "2026-01-30T07:36:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:41,763 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.224s
2026-01-30 07:36:41,763 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:41 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb5d5d2-ab66-4785-994c-abf052062396', 'x-compute-request-id': 'req-ebb5d5d2-ab66-4785-994c-abf052062396', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"server": {"id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:37Z", "updated": "2026-01-30T07:36:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:42,978 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.210s
2026-01-30 07:36:42,979 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:42 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-926d7715-a834-4cbc-a26f-d576a7f9cf46', 'x-compute-request-id': 'req-926d7715-a834-4cbc-a26f-d576a7f9cf46', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"server": {"id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-0", "status": "ACTIVE", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:36:37Z", "updated": "2026-01-30T07:36:42Z", "addresses": {"tempest-MultiVlanTransparencyTest-1244466271": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:32:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": "2026-01-30T07:36:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:36:42,989 39 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 4 second wait
2026-01-30 07:36:43,078 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.087s
2026-01-30 07:36:43,079 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:43 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6fe4bb0-af64-4222-a57e-96060aea4534', 'x-compute-request-id': 'req-e6fe4bb0-af64-4222-a57e-96060aea4534', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": ""}'
2026-01-30 07:36:48,184 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.101s
2026-01-30 07:36:48,185 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:48 GMT', 'server': 'Apache', 'content-length': '21295', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46bcf5b6-4dab-4b87-a8a3-d8d732477592', 'x-compute-request-id': 'req-46bcf5b6-4dab-4b87-a8a3-d8d732477592', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4544854084 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000643] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001047] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002982] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003004] Using GB pages for direct mapping\\n[ 0.003070] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003075] ACPI: Early table checksum verification disabled\\n[ 0.003078] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003081] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003086] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003090] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003092] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003094] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003096] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003098] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003100] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003101] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003101] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003102] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:53,286 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.098s
2026-01-30 07:36:53,287 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:53 GMT', 'server': 'Apache', 'content-length': '71046', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e10821ac-3ba2-4d07-9c09-3e9e9a4c43a1', 'x-compute-request-id': 'req-e10821ac-3ba2-4d07-9c09-3e9e9a4c43a1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4544854084 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000643] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001047] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002982] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003004] Using GB pages for direct mapping\\n[ 0.003070] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003075] ACPI: Early table checksum verification disabled\\n[ 0.003078] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003081] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003086] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003090] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003092] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003094] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003096] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003098] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003100] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003101] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003101] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003102] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:36:58,374 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.081s
2026-01-30 07:36:58,377 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:36:58 GMT', 'server': 'Apache', 'content-length': '92777', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b08fa7-3738-4cc4-b72e-f6fe6fdbbe1a', 'x-compute-request-id': 'req-e0b08fa7-3738-4cc4-b72e-f6fe6fdbbe1a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4544854084 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000643] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001047] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002982] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003004] Using GB pages for direct mapping\\n[ 0.003070] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003075] ACPI: Early table checksum verification disabled\\n[ 0.003078] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003081] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003086] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003090] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003092] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003094] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003096] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003098] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003100] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003101] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003101] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003102] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:37:03,513 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.129s
2026-01-30 07:37:03,514 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:03 GMT', 'server': 'Apache', 'content-length': '101792', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eaa95e9-80ef-48ab-b071-320820e5a3d6', 'x-compute-request-id': 'req-7eaa95e9-80ef-48ab-b071-320820e5a3d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": "00003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4544854084 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000004] tsc: Detected 2445.406 MHz processor\\n[ 0.000643] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001047] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002982] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003004] Using GB pages for direct mapping\\n[ 0.003070] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003075] ACPI: Early table checksum verification disabled\\n[ 0.003078] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003081] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003086] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003090] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003092] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003094] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003096] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003098] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003100] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003101] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003101] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003102] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\\n[ 0.003102] ACPI: Reserving MCFG table memory at [mem 0x3ffe4100-0x3ffe413b]\\n[ 0.003103] ACPI: Reserving WAET table memory at [mem 0x3ffe413c-0x3ffe4163]\\n[ 0.004257] No NUMA configuration found\\n[ 0.004258] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]\\n[ 0.004264] NODE_DATA(0) allocated [mem 0x3ffb0000-0x3ffdafff]\\n[ 0.004443] Reserving 192MB of memory at 544MB for crashkernel (System RAM: 1023MB)\\n[ 0.004454] Zone ranges:\\n[ 0.004454] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.004456] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]\\n[ 0.004457] Normal empty\\n[ 0.004457] Device empty\\n[ 0.004458] Movable zone start for each node\\n[ 0.004459] Early memory node ranges\\n[ 0.004460] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.004461] node 0: [mem 0x0000000000100000-0x000000003ffdafff]\\n[ 0.004462] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]\\n[ 0.004465] On node 0, zone DMA: 1 pages in unavailable ranges\\n[ 0.004513] On node 0, zone DMA: 97 pages in unavailable ranges\\n[ 0.005193] On node 0, zone DMA32: 37 pages in unavailable ranges\\n[ 0.016416] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016440] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016560] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016562] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016564] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016564] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016565] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high le
2026-01-30 07:37:08,662 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action 0.139s
2026-01-30 07:37:08,663 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:08 GMT', 'server': 'Apache', 'content-length': '101785', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d2612a-480a-4a89-b13a-58d1d7b72e66', 'x-compute-request-id': 'req-a5d2612a-480a-4a89-b13a-58d1d7b72e66', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738/action'}
Body: b'{"output": "ranges\\n[ 0.016416] ACPI: PM-Timer IO Port: 0x608\\n[ 0.016440] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\\n[ 0.016560] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\\n[ 0.016562] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\\n[ 0.016564] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\\n[ 0.016564] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\\n[ 0.016565] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\\n[ 0.016566] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\\n[ 0.016568] ACPI: Using ACPI (MADT) for SMP configuration information\\n[ 0.016569] TSC deadline timer available\\n[ 0.016582] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\\n[ 0.016647] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]\\n[ 0.016649] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\\n[ 0.016649] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]\\n[ 0.016650] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]\\n[ 0.016651] [mem 0x40000000-0xafffffff] available for PCI devices\\n[ 0.016652] Booting paravirtualized kernel on KVM\\n[ 0.016653] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns\\n[ 0.020865] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1\\n[ 0.021160] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u2097152\\n[ 0.021313] kvm-guest: PV spinlocks disabled, single CPU\\n[ 0.021316] Fallback order for Node 0: 0 \\n[ 0.021318] Built 1 zonelists, mobility grouping on. Total pages: 257755\\n[ 0.021320] Policy zone: DMA32\\n[ 0.021320] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.021384] Unknown kernel command line parameters \\"BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64\\", will be passed to user space.\\n[ 0.021512] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)\\n[ 0.021582] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)\\n[ 0.021973] mem auto-init: stack:off, heap alloc:off, heap free:off\\n[ 0.026174] Memory: 260860K/1048036K available (16384K kernel code, 5596K rwdata, 11444K rodata, 3824K init, 18424K bss, 353268K reserved, 0K cma-reserved)\\n[ 0.026177] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0\\n[ 0.026759] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\\n[ 0.026779] ftrace: allocating 46193 entries in 181 pages\\n[ 0.046030] ftrace: allocated 181 pages with 5 groups\\n[ 0.046546] Dynamic Preempt: voluntary\\n[ 0.046781] rcu: Preemptible hierarchical RCU implementation.\\n[ 0.046782] rcu: \\tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.\\n[ 0.046784] \\tTrampoline variant of Tasks RCU enabled.\\n[ 0.046784] \\tRude variant of Tasks RCU enabled.\\n[ 0.046784] \\tTracing variant of Tasks RCU enabled.\\n[ 0.046785] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.\\n[ 0.046785] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1\\n[ 0.050536] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16\\n[ 0.050803] rcu: srcu_init: Setting srcu_struct sizes based on contention.\\n[ 0.050870] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)\\n[ 0.050890] random: crng init done\\n[ 0.105321] Console: colour VGA+ 80x25\\n[ 0.636482] printk: console [ttyS0] enabled\\n[ 0.638797] ACPI: Core revision 20221020\\n[ 0.641001] APIC: Switch to symmetric I/O mode setup\\n[ 0.644865] x2apic enabled\\n[ 0.647535] Switched APIC routing to physical x2apic.\\n[ 0.655534] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x233fc4eb620, max_id
2026-01-30 07:37:11,873 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 3.207s
2026-01-30 07:37:11,873 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "port_id": "0e45c7a1-6c2f-47b0-b656-619742ce069b"}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:11 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '932', 'x-openstack-request-id': 'req-c904c0ca-9b54-47e4-8811-3efe954337ef', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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": "08328a97-df8a-428a-92f7-24bab552f845", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "floating_ip_address": "192.168.122.234", "floating_network_id": "c831a836-99a5-477d-9a44-00c76c464ece", "router_id": "d9198d6d-e0ed-42cc-98ca-c005285fad92", "port_id": "0e45c7a1-6c2f-47b0-b656-619742ce069b", "fixed_ip_address": "10.100.0.3", "status": "DOWN", "project_id": "1e04537e89a44777b0877011b831e2e8", "description": "", "qos_policy_id": null, "port_details": {"name": "port-tempest-MultiVlanTransparencyTest-1244466271-0", "network_id": "ddda1143-3cf5-4519-b16c-6c9cf587a2a9", "mac_address": "fa:16:3e:b9:32:0c", "admin_state_up": true, "status": "ACTIVE", "device_id": "c2b79d7e-f7ab-4d17-9c79-d4a5063fa738", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-30T07:37:09Z", "updated_at": "2026-01-30T07:37:09Z", "revision_number": 0}}'
2026-01-30 07:37:11,940 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:11,966 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:12,216 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:12,219 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:12,220 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:12,220 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:12,247 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:12,400 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:12,400 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:12,554 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address list" succeeded:
stderr:
None
stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:b9:32:0c brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.3/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43188sec preferred_lft 43188sec
inet6 fe80::f816:3eff:feb9:320c/64 scope link
valid_lft forever preferred_lft forever
2026-01-30 07:37:12,555 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/loopback', address='00:00:00:00:00:00', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'brd': '00:00:00:00:00:00'})
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='127.0.0.1/8', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='::1/128', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:12,556 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:b9:32:0c', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2026-01-30 07:37:12,557 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp3s0', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2026-01-30 07:37:12,557 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.3/28', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute'})
2026-01-30 07:37:12,557 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43188sec', 'preferred_lft': '43188sec'}
2026-01-30 07:37:12,557 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:feb9:320c/64', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-30 07:37:12,557 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,558 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:12,558 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:12,576 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:12,696 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:12,696 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:12,824 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address list" succeeded:
stderr:
None
stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:b9:32:0c brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.3/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43188sec preferred_lft 43188sec
inet6 fe80::f816:3eff:feb9:320c/64 scope link
valid_lft forever preferred_lft forever
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/loopback', address='00:00:00:00:00:00', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'brd': '00:00:00:00:00:00'})
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='127.0.0.1/8', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='::1/128', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:12,825 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:b9:32:0c', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp3s0', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.3/28', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute'})
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43188sec', 'preferred_lft': '43188sec'}
2026-01-30 07:37:12,826 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:feb9:320c/64', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-30 07:37:12,827 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:12,827 39 DEBUG [neutron_tempest_plugin.common.ip] Configuring VLAN subport interface 'eth0.153' on top of interface 'eth0' with IPs: 192.168.0.10/24
2026-01-30 07:37:12,827 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link add link eth0 name eth0.153 type vlan id 153" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:12,827 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:12,844 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:12,975 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:12,976 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:13,126 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link add link eth0 name eth0.153 type vlan id 153" succeeded:
stderr:
None
stdout:
2026-01-30 07:37:13,137 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' link set dev eth0.153 up" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:13,138 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:13,157 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:13,246 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:13,248 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:13,366 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' link set dev eth0.153 up" succeeded:
stderr:
None
stdout:
2026-01-30 07:37:13,367 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address add 192.168.0.10/24 dev eth0.153" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:13,367 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:13,386 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:13,477 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:13,478 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:13,609 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address add 192.168.0.10/24 dev eth0.153" succeeded:
stderr:
None
stdout:
2026-01-30 07:37:13,610 39 DEBUG [neutron_tempest_plugin.common.shell] Executing command "sudo '/sbin/ip' address list" on remote host '192.168.122.234' (timeout=None)...
2026-01-30 07:37:13,610 39 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'rocky' with public key authentication
2026-01-30 07:37:13,629 39 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_8.7)
2026-01-30 07:37:13,724 39 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-30 07:37:13,724 39 INFO [tempest.lib.common.ssh] ssh connection to rocky@192.168.122.234 successfully created
2026-01-30 07:37:13,851 39 DEBUG [neutron_tempest_plugin.common.shell] Command "sudo '/sbin/ip' address list" succeeded:
stderr:
None
stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc fq_codel state UP group default qlen 1000
link/ether fa:16:3e:b9:32:0c brd ff:ff:ff:ff:ff:ff
altname enp3s0
inet 10.100.0.3/28 brd 10.100.0.15 scope global dynamic noprefixroute eth0
valid_lft 43187sec preferred_lft 43187sec
inet6 fe80::f816:3eff:feb9:320c/64 scope link
valid_lft forever preferred_lft forever
3: eth0.153@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1342 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:b9:32:0c brd ff:ff:ff:ff:ff:ff
inet 192.168.0.10/24 scope global eth0.153
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:feb9:320c/64 scope link tentative
valid_lft forever preferred_lft forever
2026-01-30 07:37:13,938 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:13,938 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/loopback', address='00:00:00:00:00:00', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'brd': '00:00:00:00:00:00'})
2026-01-30 07:37:13,938 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='127.0.0.1/8', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:13,939 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:13,939 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='::1/128', device=Device(name='lo', parent=None, flags=['LOOPBACK', 'UP', 'LOWER_UP>'], properties={'mtu': '65536', 'qdisc': 'noqueue', 'state': 'UNKNOWN', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'host'})
2026-01-30 07:37:13,939 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'host', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:13,939 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:13,940 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:b9:32:0c', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2026-01-30 07:37:13,941 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='altname', address='enp3s0', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={})
2026-01-30 07:37:13,941 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='10.100.0.3/28', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute'})
2026-01-30 07:37:13,942 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'brd': '10.100.0.15', 'scope': 'global', 'dynamic': 'noprefixroute', 'valid_lft': '43187sec', 'preferred_lft': '43187sec'}
2026-01-30 07:37:13,942 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:feb9:320c/64', device=Device(name='eth0', parent=None, flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'fq_codel', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-30 07:37:13,942 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:13,942 39 DEBUG [neutron_tempest_plugin.common.ip] Device parsed: Device(name='eth0.153', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'})
2026-01-30 07:37:13,943 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: Address(family='link/ether', address='fa:16:3e:b9:32:0c', device=Device(name='eth0.153', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'brd': 'ff:ff:ff:ff:ff:ff'})
2026-01-30 07:37:13,944 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet', address='192.168.0.10/24', device=Device(name='eth0.153', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'global'})
2026-01-30 07:37:13,944 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'global', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:13,944 39 DEBUG [neutron_tempest_plugin.common.ip] Address parsed: InetAddress(family='inet6', address='fe80::f816:3eff:feb9:320c/64', device=Device(name='eth0.153', parent='eth0', flags=['BROADCAST', 'MULTICAST', 'UP', 'LOWER_UP>'], properties={'mtu': '1342', 'qdisc': 'noqueue', 'state': 'UP', 'group': 'default', 'qlen': '1000'}), properties={'scope': 'link'})
2026-01-30 07:37:13,944 39 DEBUG [neutron_tempest_plugin.common.ip] Address properties parsed: {'scope': 'link', 'valid_lft': 'forever', 'preferred_lft': 'forever'}
2026-01-30 07:37:15,185 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.238s
2026-01-30 07:37:15,185 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "ddda1143-3cf5-4519-b16c-6c9cf587a2a9", "name": "port-tempest-MultiVlanTransparencyTest-1244466271-1", "security_groups": null, "port_security_enabled": false, "allowed_address_pairs": null}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '937', 'x-openstack-request-id': 'req-275abedc-c49c-46ec-9c56-c49b7f3c7359', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0a087720e9f6d79ef5f28ace26d16ffb; 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":"08367f17-1ea3-4697-ba49-cb3f156b8e16","name":"port-tempest-MultiVlanTransparencyTest-1244466271-1","network_id":"ddda1143-3cf5-4519-b16c-6c9cf587a2a9","tenant_id":"1e04537e89a44777b0877011b831e2e8","mac_address":"fa:16:3e:74:3a:c7","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"e3be39e1-d0e3-44b9-8a91-d7628806f312","ip_address":"10.100.0.6"}],"project_id":"1e04537e89a44777b0877011b831e2e8","qos_policy_id":null,"port_security_enabled":false,"security_groups":[],"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.6","hostname":"host-10-100-0-6","fqdn":"host-10-100-0-6.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-30T07:37:14Z","updated_at":"2026-01-30T07:37:14Z","revision_number":1}}'
2026-01-30 07:37:17,463 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 2.277s
2026-01-30 07:37:17,463 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"flavorRef": "22222222-2222-2222-2222-222222222222", "imageRef": "11111111-1111-1111-1111-111111111111", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "networks": [{"port": "08367f17-1ea3-4697-ba49-cb3f156b8e16"}], "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "security_groups": [{"name": "default"}]}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:15 GMT', 'server': 'Apache', 'content-length': '420', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d38a07-cfdf-4e14-96b9-7f0264e1e60c', 'x-compute-request-id': 'req-b7d38a07-cfdf-4e14-96b9-7f0264e1e60c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; 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": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "oekjfnGW27RE"}}'
2026-01-30 07:37:18,186 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 0.722s
2026-01-30 07:37:18,186 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:17 GMT', 'server': 'Apache', 'content-length': '1409', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5efff073-ce0d-496e-804c-fffae43ac279', 'x-compute-request-id': 'req-5efff073-ce0d-496e-804c-fffae43ac279', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "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": []}}'
2026-01-30 07:37:20,487 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 1.296s
2026-01-30 07:37:20,487 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:19 GMT', 'server': 'Apache', 'content-length': '1409', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4cd7462-2c6f-4a53-8d8b-2c499ef7ef1b', 'x-compute-request-id': 'req-d4cd7462-2c6f-4a53-8d8b-2c499ef7ef1b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "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": []}}'
2026-01-30 07:37:22,590 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 1.090s
2026-01-30 07:37:22,591 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:21 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-ceb96e11-2bbd-4bb4-bf3c-e8fe1591ca89', 'x-compute-request-id': 'req-ceb96e11-2bbd-4bb4-bf3c-e8fe1591ca89', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "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": []}}'
2026-01-30 07:37:24,294 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 0.699s
2026-01-30 07:37:24,294 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:23 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fa63894-d3c4-4d13-9fe4-0a4a26b4d426', 'x-compute-request-id': 'req-5fa63894-d3c4-4d13-9fe4-0a4a26b4d426', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:24,301 39 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 6 second wait
2026-01-30 07:37:27,277 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 1.974s
2026-01-30 07:37:27,277 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:25 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-893a9837-9f42-4930-9871-aeb7e43efbbe', 'x-compute-request-id': 'req-893a9837-9f42-4930-9871-aeb7e43efbbe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:30,104 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 1.823s
2026-01-30 07:37:30,104 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:28 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e465bf42-b135-435f-8c7f-be2098197aa1', 'x-compute-request-id': 'req-e465bf42-b135-435f-8c7f-be2098197aa1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:32,072 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 0.960s
2026-01-30 07:37:32,072 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:31 GMT', 'server': 'Apache', 'content-length': '1467', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91a40a78-0f5f-4563-8e37-ec078760ee25', 'x-compute-request-id': 'req-91a40a78-0f5f-4563-8e37-ec078760ee25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "BUILD", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:34,576 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 1.494s
2026-01-30 07:37:34,577 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:33 GMT', 'server': 'Apache', 'content-length': '1650', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c701ae-abf5-4742-891b-25f5a2714991', 'x-compute-request-id': 'req-d5c701ae-abf5-4742-891b-25f5a2714991', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"server": {"id": "521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d", "name": "server-tempest-MultiVlanTransparencyTest-1244466271-1", "status": "ACTIVE", "tenant_id": "1e04537e89a44777b0877011b831e2e8", "user_id": "9a7e97030ca0498a8d4789c626db4a4a", "metadata": {}, "hostId": "607c705c652f188305bfc44f6396aad6f97a1b536599e6537e4f0b4f", "image": {"id": "11111111-1111-1111-1111-111111111111", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/11111111-1111-1111-1111-111111111111"}]}, "flavor": {"id": "22222222-2222-2222-2222-222222222222", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/22222222-2222-2222-2222-222222222222"}]}, "created": "2026-01-30T07:37:17Z", "updated": "2026-01-30T07:37:32Z", "addresses": {"tempest-MultiVlanTransparencyTest-1244466271": [{"version": 4, "addr": "10.100.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:3a:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-MultiVlanTransparencyTest-1244466271", "OS-SRV-USG:launched_at": "2026-01-30T07:37:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-30 07:37:34,580 39 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-01-30 07:37:35,605 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action 1.025s
2026-01-30 07:37:35,606 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:34 GMT', 'server': 'Apache', 'content-length': '14', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2d0bec3-d0a2-4251-9b50-92c478d2c122', 'x-compute-request-id': 'req-b2d0bec3-d0a2-4251-9b50-92c478d2c122', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action'}
Body: b'{"output": ""}'
2026-01-30 07:37:41,447 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action 0.812s
2026-01-30 07:37:41,448 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:40 GMT', 'server': 'Apache', 'content-length': '61720', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ee8363-bcd4-43cf-a90a-2cb72b408c8f', 'x-compute-request-id': 'req-b5ee8363-bcd4-43cf-a90a-2cb72b408c8f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.14.0-362.8.1.el9_3.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Wed Nov 8 17:36:32 UTC 2023\\n[ 0.000000] The list of certified hardware and cloud instances for Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.\\n[ 0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-362.8.1.el9_3.x86_64 root=UUID=7a97e869-e298-4741-8c4b-8b1b714435e5 ro console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: \'Protection Keys User registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8\\n[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using \'compacted\' format.\\n[ 0.000000] signal: max sigframe size: 3376\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000001] kvm-clock: using sched offset of 4257877703 cycles\\n[ 0.000002] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000005] tsc: Detected 2445.406 MHz processor\\n[ 0.000662] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000\\n[ 0.001054] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.002983] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.003005] Using GB pages for direct mapping\\n[ 0.003073] RAMDISK: [mem 0x2ef48000-0x3379bfff]\\n[ 0.003077] ACPI: Early table checksum verification disabled\\n[ 0.003080] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.003084] ACPI: RSDT 0x000000003FFE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003089] ACPI: FACP 0x000000003FFE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003093] ACPI: DSDT 0x000000003FFE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003095] ACPI: FACS 0x000000003FFE0000 000040\\n[ 0.003097] ACPI: APIC 0x000000003FFE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003099] ACPI: MCFG 0x000000003FFE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003101] ACPI: WAET 0x000000003FFE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.003102] ACPI: Reserving FACP table memory at [mem 0x3ffe3f94-0x3ffe4087]\\n[ 0.003103] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe3f93]\\n[ 0.003104] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]\\n[ 0.003104] ACPI: Reserving APIC table memory at [mem 0x3ffe4088-0x3ffe40ff]\
2026-01-30 07:37:50,863 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:test_vlan_transparent_different_vlans_drops): 503 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action 4.404s
2026-01-30 07:37:50,863 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:46 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-f4822711-9cef-4ae4-a6cc-9d8feaf59968', 'x-compute-request-id': 'req-f4822711-9cef-4ae4-a6cc-9d8feaf59968', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d/action'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,103 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 0.163s
2026-01-30 07:37:51,104 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:50 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-01e1a314-fb17-48fa-899c-547b39f0c254', 'x-compute-request-id': 'req-01e1a314-fb17-48fa-899c-547b39f0c254', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,259 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d 0.155s
2026-01-30 07:37:51,261 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:51 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-d43dc5b0-3845-4161-91c7-25d9baa88f70', 'x-compute-request-id': 'req-d43dc5b0-3845-4161-91c7-25d9baa88f70', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/521a69c3-dab2-4f6f-abe8-c0b1a6b2f96d'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,423 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.161s
2026-01-30 07:37:51,423 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:51 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-eb4b388f-8ca5-4e9d-bc42-e763b41496ae', 'x-compute-request-id': 'req-eb4b388f-8ca5-4e9d-bc42-e763b41496ae', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-01-30 07:37:51,515 39 INFO [tempest.lib.common.rest_client] Request (MultiVlanTransparencyTest:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738 0.091s
2026-01-30 07:37:51,515 39 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 30 Jan 2026 07:37:51 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-7de700ec-73d0-41da-b72d-bd4004e197f6', 'x-compute-request-id': 'req-7de700ec-73d0-41da-b72d-bd4004e197f6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=641851c78b8a567c7f0789e99aca1340; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/c2b79d7e-f7ab-4d17-9c79-d4a5063fa738'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
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/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 340, in test_vlan_transparent_different_vlans_drops
self.vms[server_name]['vm'] = self._create_port_and_server(
File "/usr/lib/python3.9/site-packages/whitebox_neutron_tempest_plugin/tests/scenario/test_vlan_transparency.py", line 102, in _create_port_and_server
return self.create_server(flavor_ref=self.flavor_ref,
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 151, in create_server
self.wait_for_guest_os_ready(server['server'], client=client)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 575, in wait_for_guest_os_ready
utils.wait_until_true(system_booted, timeout=90, sleep=5)
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/common/utils.py", line 84, in wait_until_true
while not predicate():
File "/usr/lib/python3.9/site-packages/neutron_tempest_plugin/scenario/base.py", line 568, in system_booted
console_output = client.get_console_output(server['id'])['output']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 657, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 227, in action
resp, body = self.post('servers/%s/action' % server_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
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 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_basic.NetworkBasicTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_basic_instance_kuku[id-df9e38fd-4eb3-4d6c-b26a-a472856fdcb8] |
pass
pt14.1: whitebox_neutron_tempest_plugin.tests.scenario.test_basic.NetworkBasicTest.test_basic_instance_kuku[id-df9e38fd-4eb3-4d6c-b26a-a472856fdcb8]
|
||||||
test_soft_hard_vm_reboot[id-ff7f6a84-4705-4638-9fce-cdc79f8b2c73] |
pass
pt14.2: whitebox_neutron_tempest_plugin.tests.scenario.test_basic.NetworkBasicTest.test_soft_hard_vm_reboot[id-ff7f6a84-4705-4638-9fce-cdc79f8b2c73]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestIPv4Common | 1 | 1 | 0 | 0 | 0 | Detail | |
test_broadcast_same_network[id-7f33370a-5f46-4452-8b2f-166acda1720f] |
pass
pt15.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestIPv4Common.test_broadcast_same_network[id-7f33370a-5f46-4452-8b2f-166acda1720f]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency | 1 | 1 | 0 | 0 | 0 | Detail | |
test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010] |
pass
pt16.1: whitebox_neutron_tempest_plugin.tests.scenario.test_broadcast.BroadcastTestVlanTransparency.test_broadcast_vlan_transparency[id-7ea12762-31af-4bf2-9219-c54212171010]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt17.1: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94]
|
||||||
test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad] |
pass
pt17.2: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
pass
pt17.3: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
pass
pt17.4: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.ExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c] |
pass
pt18.1: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_dhcp_disabled_option[id-30ef3221-e46b-4358-b550-d98c08272e1c]
|
||||||
test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94] |
pass
pt18.2: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_dhcp6[id-abb12899-690a-407d-99d4-49eca030ce94]
|
||||||
test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad] |
pass
pt18.3: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_disabled_enabled_dhcp4[id-ef41d6d8-f2bf-44e4-9f4d-bb8a3fed50ad]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6] |
pass
pt18.4: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateful[id-8f52b4dc-faae-4f1d-b113-d2f3e86bf0d6]
|
||||||
test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec] |
pass
pt18.5: whitebox_neutron_tempest_plugin.tests.scenario.test_extra_dhcp_opts.OvnExtraDhcpOptionsTest.test_extra_dhcp_opts_ipv4_ipv6_stateless[id-e9e32249-6148-4565-b7b1-e64c77c9f4ec]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ovn_create_and_update_port_with_dns_name[id-6349ce8c-bc10-485a-a21b-da073241420e] |
pass
pt19.1: whitebox_neutron_tempest_plugin.tests.scenario.test_internal_dns.InternalDNSTestOvn.test_ovn_create_and_update_port_with_dns_name[id-6349ce8c-bc10-485a-a21b-da073241420e]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestVlanTransparency | 1 | 1 | 0 | 0 | 0 | Detail | |
test_igmp_snooping_vlan_transparency[id-c480cec8-3ca4-4781-baad-2e1190079467] |
pass
pt20.1: whitebox_neutron_tempest_plugin.tests.scenario.test_multicast.MulticastTestVlanTransparency.test_igmp_snooping_vlan_transparency[id-c480cec8-3ca4-4781-baad-2e1190079467]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_qos_port_to_vm_with_another_port[id-08b74ece-d7f2-4a80-9a1e-5fb7ec928a9b] |
pass
pt21.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn.test_attach_qos_port_to_vm_with_another_port[id-08b74ece-d7f2-4a80-9a1e-5fb7ec928a9b]
|
||||||
test_create_network_qos_policy_before_creating_vm[id-ba85bd87-f4f6-45a8-a2bd-97acb804b6f9] |
pass
pt21.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestOvn.test_create_network_qos_policy_before_creating_vm[id-ba85bd87-f4f6-45a8-a2bd-97acb804b6f9]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovBwLimitTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_bw_limit_sriov_direct[id-4aeb240a-b350-4dd4-b3b2-8aadf9ad8e6d] |
skip
pt22.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovBwLimitTest.test_bw_limit_sriov_direct[id-4aeb240a-b350-4dd4-b3b2-8aadf9ad8e6d]
|
||||||
test_bw_limit_sriov_macvtap[id-9a38b196-2492-4bcb-a914-5e1958f6bbb9] |
skip
pt22.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovBwLimitTest.test_bw_limit_sriov_macvtap[id-9a38b196-2492-4bcb-a914-5e1958f6bbb9]
|
||||||
| whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest | 3 | 0 | 0 | 0 | 3 | Detail | |
test_minbw_placement_enforcement_sriov_both[id-e212fab8-9a2d-4753-ba5d-53a299b0af36] |
skip
pt23.1: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_both[id-e212fab8-9a2d-4753-ba5d-53a299b0af36]
|
||||||
test_minbw_placement_enforcement_sriov_egress[id-6c63d5b8-d642-4a7c-9b07-c0755979b6a8] |
skip
pt23.2: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_egress[id-6c63d5b8-d642-4a7c-9b07-c0755979b6a8]
|
||||||
test_minbw_placement_enforcement_sriov_ingress[id-c1791f96-9eb4-4119-b598-5610c6043ef1] |
skip
pt23.3: whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestSriovMinBwPlacementEnforcementTest.test_minbw_placement_enforcement_sriov_ingress[id-c1791f96-9eb4-4119-b598-5610c6043ef1]
|
||||||
| Total | 50 | 22 | 20 | 0 | 8 | ||